il2cpp transpiler and runtime compatible with .Net Core
☆90Mar 8, 2020Updated 5 years ago
Alternatives and similar repositories for natsu-clr
Users that are interested in natsu-clr are comparing it to the libraries listed below
Sorting:
- A prototype of XPath-like queries for C# syntax trees☆17Jun 1, 2024Updated last year
- IL2C - A translator for ECMA-335 CIL/MSIL to C language.☆442Jun 19, 2022Updated 3 years ago
- A MSIL/C# to C++ converter. Faster than CoreCLR with low memory overhead.(已弃坑.C#是个好语言,然而.NET不是一个干净的平台)☆597Jan 19, 2018Updated 8 years ago
- The most portable alternative to Microsoft.Build for evaluating, manipulating, and other progressive data processing in a compatible XML-…☆18Feb 22, 2024Updated 2 years ago
- Translates .NET IL to unsuported .NET platforms and architectures. (Powered by Cecil)☆118Feb 7, 2024Updated 2 years ago
- .NET AOT compiler for retro computers☆15Dec 30, 2025Updated 2 months ago
- Transpiles a C# subset to non .NET languages. (Powered by Roslyn)☆136Feb 7, 2024Updated 2 years ago
- Extensions for the Unity DI container☆11Feb 16, 2018Updated 8 years ago
- CS2X - C# Transpiler experiments (Powered by Roslyn)☆39Dec 13, 2018Updated 7 years ago
- Implementation of a .NET GC in C# with NativeAOT☆106Feb 21, 2026Updated last week
- A compiler framework for managed code.☆53Sep 29, 2019Updated 6 years ago
- QuickInject is a simple dependency injection container for .NET Core☆46Jun 12, 2023Updated 2 years ago
- POwershell PredictOr POwered by coPilOt.☆13Oct 14, 2025Updated 4 months ago
- Yet another .NET IL to C++ transpiler with concurrent GC☆34Jan 27, 2025Updated last year
- Compiles LLVM IR (bytecode) or C to .NET Assemblies☆116May 1, 2023Updated 2 years ago
- Reimplementation of ECMA-335 metadata APIs☆21Updated this week
- ☆13Jul 14, 2019Updated 6 years ago
- IL2CPP is Unity AOT compiler translates Intermediate Language (IL) from .NET compilers into C ++ code. The executable library provides to…☆44Nov 20, 2021Updated 4 years ago
- Main repository for the stark compiler frontend + vscode integration + language specs☆154Mar 17, 2024Updated last year
- Low-level utilities and tools for working with the CLR and memory.☆12Feb 20, 2021Updated 5 years ago
- DOOM fire effect in C#☆58Jul 17, 2020Updated 5 years ago
- A C++ implementation of Recycler☆11Jan 12, 2026Updated last month
- Automatic HasFlagNonAlloc method generator for C# & Unity☆17Nov 25, 2025Updated 3 months ago
- ☆16Aug 22, 2023Updated 2 years ago
- ☆17Jun 13, 2021Updated 4 years ago
- An extensible library providing C# PInvoke codegen from C/C++ files for .NET☆138Apr 30, 2025Updated 10 months ago
- 在AOT项目中,使用反射有一些问题,本程序包利用源生成器,按不同的维度,提前获取对应类型的元数据,从而达到平滑使用Reflection部分功能。