Crates.io | fast3d |
lib.rs | fast3d |
version | 0.5.0 |
source | src |
created_at | 2023-06-24 23:06:18.703357 |
updated_at | 2023-09-28 13:31:03.967234 |
description | A Rust library for N64 Fast3D Graphics Rendering |
homepage | https://crates.io/crates/fast3d |
repository | https://github.com/retrofoundry/fast3d-rs |
max_upload_size | |
id | 899172 |
size | 114,818 |
fast3d-rs is a library written in Rust for rendering N64 graphics API commands.
Add this library to your project and one of the following renderers: fast3d-wgpu-renderer
or fast3d-glium-renderer
.
The library consists of three main components:
RCP
- This represents the N64 RCP and provides a reset and a process_dl
method.RenderData
- This is given to the RCP run command that collects draw data and textures for rendering with different renderers.WgpuRenderer
- This is a renderer that can be used to render data producedGliumRenderer
- This is a renderer that can be used to render data producedCheck out the examples folder for some examples of how to use the library.
Looking for a solution that includes this, windowing, audio and controller input? Check out Helix!.