Skip to content

Orchaldir/omg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orchaldir's Map Generator

CI Current Crates.io Version

This project allows the user to create maps with a number of user-defined steps. Some example steps are :

  • Creating user-defined attributes like rainfall or temperature.
  • Adding noise or a gradient to an attribute.
  • Transforming an attribute.
  • Combining multiple attributes.

The steps can be saved to & loaded from files with serde.

A very simple editor uses rocket to visualize the generated map.

How to run the editor?

With cargo:

> cd omg_editor
> cargo run

For Intellij set the working directory of the run configuration to omg_editor.

Afterwards you need to open the displayed link (e.g. http://127.0.0.1:8000) in a browser.

Releases

No releases published

Packages

No packages published

Languages