|
|
há 6 anos atrás | |
|---|---|---|
| cmake | há 6 anos atrás | |
| doc | há 6 anos atrás | |
| src | há 6 anos atrás | |
| tests | há 6 anos atrás | |
| tools | há 6 anos atrás | |
| .gitattributes | há 7 anos atrás | |
| .gitignore | há 6 anos atrás | |
| CMakeLists.txt | há 6 anos atrás | |
| LICENSE | há 7 anos atrás | |
| Natsu.sln | há 6 anos atrás | |
| README.md | há 6 anos atrás |
natsu-clr is an il2cpp transpiler and runtime compatible with .Net Core.
natsu-clr 是一个兼容 .Net Core 的 IL2CPP 编译器和运行时。
Install .Net Core SDK 3.0 and CMake
Build compiler
dotnet build Natsu.sln
Run compiler to generate .h and .cpp
cd src/Natsu.Compiler/bin/Debug/netcoreapp3.0 && ./Natsu.Compiler
Build runtime and app
mkdir out && cd out
cmake .. -DCHINO_ARCH=Emulator -DCHINO_BOARD=Emulator -DCHINO_APP=Chino.Apps.Shell