Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebsowter/cityverse
https://github.com/sebsowter/cityverse
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebsowter/cityverse
- Owner: sebsowter
- Created: 2024-09-02T16:38:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-09T01:46:27.000Z (5 months ago)
- Last Synced: 2024-09-11T22:12:03.188Z (5 months ago)
- Language: TypeScript
- Size: 5.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CityVerse
An exercise in responsive design with HTML5 canvas.
## Technical Stack
- [TypeScript](https://www.typescriptlang.org/) (Language)
- [pixi.js v8](https://pixijs.com/) (Renderer)
- [@pixi/ui](https://pixijs.io/ui/) (For UI components)
- [Vite](https://vitejs.dev/) (Bundler)## Demo
[View the demo](https://sebsowter.github.io/cityverse/)
## Tasks
Installation
```
npm i
```Run development server
```
npm run dev
```Create production build
```
npm run build
```