logoalt Hacker News

jasonblickyesterday at 3:04 PM1 replyview on HN

Hello, what are you using to render the models in the webpage? and what format did you export the models as to do that? It looks very nice!


Replies

brookkeyesterday at 3:35 PM

Hey! It's using three.js with rapier for physics. The models are being loaded as STLs using the three.js stl loader https://threejs.org/docs/#STLLoader.

https://github.com/Brookke/brookke.github.io/blob/main/src/c...

show 1 reply