GitXplorerGitXplorer
v

mythic-atlas

public
1 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
357b453f46033d96130dfe0bd7400d4257581481

Update TODO

vvreon committed 3 years ago
Unverified
de382392d4411ba0e4365bcd8de934e3cd0987ae

Add listener for pointercancel

vvreon committed 3 years ago
Unverified
f4e44e45eef18d996e869df24998c21f53abf416

Use PointerEvents for Influence, Label

vvreon committed 3 years ago
Unverified
89c3d77f965f7d35529d995e1677b93685a6798f

Specify maximums for TitleCard

vvreon committed 3 years ago
Unverified
2437ff317c290305192ce33e405feb1e3ce5575e

Make null comparisons more idiomatic

vvreon committed 3 years ago
Unverified
e71d78ed8788376d1b849d91973141ee1b92bab4

Remove TS setup script for now

vvreon committed 3 years ago

README

The README file for this repository.

Mythic Atlas

A real-time, non-destructive, web-based fantasy map editor.

āž”ļø Try it in your browser!

With Mythic Atlas, you can place markers to indicate where you want land and sea, and move them in real-time without waiting around for the map to generate.

If you have a general idea of how you want your map's land masses to be shaped, but don't care about the details or realism, Mythic Atlas just might be the tool for you.

Project status: very buggy and unfinished šŸ›šŸ›šŸ”ØšŸ˜¤šŸ›šŸ› (but still fun to play with!)

Screenshots

Screenshot of main interface editing an example map Screenshot of non-destructive topography editor

Run it locally

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000 to use the app.

License

MIT