oshifty / vision

A new and intuitive way of controlling intelligent devices developed from first principles for the event industry.
https://oshifty.github.io/vision/
MIT License
3 stars 0 forks source link

✨ build `Three.js` poc #9

Closed lukas-runge closed 1 year ago

lukas-runge commented 1 year ago

Three.js looks like a compelling tool for visualization of lighting fixtures or even whole light rigs. As it supports gltf out of the box (preferred format) it can load most of the models packaged in GDTF files.

lukas-runge commented 1 year ago

added in dcd78775c88b1c917c27103361892a5b09f3afb4

Still has some problem tho:

lukas-runge commented 1 year ago

There has been a lot of progress made in #11 🎉

Some minor issues still need fixing:

Looking forward to getting this ready for main. Thank you again @hrueger for your Contributions! 🚀

hrueger commented 1 year ago

Sadly it seems like it's not valid typescript? In my dev environment the linter complains

Interesting. Does not happen for me. Can you share the error @lukas-runge?

Edit:

and document generator fails to parse / include the library

do you see an error here? I don't.

lukas-runge commented 1 year ago

Last update before merging the poc to main 🥳