https://github.com/juanvillacortac/nuuro
Experimental 2D Game Engine
https://github.com/juanvillacortac/nuuro
Last synced: 4 months ago
JSON representation
Experimental 2D Game Engine
- Host: GitHub
- URL: https://github.com/juanvillacortac/nuuro
- Owner: juanvillacortac
- License: apache-2.0
- Created: 2020-02-27T02:41:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T01:22:10.000Z (about 5 years ago)
- Last Synced: 2025-01-23T08:19:50.824Z (5 months ago)
- Language: Rust
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuuro
Nuuro is specialized game development library.
When creating a game, it is good practice to make a layer,
specific to one's needs, that separates the
game logic from the resource management, rendering, audio, and other interfacing
that is needed for a game.Users of this crate should create a build script in their project,
invoking functionality from the sibling crate "nuuro_build".
This will generate texture atlases and enums to reference assets.
See the "nuuro_build" crate for more details.You can start with the [nuuro template](https://github.com/juandroid007/nuuro_template).