Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mooman219/storm
Toy game engine. It's unstable, buggy, and really just a playground for me.
https://github.com/mooman219/storm
engine game game-development game-engine game-engine-2d gamedev rust
Last synced: 7 days ago
JSON representation
Toy game engine. It's unstable, buggy, and really just a playground for me.
- Host: GitHub
- URL: https://github.com/mooman219/storm
- Owner: mooman219
- License: mit
- Created: 2017-10-01T19:16:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T23:46:43.000Z (11 months ago)
- Last Synced: 2024-11-01T00:23:17.403Z (14 days ago)
- Topics: engine, game, game-development, game-engine, game-engine-2d, gamedev, rust
- Language: Rust
- Homepage: https://mooman219.github.io/storm/
- Size: 29.5 MB
- Stars: 24
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Storm
[![Test](https://github.com/mooman219/fontdue/workflows/Test/badge.svg)](https://github.com/mooman219/storm/actions)
[![Documentation](https://docs.rs/storm/badge.svg)](https://docs.rs/storm)
[![Crates.io](https://img.shields.io/crates/v/storm.svg)](https://crates.io/crates/storm)
[![License](https://img.shields.io/crates/l/storm.svg)](https://github.com/mooman219/storm/blob/master/LICENSE)The storm engine is a simple set of primitives. It currently features a GLES3/GL3.3 backend and supports Windows, Linux, Web, and Mac. It's unstable, buggy, and really just a playground for me.