mandelbrot-maps icon indicating copy to clipboard operation
mandelbrot-maps copied to clipboard

🗺 Mandelbrot set and Julia set explorer made with React and WebGL

Results 6 mandelbrot-maps issues
Sort by recently updated
recently updated
newest added

Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 3.1.0 to 5.0.0. Release notes Sourced from gh-pages's releases. v5.0.0 Potentially breaking change: the publish method now always returns a promise. Previously, it did not return a...

dependencies

It's now possible to control position, zoom, and rotation. Zoom and Rotation do not yet have robust visual indicators: - [ ] zoom control - Google Maps slider? with +/-...

- [x] different view types: PiP (locked / floating), full - [ ] splash screen

Shaders need to be updated to ES 300 to support WebGL2. Relevant project here: https://github.com/Jam3/glsl-100-to-300

enhancement
wontfix

Find a way to test shaders to make sure they compile. Need to either have a mock WebGL context or directly invoke WebGL compilation functions in test files.

testing

Reminder to update "About" text for this year, including recent contributions

documentation