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

https://github.com/kraglik/mandelbulb-c


https://github.com/kraglik/mandelbulb-c

computer-graphics mandelbox mandelbulb simple

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# C Mandelbulb
Primitive ray-marching mandelbulb renderer

Some examples:

Pow = 2
![alt text](https://raw.githubusercontent.com/kraglik/mandelbulb-c/master/examples/result_2.png)

Pow = 4
![alt text](https://raw.githubusercontent.com/kraglik/mandelbulb-c/master/examples/result_4.jpg)

Pow = 6
![alt text](https://raw.githubusercontent.com/kraglik/mandelbulb-c/master/examples/result_6.png)

Pow = 8
![alt text](https://raw.githubusercontent.com/kraglik/mandelbulb-c/master/examples/result_8.png)

Pow = 12
![alt text](https://raw.githubusercontent.com/kraglik/mandelbulb-c/master/examples/result_12.png)

Pow = 32
![alt text](https://raw.githubusercontent.com/kraglik/mandelbulb-c/master/examples/result_32.png)

There is also a mandelbox implementation at branch 'mandelbox'.
Example:

![alt text](https://raw.githubusercontent.com/kraglik/mandelbulb-c/mandelbox/examples/result_2.39128.png)