MRubyD: A C#-based mruby VM for Seamless Game Engine Integration

2025-03-24
MRubyD: A C#-based mruby VM for Seamless Game Engine Integration

MRubyD is a new mruby virtual machine implemented in pure C#, designed for seamless integration with C#-based game engines. Leveraging modern C# features, it boasts high performance and extensibility, prioritizing Ruby API compatibility. Currently in preview, some features like built-in types and methods, as well as private/protected visibility, are under development. Install via `dotnet add package MRubyD` and explore its capabilities through the provided examples. It requires the native mruby compiler for compiling .rb source code into .mrb bytecode.

Development