Helix¶
Helix is a library written in Rust providing core features for getting your N64 software running on PC and other systems.
Features Provided¶
- [x] Window Management (gui)
- [x] Processing of N64 RDP commands via fast3d-rs (gui)
- [x] WGPU Rendering
- [x] OpenGL Rendering
- [x] GUI Rendering via imgui-rs (gui)
- [x] Input Handling (gamepad)
- [x] Audio Rendering via arie (audio)
Optional Features¶
- [x] Speech Synthesis (speech)
- [x] TCP Stream (network)
For details on each of the features provided please see our documentation.
How to setup?¶
For setup and more in-depth information please see our documentation.