11 releases

0.1.5 Apr 12, 2020
0.1.4 Apr 8, 2020
0.1.2 Mar 31, 2020
0.0.21 Feb 26, 2020
0.0.5 Mar 21, 2020

#1961 in Game dev

Apache-2.0

115KB
2.5K SLoC

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.


lib.rs:

Nuuro is a 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.

Dependencies

~0.1–6MB
~62K SLoC