Skip to content

retrofoundry/helix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helix

Helix is a library written in Rust providing core features for getting your N64 software running on PC and other systems.

Features Provided

  • 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)

Optional Features

  • Speech Synthesis (speech)
  • 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.

Community