An open API service indexing awesome lists of open source software.

https://github.com/stackdoubleflow/mandelbrotexperiments


https://github.com/stackdoubleflow/mandelbrotexperiments

Last synced: over 1 year ago
JSON representation

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.