An open API service indexing awesome lists of open source software.

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

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#

![](/imgs/image1.png)

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`