What is the best 3D design tool for Linux?
Show HN: 3DC.io – A dead simple cross-platform 3D design tool
21–30 of 74 posts
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#22Developer here, would love to get some feedback and answer any questions you might have. The app is available on iOS, Android and Web ( https://3dc.io/download ). There is also a gallery of user built content ( https://3dc.io/gallery ).
I made two objects. I clicked on one, which clearly indicated it as selected. I tried to deselect that object by clicking on the grid outside it, but nothing happened. OK, fine, let's try a different strategy -- selecting the second object (thereby deselecting the first) by clicking on it.
After clicking the second object, it went back to looking like neither was selected. Huh? So I clicked again on the first object to select it... and the second object got selected?! Then I realized that both objects had been selected! I found this behavior so odd that I came here to write this feedback.
FWIW, here's how I think it should work: clicking an item should deselect all the other items unless you're holding the shift key. Selected items should be clearly marked -- don't just dim the deselected items: this keeps the "all selected" and "none selected" states from looking so similar.
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#23Let me know if you want to do an integration with our https://Clara.io 3D presentation and modeling tool! Would be nice to have some data transfer back and forth.
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#24Developer here, would love to get some feedback and answer any questions you might have. The app is available on iOS, Android and Web ( https://3dc.io/download ). There is also a gallery of user built content ( https://3dc.io/gallery ).
Thanks for making this and sharing it on HN; I like the simplicity of it! The way that selection works really confused me, though. Here's what happened: I made two objects. I clicked on one, which clearly indicated it as selected. I tried to deselect that object by clicking on the grid outside it, but nothing happened. OK, fine, let's try a different strategy -- selecting the second object (thereby deselecting the fi…
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#253D tools can often be overwhelming, especially if you only use them occasionally. The push/pull feature reminds me a bit of SketchUp, which I really like. Anyone have any thoughts on what I could use for building up a scene? Ideally something where I can move things around the world with scripting.
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#26Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#27Earlier quoted context omitted.
Thanks for making this and sharing it on HN; I like the simplicity of it! The way that selection works really confused me, though. Here's what happened: I made two objects. I clicked on one, which clearly indicated it as selected. I tried to deselect that object by clicking on the grid outside it, but nothing happened. OK, fine, let's try a different strategy -- selecting the second object (thereby deselecting the fi…
Hi! You make a good point, that the current behavior might not make sense on desktop. We started out on Android and iOS and there "tapping" on objects makes a whole lot more sense. We should probably revisit the entire controls logic in the future. In the meantime, try it out on mobile, might feel more fluid.
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#28Good stuff btw. I don't think most people appreciate the amount of work that goes into making something simple to use like this.
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#29Developer here, would love to get some feedback and answer any questions you might have. The app is available on iOS, Android and Web ( https://3dc.io/download ). There is also a gallery of user built content ( https://3dc.io/gallery ).
I would also like to express my appreciation for the ability to save/import/export files instead of locking those functions behind in-app purchases.
Overall, great job! Thank you for creating this.
Re: Show HN: 3DC.io – A dead simple cross-platform 3D design tool
#30Developer here, would love to get some feedback and answer any questions you might have. The app is available on iOS, Android and Web ( https://3dc.io/download ). There is also a gallery of user built content ( https://3dc.io/gallery ).
For mobile, we use Cordova and package the app up for various platforms.
On top of Cordova we run a lot of custom code to smooth out the filesystem and streaming of data to and from the engine that relies heavily on Three.js internally.
We also built a custom IOC container to manage the ever increasing amount of components and integrations.