How Vector Maps Work - Vladimir Agafonkin (Mapbox.com)

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024
  • This talk was part of the Central Europe Tech Week organized by Kiwi.com - techweek.cz/
    Mapbox GL is the leading open source platform for modern interactive maps. It combines a variety of sophisticated algorithms, smart ideas, and novel approaches to deliver elegant, real-time rendering of vector data with thousands of shapes and millions of points both in the browser and on mobile devices. In this talk, you will find out how it works under the hood, and learn about challenges developers face when building data visualizations with OpenGL/WebGL.
    The talk will cover scalable font rendering, line and polygon tessellation, in-browser spatial indexing, collision detection, label placement, point clustering, shape clipping, line simplification, sprite packing, efficient binary data encoding and transfer, parallel processing using Web Workers, rendering tests and more!

Комментарии • 1

  • @viktorjancik2737
    @viktorjancik2737 5 лет назад

    Awesome technology! Lines & text really is a pain in OpenGL.