2 Commits

Author SHA1 Message Date
Yuri Astrakhan
04ff0882a3
Chore: upgrade deps (#286)
* upgrade deps, fix keywords/categories

* just fmt

* remove backends in wgpu
2023-09-24 10:11:29 +02:00
Max Ammann
63da707210
Introduce Plugin API along with Raster Tiles (#253)
* Implement basic raster rendering

* Fix web builds for raster rendering (e.g. APC)

* Implement plugin system using a "Tile Component System" pattern heavily inspired by bevy

* Remove tile_repository and integrate into world structures

* Migrate from specific stages to systems

* Introduce a RasterPlugin and VectorPlugin

* Add feature gate for headless rendering to demo

* Remove pipelines for simplicity

* Add message tags using Labels

* Add run config

* Add show bash path for Windows CI

* Do not use symlinks for cargo binstall

* Introduce DebugPlugin

* Introduce HeadlessPlugin

* Add more layers to vector processing benchmark

---------

Co-authored-by: Quillasp <soulaymane.lamrani@heig-vd.ch>
Co-authored-by: Antoine Drabble <antoine.drabble@gmail.com>
2023-02-18 12:56:56 +01:00