Rendering of a Newton Fractal using OpenGL
- Operating System : Linux/ Windows
- Programming Language : C/C++
- Graphics API : OpenGL 4.4
- Library : GLFW
- OpenGL Loader: GLAD
- Build system: Solution file(Visual Studio), CMake & Makefile(build.bat)
- Set your working directory as
$(ProjectDir)build
- Build using visual studio in Release mode and run the exe in
build
directory
You either need to use x64 Command prompt for VS
or need to install clang
to build the project using command line.
- Navigate to the source directory from the command line
- Run the
build.bat
file from the project directory
Fractal for z^3 - 1 with a = 1
Scroll
- For zoom in and out
W A S D
-Movement