https://github.com/fschutt/blueboxengine
Toy game engine
https://github.com/fschutt/blueboxengine
Last synced: about 1 month ago
JSON representation
Toy game engine
- Host: GitHub
- URL: https://github.com/fschutt/blueboxengine
- Owner: fschutt
- License: mit
- Created: 2018-04-08T06:22:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T22:47:15.000Z (about 8 years ago)
- Last Synced: 2025-02-24T21:11:37.561Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```