Files
RealTimeFractal/README.md
2025-11-09 17:00:32 +01:00

16 lines
398 B
Markdown

# Real Time Fractal
Generate random fractals in 3D using chaos game.
## Building
Just run xmake and build. Here's an example:
```
xmake
```
Tested on PopOS! using gcc 11.4.0, more testing to follow.
## Third-Party Dependencies
Uses the following third-party dependencies:
- [GLFW 3.4](https://github.com/glfw/glfw)
- [Glad](https://github.com/Dav1dde/glad)
- [glm](https://github.com/g-truc/glm)