uxebu / bonsai

BonsaiJS is a graphics library and renderer
http://bonsaijs.org
Other
1.96k stars 189 forks source link

Website demos are not working #240

Closed therealadityashankar closed 4 years ago

therealadityashankar commented 6 years ago

All I see in a black screen when attempting to see a demo via your website

image

the same issue is there with all demos

wolframkriesing commented 6 years ago

Thanks for reporting!

cu Wolfram

Aditya Shankar notifications@github.com schrieb am Sa., 21. Apr. 2018, 09:06:

All I see in a black screen when attempting to see a demo via your website

[image: image] https://user-images.githubusercontent.com/21975892/39081547-8987f5aa-4560-11e8-8deb-0cd21b9e9ad9.png

the same issue is there with all demos

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uxebu/bonsai/issues/240, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG7E8tS953Nrj6RAdFAAgaSfFwP4aOBks5tqtp0gaJpZM4TeWMN .

Kelier commented 6 years ago

for now i can't see anything . 🙁

stav09 commented 6 years ago

Appears the demo site is still not working.

GET https://cloud.github.com/downloads/uxebu/bonsai/bonsai-0.4.0.min.js net::ERR_NAME_NOT_RESOLVED

Probably should be pointing to https://github.com/uxebu/bonsai/releases/download/v0.4.5/bonsai-0.4.5.min.js

oschade commented 5 years ago

Seems easy to fix. Will there be an update?

wolframkriesing commented 5 years ago

you can see the working demo in http://orbit.bonsaijs.org

here is the direct URL http://orbit.bonsaijs.org/#x%20%3D%20250%3B%0Ay%20%3D%20250%3B%0A%0Avar%20dark%20%3D%20true%3B%0Avar%20hue%20%3D%200%3B%0A%0Afunction%20make()%20%7B%0A%0A%20%20hue%20%3D%20hue%20%2B%20.005%20%3E%201%20%3F%200%20%3A%20hue%20%2B%20.005%3B%20%2F%2F%20vary%20hue%20slightly%20with%20each%20star%0A%20%20var%20baseColor%20%3D%20color('red').hue(hue)%3B%0A%20%20var%20c%20%3D%20dark%20%3F%20baseColor.darker(.2)%20%3A%20baseColor.lighter(.3)%3B%0A%20%20dark%20%3D%20!dark%3B%0A%0A%20%20var%20s%20%3D%20new%20Star(x%2C%20y%2C%20150%2C%205%2C%200).fill(c).addTo(stage)%3B%0A%0A%20%20s.animate('3s'%2C%20%7B%0A%20%20%20%20factor%3A%202%2C%0A%20%20%20%20rotation%3A%20Math.PI%20%2F%205%0A%20%20%7D%2C%20%7B%0A%20%20%20%20easing%3A%20'sineInOut'%2C%0A%20%20%20%20onEnd%3A%20function()%20%7B%0A%20%20%20%20%20%20s.remove()%3B%0A%20%20%20%20%7D%0A%20%20%7D)%3B%0A%0A%7D%0A%0Astage.on('tick'%2C%20function(e%2C%20f)%20%7B%0A%20%20if%20(f%20%25%204%20%3D%3D%3D%200)%20%7B%20%2F%2F%20every%20fourth%20frame%0A%20%20%20%20make()%3B%0A%20%20%7D%0A%7D)%3B%0A

Saludos, Regards, Gruesse

Wolfram Kriesing

… about crafting (and) JavaScript http://picostitch.com

Am So., 10. März 2019 um 09:56 Uhr schrieb oschade <notifications@github.com

:

Seems easy to fix. Will there be an update?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/uxebu/bonsai/issues/240#issuecomment-471269320, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG7E3hU19dmUqiN3xIJNWuJGJeN5qD0ks5vVMjQgaJpZM4TeWMN .

gandra commented 4 years ago

Still not working. In the console error 404 for https://cloud.github.com/downloads/uxebu/bonsai/bonsai-0.4.0.min.js

therealadityashankar commented 4 years ago

@gandra I would not recommend using the project anymore, since the latest commit is from 2014

wolframkriesing commented 4 years ago

if anyone is interested pushing it forward, I am open to help and merge stuff. I still think it is quite powerful, even today

gandra commented 4 years ago

@gandra I would not recommend using the project anymore, since the latest commit is from 2014

Thanks. Found this one http://snapsvg.io/