8000 GitHub - mnerv/fractals: Fractals in C++ with OpenGL shaders!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mnerv/fractals

Repository files navigation

Fractals

Fractals explorer.

Requirements

Development

Clone repository with --recursive flag

git clone --recursive git@github.com:mnerv/fractals.git

Update the submodules.

git submodule update --init --recursive

Use cmake to generate the Build System script.

cmake -S . -Bbuild
cmake --build build -j4

About

Fractals in C++ with OpenGL shaders!

Topics

Resources

License

Stars

Watchers

Forks

0