nova-r8-0.1.0 has been yanked.
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.
Edit Cargo.toml and add nova-r8-rust to the dependencies section.
[]
= "my-game"
= "0.1.0"
= "2021"
[]
= "^0.1"
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.