Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fussuchalice/fractaldragon
Fractal dragon on C++
https://github.com/fussuchalice/fractaldragon
Last synced: 6 days ago
JSON representation
Fractal dragon on C++
- Host: GitHub
- URL: https://github.com/fussuchalice/fractaldragon
- Owner: FussuChalice
- Created: 2023-05-10T11:51:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T20:01:44.000Z (about 1 year ago)
- Last Synced: 2024-11-08T02:56:37.617Z (about 2 months ago)
- Language: C++
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fractal Dragon
![curve_fractal](./result.png)Full text on Wikipedia:
https://en.wikipedia.org/wiki/Dragon_curve# Setup
1. Download and unzip SFML from (https://www.sfml-dev.org)
2. In Project folder create 2 directories (lib and include)
3. From SFML/lib move to Project/lib files:
- sfml-audio.lib
- sfml-graphics.lib
- sfml-network.lib
- sfml-system.lib
- sfml-window.lib4. Copy SFML/include/SFML to Project/include
5. Generate project file by CMake (you can use cmake-gui) or use terminal commands:
```sh
Get all types of generate files
$> cmake -G
$> cmake -G "Your generate file type"
```
6. Move from SFML/bin Project/Debug files:
- sfml-graphics-2.dll
- sfml-system-2.dll
- sfml-window-2.dll