NogginBops / ImGui.NET_OpenTK_Sample

A sample project showing an ImGui (using ImGui.NET) renderer for OpenTK in C#
106 stars 27 forks source link

Please upload this to nuget. #13

Closed Shadowblitz16 closed 3 years ago

Shadowblitz16 commented 3 years ago

I think it would be nice if this could be uploaded to nuget

NogginBops commented 3 years ago

To upload this to nuget I would want to remove the Texture and Shader classes as users don't want name collisions with my versions. But one of the biggest reasons for not making a nuget package of this is that it will lock you to the opentk version that this project supports, it's much nicer to distribute this as source so people can modify it to their needs. I can add an unlicense or something like that so that it's clear that this code is cc0.

Shadowblitz16 commented 3 years ago

oh ok that makes sense