KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
Atlas-MapGenerator
★ 23
Open GitHub ↗
A C++ Map Generator
Download README (.md)
Explore Similar Repositories
sygma-relayer
:
No description available.
netmaui-coupons-app-challenge
:
Coupons App UI Challenge made with .NET MAUI.
NF-ASD
:
No description available.
Compilation-Principle
:
2022中山大学编译原理
Graduate-Applied-Cryptography-CN
:
The Chinese translation of A Graduate Course in Applied Cryptography by Dan Boneh and Victor Shoup.
// 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
Atlas-MapGenerator
?
Download (.md)
# Atlas MapGenerator A C++ Map Generator. This project uses [Core framework](https://github.com/izkeas/Core)  ## NOTE This repository has been archived because I'm not working on it anymore, maybe I'll remake this project into a website form in the future ## Features - Generate Pixel Art maps of a World - set biomes with temperature, humidity and height - save and load settings with world templates ## Build this project uses meson as build system, to build do the following: ### Linux meson setup build meson compile -C build Meson will download all required libraries and compile, then run the example with: ./build/src/Map\ Generator ### Windows windows needs mingw, download and install [mingw](https://github.com/niXman/mingw-builds-binaries/releases), select the x86_64 posix sjlj meson setup build-mingw --cross-file mingw_cross.txt meson compile -C build-mingw ./build/src/Map Generator.exe ## Atlas Uses the following libraries - Core framework - fastnoiselite - nlohmann_json - magic_enum