devpty / horizon

game engine built in rust, using wgpu and probably other stuff too
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link
game-engine rust

(2023-01-29) We're rewriting it in Rust (ignore the fact it's already in Rust)

horizon

A 2d game framework / engine.

Planned features:

Structure

Horizon is made of several parts:

We have a start (start.bat on windows) script to help with starting a binary project from the root folder, simply run ./start horizon (substituting horizon for the crate you want to run).

Other things