https://github.com/coloryr/inochi2d-sharp
inochi2d C# port
https://github.com/coloryr/inochi2d-sharp
inochi2d inochi2d-sdk
Last synced: about 1 year ago
JSON representation
inochi2d C# port
- Host: GitHub
- URL: https://github.com/coloryr/inochi2d-sharp
- Owner: Coloryr
- License: bsd-2-clause
- Created: 2024-11-22T05:59:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-07T02:07:14.000Z (about 1 year ago)
- Last Synced: 2025-04-07T02:31:28.950Z (about 1 year ago)
- Topics: inochi2d, inochi2d-sdk
- Language: C#
- Homepage:
- Size: 819 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inochi2dSharp
[Inochi2d](https://github.com/Inochi2D/inochi2d) in C# port.
This project is to rewrite all the code using C#.
D -> C#

is work now, try this now.
```
git clone https://github.com/Coloryr/inochi2d-sharp.git
```
1. open `/src/Inochi2dSharp.sln`
2. open `Inochi2dSharp.Silk`
3. change model path
```
view.LoadModel("path\to\model");
```
4. build and run `Inochi2dSharp.Silk`