https://github.com/rileyjshaw/fractal
π΅βπ« Visual fractal explorer (Julia/Mandelbrot/Burning Ship sets)
https://github.com/rileyjshaw/fractal
fractal gpu julia-sets shader webgl
Last synced: 29 days ago
JSON representation
π΅βπ« Visual fractal explorer (Julia/Mandelbrot/Burning Ship sets)
- Host: GitHub
- URL: https://github.com/rileyjshaw/fractal
- Owner: rileyjshaw
- License: gpl-3.0
- Created: 2024-03-12T19:27:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:00:51.000Z (5 months ago)
- Last Synced: 2025-02-01T07:22:12.976Z (3 months ago)
- Topics: fractal, gpu, julia-sets, shader, webgl
- Language: JavaScript
- Homepage: https://rileyjshaw.com/fractal
- Size: 2.16 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fractal Explorer: GPU Edition
This project lets you zoom into, modify, and explore some common fractals. Itβs a naive implementation that doesnβt allow for arbitrary precision. This means that it loses resolution at a fairly shallow zoom depth of ~100000x. You can read more and [try it out online](https://rileyjshaw.com/fractal).
This is a quick project I threw together for my own curiosity. It's not precious, so please [add pull requests](https://github.com/rileyjshaw/fractal/pulls) if you have ideas! Iβll merge changes quickly as long as the app remains reasonably performant.

## Running locally
To run this project locally, you'll need to have Git and Node.js installed. Then, run the following commands:
```sh
git clone [email protected]:rileyjshaw/fractal.git
cd fractal
npm install
npm run dev
```## License
[GNU General Public License v3.0](/LICENSE)