baskeboler / cljs-aframe

a-frame demo in clojurescript
3 stars 2 forks source link

not working #2

Open awb99 opened 4 years ago

awb99 commented 4 years ago

Hi!

I ran your app. There is a dialog in the top left corner; but other than that no elements are coming. The video is also missing in this project.

Regards!

baskeboler commented 4 years ago

Hi there! I updated the dependencies and deployed the demo here. I had committed the code with most of the stuff commented out. I removed the 3D video from the scene because for some reason it has stopped working but I pushed the castle scene model which does load (it takes some time, it is around 30MB). Try running it locally with shadow-cljs watch app and toggling elements from the scene function, hot reloading should work correctly now. Other than that, this was just meant for playing around with aframe npm components in a playground scene. Thanks for reaching out!