Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alepacho/diamond_square_demo
https://github.com/alepacho/diamond_square_demo
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alepacho/diamond_square_demo
- Owner: Alepacho
- License: mit
- Created: 2022-11-21T02:47:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T03:07:22.000Z (about 2 years ago)
- Last Synced: 2024-11-12T18:06:23.268Z (2 months ago)
- Language: C++
- Size: 1.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diamond_square_demo
![scrot](https://github.com/Alepacho/diamond_square_demo/blob/master/bin/preview.png)
This is a simple implementation of Diamond-Square algorithm, written in C++, SDL2 and ImGui.
usage:
- install sdl2 `brew install sdl2`
- compile it `make`
- done!