Nova r8 Rust bindings
Table of Contents
Description
This library comprises Rust bindings for the Nova r8 game engine.
Install
- Adhere to the installation guidelines for installing the essential Nova r8 library.
Usage
Create a new project named my-game.
Add the following content to the src/main.rs file to instantiate a blank window.
use *;
Build:
Run:
References
Refer to the Nova r8 project for comprehensive references.
Structs
nova_r8::Game
nova_r8::Actor
nova_r8::Vec2
Maintainers
Contributing
We enthusiastically encourage and welcome contributions.