Show HN: Nexus.js - Fabric.js for 3D
21–29 of 29 posts
Re: Show HN: Nexus.js - Fabric.js for 3D
#22It was a lot of wrangling and unexpected behavior, and we ultimately ended up implementing a more traditional 3d gizmo - though the application was also really only meant to be used at a desktop with a mouse instead of also supporting touch controls.
Re: Show HN: Nexus.js - Fabric.js for 3D
#23This is pretty interesting - how has your experience been with R3F? I've built a small game level with it before and I'm wondering if I want to go all the way and build something larger. Also, are you planning on making this open source at some point? Fabric is nice in that it manages 2D canvas objects for you & you can build things like an editor on top, in this case as a library what would you consider the primitiv…
Re: Show HN: Nexus.js - Fabric.js for 3D
#24Re: Show HN: Nexus.js - Fabric.js for 3D
#25I built something similar a few years back. My thing doesn't do textures its essentially just icons, text or shapes that can be layered, colored or extruded in 3d space on a 2d design canvas. demo: https://sg.halbe.works/
I built it on Skia, three.js and my own layer algorithm.
Re: Show HN: Nexus.js - Fabric.js for 3D
#26On the default white background, the control buttons (move, rotate, roll...) look disabled to me.
Re: Show HN: Nexus.js - Fabric.js for 3D
#27Interesting, what are some use cases for something like this?
Re: Show HN: Nexus.js - Fabric.js for 3D
#28Looks amazing.