Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add emscripten support #509

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Commits on Jul 17, 2022

  1. Add emscripten support

    bugra9 committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    76ead55 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

  1. - Used emscripten_log instead of printf.

    - Used request.method instead of 'GET' in network/HTTPClientEmscriptenImpl.cpp.
    - Set headers to http request in network/HTTPClientEmscriptenImpl.cpp.
    - Used 'std::atomic<bool>' type for '_needRedraw' variable in MapView.
    - Set alpha, depth and stencil to 1. (SDK uses alpha channel, depth buffer and stencil buffer.) (Fixed 3d model transparency issue.)
    - Removed double click handler.
    - Added additional EmscriptenInput namespace in ui/EmscriptenInput.(h/cpp)
    - Changed raster map url with cartocdn.
    bugra9 committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    2e90bc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Implemented BitmapCanvas to render Text and Popup vector elements.

    Added text and popup example.
    Implemented OffscreenCanvas usage.
    Added vector tile event listener example.
    bugra9 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    b22980e View commit details
    Browse the repository at this point in the history