Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hilkojj/bleepbloopbleep


https://github.com/hilkojj/bleepbloopbleep

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

Thanks to Timo Strating for helping with marching cubes. ([his project](https://github.com/timostrating/TinyPokemonWorld))

## Usage

Fork/clone this repository.

run `python3 initialize_project.py` to download dependencies.

### Compile for Desktop

`cd desktop`

`cmake .` (only the first time, and everytime you add new files)

`make`

`cd ..`

`./desktop/out/game`

### Compile for HTML/Web

**NOTE**: [install Emscripten first](https://emscripten.org/docs/getting_started/downloads.html)

`cd html`

`emconfigure cmake .` (only the first time, and everytime you add new files)

`make`

`emrun out/game.html`