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

https://github.com/mrizaln/julia-set

Julia Set renderer using C and OpenGL
https://github.com/mrizaln/julia-set

julia-set opengl rendering

Last synced: 29 days ago
JSON representation

Julia Set renderer using C and OpenGL

Awesome Lists containing this project

README

          

# julia-set
Julia Set

I want to improve my [previous code](https://github.com/mrizaln/mandelbrot-set), but at the same time I want to challenge myself to code in C. So, here we are.

But then, I want to take this code further: render [Julia Set](https://en.wikipedia.org/wiki/Julia_set) (the Mandelbrot Set is still rendered tho ヾ(^-^)ノ).


**Two variants**

- [Julia Set](./resources/shaders/julia_set.frag)

https://user-images.githubusercontent.com/61090869/212173314-7a96eb13-536f-4d96-8b5d-b41c808403ca.mp4

- [Mandelbrot Set](./resources/shaders/mandelbrot_set.frag)

https://user-images.githubusercontent.com/61090869/236512236-c55b89ab-314c-4c92-9f41-525515dfb3a3.mp4