https://github.com/stackdoubleflow/mandelbrotexperiments
https://github.com/stackdoubleflow/mandelbrotexperiments
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackdoubleflow/mandelbrotexperiments
- Owner: StackDoubleFlow
- Created: 2021-11-24T03:24:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T03:25:32.000Z (over 4 years ago)
- Last Synced: 2025-02-01T12:27:24.784Z (over 1 year ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fixed-Point Mandelbrot
This is where I play around with drawing mandelbrot using fixed-point numbers instead of the conventional floating point. This is useful for running it on low level hardware without floating point capabilities while avoiding soft float.