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

https://github.com/fschutt/blueboxengine

Toy game engine
https://github.com/fschutt/blueboxengine

Last synced: about 1 month ago
JSON representation

Toy game engine

Awesome Lists containing this project

README

          

# Bluebox Engine

## Installation

```
sudo apt install libasound2-dev
```

```
# Windows only, for getting freetype to work
git clone https://github.com/PistonDevelopers/binaries
git clone https://github.com/LudumDare41-TeamRust/BlueboxEngine
cargo build --release
```

Then, download the assets (from the google drive /assets folder) and put it next to the executable and start the game.

# Configuration (planned)

```
cp ./bbengine.sample.config /target/release/bbengine.config
```