Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sebsowter/cityverse


https://github.com/sebsowter/cityverse

Last synced: about 1 month ago
JSON representation

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
```