rubenwe / StlVault

3D object viewer and organizer
http://stlvault.com
MIT License
170 stars 27 forks source link

Story: Split STLVault into library service and the main application #62

Open rubenwe opened 4 years ago

rubenwe commented 4 years ago

Unity is a great solution for displaying and rendering 3D content. The GUI system is workable and performs well enough with respect to it being cross platform. There are however some major issues that I've run into up to this point:

There are also some scenarios where people would love to access DBs on other PCs in the local network (#8 )

Because of those aspects I'm exploring ways to split the library from the main application. There is no concrete plan yet, but this might have to happen sooner rather than later.