Hi, I am planning to use this project as a dependency to a Rhino plugin. The readme mentions it can be used by developers in this way.
The project seems to work great, the only issue is that it's structured only as a Rhino plugin. It would be great if you could separate it into two projects, a library and a Rhino plugin. The library can then be used by other Rhino plugins directly without having to make changes to this project.
For the time being, I've created a fork with this additional library project, making as few changes as possible. You can have a look here:
https://github.com/visose/glTF-Bin/tree/library
If done properly, it would be better to restructure the folders and move the code files around, rather than reference them as I've done here.
Hi, I am planning to use this project as a dependency to a Rhino plugin. The readme mentions it can be used by developers in this way.
The project seems to work great, the only issue is that it's structured only as a Rhino plugin. It would be great if you could separate it into two projects, a library and a Rhino plugin. The library can then be used by other Rhino plugins directly without having to make changes to this project.
For the time being, I've created a fork with this additional library project, making as few changes as possible. You can have a look here:
https://github.com/visose/glTF-Bin/tree/library
If done properly, it would be better to restructure the folders and move the code files around, rather than reference them as I've done here.