Hey guys! So, I`m doing an interface in web for my company’s WebXR project and I’m here to ask if there’s the possibility of using TailwindCSS or any other CSS framework together with Needle Engine, to make my life easier. Thanks in advance!
Hello @Bruno Dias of course there is. Needle Engine is pretty unopinionated about your webdev setup. We have some starter templates prepared (e.g. using vite) but you’re free to setup your webproject differently / export to another existing project.
Btw, you mentioned you use it with Vue. since I know that React has the r3f, what kind of wrapper for Vue do you guys use to make it work with three.js? do you use Trois.js, Tres.js or did you create your own?
We dont use a wrapper. We build and setup the 3d content in Unity / Blender and build the 2d frontend in vue and some hooks to communicate with the scene / components in the 3d scene where necessary
I mean the major difference is that all the 3d interactive stuff is shipped inside the gltf and you add and edit it in a visual way in Blender or Unity. So you dont have to construct a scene graph and attaching stuff to the objects in code