11 Commits

Author SHA1 Message Date
Maximilian Ammann
9c5dc1965b Add some comments and rename 2022-06-01 17:15:24 +02:00
Maximilian Ammann
79a4f6d195 Fix web 2022-05-31 21:15:55 +02:00
Maximilian Ammann
ad6a0be20d Start working on a specific headless API 2022-05-31 21:15:55 +02:00
Maximilian Ammann
810954f49d Rename runnable to eventloop and fix variable names 2022-05-31 21:14:46 +02:00
Maximilian Ammann
ae36e4f7d4 Rename HttpClient 2022-05-31 21:14:46 +02:00
Maximilian Ammann
355977e3b7 Simplify window traits 2022-05-31 21:14:46 +02:00
Maximilian Ammann
1e63718dfc Implement headless rendering 2022-05-31 21:14:46 +02:00
Max Ammann
916af61abc
Add Render Graph from Bevy (#93)
* Add render graph from bevy with graph runner

* Add surface

* Continue to refactor renderer

* Make ScheduleMethod object safe in order to be able to have a dyn object in MapContext

* Cleanup, add some more documentation and simplify

Support resizing

Fix late init

* Update apple docs

* Give bevy attribution

* Pass github token

* Improve some comments
2022-05-23 16:53:51 +02:00
Drabble
1f43dfc480
Add Windows as a target OS in Cargo dependencies (#103) 2022-05-23 10:55:16 +02:00
Drabble
c3edea26e5
Improve the Cargo documentation (#87)
* Improve the Cargo documentation

* Fix mistakes with merge on main branch

* Fix the guide book url within the API documentation

* Update the documentation on `QuadKey`
2022-05-12 13:38:10 +00:00
Max Ammann
feff3201c9
Move winit code to maplibre-winit (#86)
* Extract winit code to maplibre-winit

* Run clippy

* Fix android and apple

* Remove import

* Fix android compilation

* Fix android

* Update dependencies

* Fix android

* Fix android

* Add map window config

* Fix feature flag

* Add title to config

* Remove unused export

* Fix for android
2022-05-10 08:58:45 +02:00