tdaron / CFractals

A fractal generator tool written in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFractals

This project is a learning project. Do not expect it to be bugless / perfect lmao.

Dependencies

This projects heavily depends on SMFL and ImGUI. Meson is also required to run it (i think??)

Installation instruction here.

How to run the project

If you have just tool installed, just run

just run

there also is

just build

if you want to build the project.

If you don't have just installed, just nstall it. (nah i'm kidding, just copy paste commands you can find in justfile).

Why is this README so awful ?

Because C++ build system is.

About

A fractal generator tool written in C++


Languages

Language:C++ 68.7%Language:GLSL 27.4%Language:Meson 2.7%Language:Just 1.2%