Maximilian Ammann
3e1c24e533
Fix formatting
2022-09-17 15:48:41 +02:00
Maximilian Ammann
12bb06a86e
Add a lot of TODO notes
2022-09-17 14:46:35 +02:00
Maximilian Ammann
76bf7a6ecf
Run formatter
2022-09-17 13:50:08 +02:00
Maximilian Ammann
fb250e0d28
Remove a Box<>
2022-09-15 16:25:18 +02:00
Maximilian Ammann
7dc7346597
Add first working version which does not need shared memory on web
2022-09-15 09:46:17 +02:00
Maximilian Ammann
a66519ccca
Introduce AsyncProcedureCall
2022-09-10 11:11:12 +02:00
Maximilian Ammann
f012d23b7e
Remove ScheduleMethod and replace with Scheduler
2022-09-09 12:46:16 +02:00
Maximilian Ammann
056cb5c995
Introduce environment
2022-09-09 12:34:06 +02:00
Max Ammann
6aa0557c90
Configure rustfmt ( #145 )
...
* Configure rustfmt
* Apply new formatting rules
2022-07-17 16:14:29 +02:00
Max Ammann
a928fbd3fb
Avoid clipping in logic ( #148 )
...
* Reduce znear so the map is not cut when we tilt the camera
* Allow unbounded ground coordinate calculation
* Choose random zner and zfar values
* Move Queue to root module
Co-authored-by: Drabble <antoine.drabble@gmail.com>
2022-07-15 20:59:07 +02:00
Antoine Drabble
2b13668727
Allow panning with touch inputs ( #130 )
...
* Allow panning with touch inputs
* Fix code formatting
Co-authored-by: Max Ammann <max@maxammann.org>
2022-06-20 13:50:58 +00:00
Max Ammann
1c46a77ce0
Improve headless feature structure ( #128 )
...
* Collect headless related stuff under feature flag
* Run clippy
2022-06-04 10:53:54 +02:00
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
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