List view
As a game designer I would like to be able to download the generated city model. Subtasks (Issues) - [ ] Create an API endpoint that exposes the file for download - [ ] Add a button on the frontend to call the new endpoint
No due date•2/2 issues closedAs a game designer, I would like to easily procedurally generate a new 3D model of a city. Tasks (Issues) - [ ] Create initial tiles for generation algorithm - [ ] Setup a Flask API with endpoint (input: dimensions, output: vertex data) - [ ] Move logic from initial implementation into Flask API - [ ] Add a button to the frontend that calls API to get a new city mesh - [ ] Add logic to display retrieved vertex data on front end
No due date•7/7 issues closedAs a game designer, I would like to view 3D models on a website. Tasks (Issues) - [ ] Create publicly accessible website (react) - [ ] Include a three.js component (https://github.com/pmndrs/react-three-fiber)
No due date•1/1 issues closed