here_be_dragons/demo
Nolan Darilek 957dcca447 Add ability to associate arbitrary BuilderData with maps.
I'm finding that, for best results, I need to integrate everything into my map generation process. So for instance, object/monster spawns need to run as a filter so they can influence future steps.

This associates a `Clone + Default` type with maps and makes it available to filters. `NoData` exists for the current behavior.

All examples/tests/demos have been updated accordingly.
2022-03-12 09:45:42 -06:00
..
assets/texture Added new tilesets 2020-09-02 14:27:01 +02:00
src Add ability to associate arbitrary BuilderData with maps. 2022-03-12 09:45:42 -06:00
www removed 2021-12-06 10:33:01 +01:00
.DS_Store removed 2021-12-06 10:33:01 +01:00
Cargo.toml Metrics Fixed: #20, Fixed #21. 2021-01-14 12:18:31 +01:00
LICENSE-APACHE Map generator working in wasm demo 2020-09-13 13:26:36 +02:00
README.md generated demo to gh-pages 2020-10-17 22:22:32 +02:00

Demo application for mapgen

Build the project:

wasm-pack build
cd www
npm run server

Deply application

cd www
npm run build

This app uses: