|
|
пре 6 година | |
|---|---|---|
| cmake | пре 6 година | |
| doc | пре 6 година | |
| src | пре 6 година | |
| tests | пре 6 година | |
| tools | пре 6 година | |
| .gitattributes | пре 7 година | |
| .gitignore | пре 6 година | |
| CMakeLists.txt | пре 6 година | |
| LICENSE | пре 7 година | |
| Natsu.sln | пре 6 година | |
| README.md | пре 6 година |
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