- Initial release of OMNIcode circuit evolution engine
- C FFI layer (
omnimcode-fficrate) - Python bindings (
omnimcode-pythonwith PyO3) - Unity package with C# wrappers and examples
- Unreal Engine plugin with C++ wrappers
- Circuit Trainer CLI demo (368 KB standalone binary)
- Modding Tool demo (387 KB standalone binary)
- Game AI demo for Unity
- 5 comprehensive tutorials (22.5K words total)
- GitHub Actions CI/CD workflows
- 544 KB binary size (zero external dependencies)
- 215-693 ns per circuit evaluation
- 4.64M-1.44M evals/sec throughput
- 72/72 tests passing
- Rust workspace with 3 crates: omnimcode-core, omnimcode-ffi, omnimcode-python
- LTO and opt-level=3 for minimal size
- Cross-compilation support (Linux, Windows, macOS)
cargo install omnimcode-coreImport OMNIcode-Unity.unitypackage into your Unity project.
Copy the OMNIcode-Unreal plugin to your project's Plugins/ directory.
pip install omnimcode- Binary size: 544 KB (zero dependencies)
- Circuit evaluation: 215-693 ns
- Throughput: 4.64M-1.44M evals/sec