https://github.com/sscaff1/remandelbrot
Example of using the Reprocessing library
https://github.com/sscaff1/remandelbrot
animation fractal mandelbrot reasonml reprocessing
Last synced: about 2 months ago
JSON representation
Example of using the Reprocessing library
- Host: GitHub
- URL: https://github.com/sscaff1/remandelbrot
- Owner: sscaff1
- Created: 2018-07-28T14:47:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T14:05:23.000Z (over 7 years ago)
- Last Synced: 2025-02-23T23:29:04.444Z (over 1 year ago)
- Topics: animation, fractal, mandelbrot, reasonml, reprocessing
- Language: OCaml
- Size: 16.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Re-Mandelbrot
This is an example repo for using the Reprocessing library. It compiles natively using bsansouci/bsb-native. The repo draws the mandelbrot set using different iterations.
## Running
To run run the byte file in this repo:
```sh
lib/bs/bytecode/indexhot.byte
```
## Example