nuuro

Crates.ionuuro
lib.rsnuuro
version0.1.5
sourcesrc
created_at2020-02-25 23:06:34.211237
updated_at2020-04-12 22:58:48.050967
descriptionA specialized 2D game library
homepage
repositoryhttps://github.com/juandroid007/nuuro
max_upload_size
id212573
size125,701
Juan Manuel Villacorta Campos (juanvillacortac)

documentation

https://docs.rs/nuuro/

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.

Commit count: 41

cargo fmt