This repository contains:
- lithium-engine → library crate, the actual game engine
- dropline → binary crate, an example of a game developed with lithium-engine
- Rust (latest stable recommended)
- Linux (tested), Windows (tested), macOS (untested but should work)
Clone the repository, cd into dropline and run it:
git clone https://github.com/gabvigano/lithium.git
cd lithium/dropline
cargo runSee CONTRIBUTING.md. Any help is really appreciated!
See LICENSE.md.