WebGL Julia Set
11–20 of 24 posts
Re: WebGL Julia Set
#12You should add a stop button for the animation, and also fix the back button. Using URL fragments for this is ridiculous.
the intention behind using the url hash for application state is to allow sections to be debugged and sent as links. that said, I may rip it out in place of a smooth zoom when I get time.
Re: WebGL Julia Set
#13This project was built using code I wrote previously for this pure javascript fractal renderer: http://jonathan-potter.github.io/Mandelbrot/ Jamie Wong's post on hacker news earlier this week was a massive help in allowing me to switch to using WebGL for the rendering portion. His post can be found here: http://jamie-wong.com/2016/07/06/metaballs-and-webgl/
https://github.com/andrelaszlo/webgl/
It needs a little refactoring, and probably only works in Chrome.
Re: WebGL Julia Set
#14You should add a stop button for the animation, and also fix the back button. Using URL fragments for this is ridiculous.
I like the stop button idea, but there are some considerations that I need to work through before I can add it in. the intention behind using the url hash for application state is to allow sections to be debugged and sent as links. that said, I may rip it out in place of a smooth zoom when I get time.
Re: WebGL Julia Set
#15Earlier quoted context omitted.
I like the stop button idea, but there are some considerations that I need to work through before I can add it in. the intention behind using the url hash for application state is to allow sections to be debugged and sent as links. that said, I may rip it out in place of a smooth zoom when I get time.
You could adjust the URL hash without pushing the change onto the history stack -- that gets you the best of both worlds.
Re: WebGL Julia Set
#16[1] https://github.com/cies/haskell-fractal
[2] https://github.com/cies/haskell-fractal/blob/master/fractal....
[3] https://github.com/cies/haskell-fractal/blob/master/poster.p...
Re: WebGL Julia Set
#17You should add a stop button for the animation, and also fix the back button. Using URL fragments for this is ridiculous.
I like the stop button idea, but there are some considerations that I need to work through before I can add it in. the intention behind using the url hash for application state is to allow sections to be debugged and sent as links. that said, I may rip it out in place of a smooth zoom when I get time.
Re: WebGL Julia Set
#18Also the fourier transform is much more obvious in the imaginary plane. https://acko.net/tv/toolsforthought/
Re: WebGL Julia Set
#19Earlier quoted context omitted.
I got mobile fixed on my ios devices. I don't really have the tools for testing android at home. anyone want to confirm for me?
No luck on android 5.1.0 with Chrome 47.0.2526.83 for me, just a black screen. No errors in the console either. Sorry I can't give you a more helpful description. edit: that's for the submitted link, http://jonathan-potter.github.io/Mandelbrot/ works fine.