KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
mandelbrot
★ 24
Open GitHub ↗
SFML-based Mandelbrot set viewer program
Download README (.md)
Explore Similar Repositories
plugin-git
:
Woodpecker plugin for cloning Git repositories
deploy-ml-model-as-android-app
:
Code to deploy ML model as an Android App
FairMOT-attack
:
No description available.
archlinux-ansible-provisioner
:
Yet another Archlinux ansible provisioner
dl_common_script
:
深度学习常用的脚本,比如公共数据集(Tusimple,VOC等)的转换(xml2json,json2xml,yolo2voc),读取视频,分离训练验证集等
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
mandelbrot
?
Download (.md)
# mandelbrot SFML-based Mandelbrot viewer program. <p float="middle"> <img src="docs/mandelbrot.png" width="300"/> <img src="docs/zoomed.png" width="300"/> </p> # Requirements * C++20 * CMake 3.28 # Building & Running ``` cmake -B build -DCMAKE_BUILD_TYPE=Release cmake --build build --config Release --target run ``` # Controls | Action | Control | | ----------------- | --------------- | | Go to point | Click | | Zoom | Scroll (or W/S) | | Pan | Arrow keys | | Change iterations | [ and ] | | Reset view | R |