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