đŠī¸ TinyStorm
TinyStorm is a simple yet powerful framework designed primarily for building and testing low-level games. Whether you're prototyping or experimenting, TinyStorm provides the tools you need to bring your ideas to life. đ
⨠Features
- đ ī¸ Lightweight and easy to use
- đŽ Perfect for low-level game testing
- ⥠Fast and efficient for prototyping
đĻ Installation
Add the following to your Cargo.toml:
[]
= "0.1.0"
đ Getting Started
Here's a quick example to get you started:
use ;
let mut window = default
.with_size
.with_title
.with_vsync
.with_max_fps
.with_msaa
.build;
while window.is_running
đ Documentation
Check out the full documentation here.
đ¤ Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve TinyStorm.
đ License
This project is licensed under the MIT License.
Happy coding! đ