Skip to content

Latest commit

 

History

History
 
 

gamedev

Using libriscv in a game engine

This example project shows the basics for how to use libriscv in a game engine.

The build script will first build the RISC-V guest program, and then the host program. If it succeeds, the program will run.

Script_program folder

An example program that modifies some libc functions to use host-side functions with native performance.

The program showcases low-latency and full C++ support.

Guides

Other languages

Nelua

Nelua has been implemented here

Guide to Scripting with Nelua

Nim

There is a Nim example

Guide to Scripting with Nim

Rust

There is a Rust example

Guide to Scripting with Rust