KhronosGroup / glTF-CSharp-Loader

C# Reference Loader for glTF
Other
219 stars 58 forks source link

Separate schema loader and code generator. #41

Closed ericwj closed 2 years ago

ericwj commented 2 years ago

Just a few refactorings separating out the code generator and the schema parser.

This would be useful for #28 amongst others.

I also added the generated code because it isn't that much and it makes it a lot easier to figure out what changed.

ericwj commented 2 years ago

I had to comment out net35 in glTFLoader.csproj to even try to build, so I haven't tested that TFM.

ericwj commented 2 years ago

@bghgary Can you organize pushing the package to NuGet please? AFAICT that hasn't happened since 2015 with many merges since. Why is that?

bghgary commented 2 years ago

I manually push this. I'll start one.

I'm not sure where you see 2015. I see this:

image
bghgary commented 2 years ago

It's up: https://www.nuget.org/packages/glTF2Loader/1.1.4-alpha

ericwj commented 2 years ago

Oh I must've forgotten to include the 2 in the name.