https://github.com/assetripper/assetripper.conversions.crunch
https://github.com/assetripper/assetripper.conversions.crunch
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/assetripper/assetripper.conversions.crunch
- Owner: AssetRipper
- License: mit
- Created: 2025-09-13T07:10:24.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-22T04:32:40.000Z (9 months ago)
- Last Synced: 2025-09-22T05:36:43.687Z (9 months ago)
- Language: C#
- Homepage:
- Size: 210 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AssetRipper.Conversions.Crunch
Translation of [crunch](https://github.com/Unity-Technologies/crunch/tree/master) for use in C#.
## Generation
### LLVM IR
```
clang -S source.cpp -o source.ll -emit-llvm -w -g -fno-discard-value-names -fstandalone-debug
```
### C# Code
```
AssetRipper.Translation.LlvmIR.exe
source.ll
--namespace AssetRipper.Conversions.Crunch
--module-name AssetRipper.Conversions.Crunch
--class-name Crunch
--decompile-directory
./AssetRipper.Conversions.Crunch/Generated
```