From 75a24ffe1d8f17d4ee360de20bc02a60e1f9c1e7 Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Tue, 28 Dec 2021 14:25:13 +0100 Subject: [PATCH] Add some resources --- docs/src/further_technical_reading.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/docs/src/further_technical_reading.md b/docs/src/further_technical_reading.md index ea4b8f1a..448fa6b7 100644 --- a/docs/src/further_technical_reading.md +++ b/docs/src/further_technical_reading.md @@ -1,10 +1,16 @@ # Related Resources +## Related Projects + +* [Tangram Renderer](https://github.com/tangrams/tangram/) +* [Tilezen/Nextzen](https://www.nextzen.org/) + ## GIS * [Google Maps Projection](https://www.maptiler.com/google-maps-coordinates-tile-bounds-projection) * [Grid Calculation Examples](https://gist.github.com/maptiler/fddb5ce33ba995d5523de9afdf8ef118) * [Slippy map tilenames](https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames) (also known as XYZ) * [TMS](https://wiki.osgeo.org/wiki/Tile_Map_Service_Specification#TileMap_Diagram) +* [Mapbox Adaptive Projections](https://www.mapbox.com/blog/adaptive-projections) ## WebAssembly and WebWorkers @@ -56,6 +62,12 @@ Examples: * [Stencil Mask Example](https://github.com/ruffle-rs/ruffle/blob/master/render/wgpu/src/pipelines.rs#L330) * [WGPU Examples](https://github.com/gfx-rs/wgpu/blob/ad0c8d4f781aaf9907b5f3a90bc7d00a13c51153/wgpu/examples/README.md) +## Maths + +Examples: + +* [Dolly Camera](https://github.com/h3r2tic/dolly) + ## Font Rendering Specs: @@ -72,4 +84,13 @@ Projects: * [TinySDK (JS)](https://github.com/mapbox/tiny-sdf) * [RustType](https://github.com/redox-os/rusttype) * [SDF Render](https://docs.rs/sdf_glyph_renderer/latest/sdf_glyph_renderer/) -* [pbf_font_tools](https://github.com/stadiamaps/pbf_font_tools) \ No newline at end of file +* [pbf_font_tools](https://github.com/stadiamaps/pbf_font_tools) + +## Render Graphs + +* https://github.com/metal-by-example/simple-instancing/blob/master/MetalSimpleInstancing/Renderer.swift + +* https://github.com/troughton/Substrate +* https://de.slideshare.net/DICEStudio/framegraph-extensible-rendering-architecture-in-frostbite +* http://themaister.net/blog/2017/08/15/render-graphs-and-vulkan-a-deep-dive/ +* http://themaister.net/blog/2017/08/15/render-graphs-and-vulkan-a-deep-dive/ \ No newline at end of file