Alternatives to Cesium logo

Alternatives to Cesium

three.js, Mapbox, ArcGIS, OpenLayers, and JavaScript are the most popular alternatives and competitors to Cesium.
50
106
+ 1
1

What is Cesium and what are its top alternatives?

it is used to create the leading web-based globe and map for visualizing dynamic data. We strive for the best possible performance, precision, visual quality, ease of use, platform support, and content.
Cesium is a tool in the Javascript Utilities & Libraries category of a tech stack.
Cesium is an open source tool with GitHub stars and GitHub forks. Here’s a link to Cesium's open source repository on GitHub

Top Alternatives to Cesium

  • three.js
    three.js

    It is a cross-browser JavaScript library and Application Programming Interface used to create and display animated 3D computer graphics in a web browser. ...

  • Mapbox
    Mapbox

    We make it possible to pin travel spots on Pinterest, find restaurants on Foursquare, and visualize data on GitHub. ...

  • ArcGIS
    ArcGIS

    It is a geographic information system for working with maps and geographic information. It is used for creating and using maps, compiling geographic data, analyzing mapped information, sharing and much more. ...

  • OpenLayers
    OpenLayers

    An opensource javascript library to load, display and render maps from multiple sources on web pages. ...

  • Modernizr
    Modernizr

    It’s a collection of superfast tests or detects as we like to call them which run as your web page loads, then you can use the results to tailor the experience to the user. It tells you what HTML, CSS and JavaScript features the user’s browser has to offer. ...

  • Modernizr
    Modernizr

    It’s a collection of superfast tests or detects as we like to call them which run as your web page loads, then you can use the results to tailor the experience to the user. It tells you what HTML, CSS and JavaScript features the user’s browser has to offer. ...

  • Lodash
    Lodash

    A JavaScript utility library delivering consistency, modularity, performance, & extras. It provides utility functions for common programming tasks using the functional programming paradigm. ...

  • fancybox
    fancybox

    It is a tool that offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages. It is built on the top of the popular JavaScript framework jQuery and is both easy to implement and a snap to customize. ...

Cesium alternatives & related posts

three.js logo

three.js

717
515
0
A JavaScript 3D library
717
515
+ 1
0
PROS OF THREE.JS
    Be the first to leave a pro
    CONS OF THREE.JS
      Be the first to leave a con

      related three.js posts

      Shared insights
      on
      BabylonJSBabylonJSthree.jsthree.jsUnityUnity

      We already have an existing 3d interactive application for windows, mac, and iOS devices and have planned to move that app to the web for high availability to different types of users. I have been searching for different options for it. Our existing application is made in Unity so we prefer to work on unity webgl but it also has its drawbacks. Other than that we are also thinking to change the tech stack to three.js or BabylonJS due to their high compatibility with the web ecosystem. I want to know which engine/library/framework we should use for the development of our 3d web application. Also with unity webgl, we want to develop all UI parts in web technologies only and will use the unity3d for 3d part only.

      Points that are very important to consider - 1. Memory optimization and allocation 2. Quality 3. Shaders 4. Materials 5. Lighting 6. Mesh editing, mesh creation at runtime 7. Ar 8. Vr 10. Support on different browsers including mobile browsers 11. Physics(gravity, collision, cloth simulation, etc.) 12. Initial load time 13. Speed and performance 14. Max vertices count. What happens when we load models exceeding max vertex count? 15. Development time 16. Learning curve (Unity3d we already working on) 17. Ease of use. What artists can do using any platform eg. in unity3d, artists can edit materials, set up lighting etc? 18. Future scope 19. Scalability 20. Integration with web ecosystem

      See more
      Shared insights
      on
      WebGLWebGLthree.jsthree.js

      I want a advice on what to use as a beginner three.js or WebGL?

      See more
      Mapbox logo

      Mapbox

      704
      929
      112
      Design and publish beautiful maps
      704
      929
      + 1
      112
      PROS OF MAPBOX
      • 28
        Best mapping service outside of Google Maps
      • 22
        OpenStreetMap
      • 15
        Beautifully vectorable
      • 11
        Fluid user experience
      • 8
        Extensible
      • 7
        React/ RNative integration
      • 5
        3D Layers
      • 4
        Low Level API
      • 4
        Affordable
      • 3
        Great customer support
      • 3
        Custom themes
      • 2
        High data volume rendering
      CONS OF MAPBOX
        Be the first to leave a con

        related Mapbox posts

        Stephen Gheysens
        Lead Solutions Engineer at Inscribe · | 7 upvotes · 407.8K views

        Google Maps lets "property owners and their authorized representatives" upload indoor maps, but this appears to lack navigation ("wayfinding").

        MappedIn is a platform and has SDKs for building indoor mapping experiences (https://www.mappedin.com/) and ESRI ArcGIS also offers some indoor mapping tools (https://www.esri.com/en-us/arcgis/indoor-gis/overview). Finally, there used to be a company called LocusLabs that is now a part of Atrius and they were often integrated into airlines' apps to provide airport maps with wayfinding (https://atrius.com/solutions/personal-experiences/personal-wayfinder/).

        I previously worked at Mapbox and while I believe that it's a great platform for building map-based experiences, they don't have any simple solutions for indoor wayfinding. If I were doing this for fun as a side-project and prioritized saving money over saving time, here is what I would do:

        • Create a graph-based dataset representing the walking paths around your university, where nodes/vertexes represent the intersections of paths, and edges represent paths (literally paths outside, hallways, short path segments that represent entering rooms). You could store this in a hosted graph-based database like Neo4j, Amazon Neptune , or Azure Cosmos DB (with its Gremlin API) and use built-in "shortest path" queries, or deploy a PostgreSQL service with pgRouting.

        • Add two properties to each edge: one property for the distance between its nodes (libraries like @turf/helpers will have a distance function if you have the latitude & longitude of each node), and another property estimating the walking time (based on the distance). Once you have these values saved in a graph-based format, you should be able to easily query and find the data representation of paths between two points.

        • At this point, you'd have the routing problem solved and it would come down to building a UI. Mapbox arguably leads the industry in developer tools for custom map experiences. You could convert your nodes/edges to GeoJSON, then either upload to Mapbox and create a Tileset to visualize the paths, or add the GeoJSON to the map on the fly.

        *You might be able to use open source routing tools like OSRM (https://github.com/Project-OSRM/osrm-backend/issues/6257) or Graphhopper (instead of a custom graph database implementation), but it would likely be more involved to maintain these services.

        See more

        Which will give a better map (better view, markers options, info window) in an Android OS app?

        Leaflet with Mapbox or Leaflet with OpenStreetMap?

        See more
        ArcGIS logo

        ArcGIS

        133
        185
        20
        A geographic information system for working with maps
        133
        185
        + 1
        20
        PROS OF ARCGIS
        • 7
          Reponsive
        • 4
          A lot of widgets
        • 4
          Data driven vizualisation
        • 2
          Easy tà learn
        • 2
          3D
        • 1
          Easy API
        CONS OF ARCGIS
          Be the first to leave a con

          related ArcGIS posts

          Stephen Gheysens
          Lead Solutions Engineer at Inscribe · | 7 upvotes · 407.8K views

          Google Maps lets "property owners and their authorized representatives" upload indoor maps, but this appears to lack navigation ("wayfinding").

          MappedIn is a platform and has SDKs for building indoor mapping experiences (https://www.mappedin.com/) and ESRI ArcGIS also offers some indoor mapping tools (https://www.esri.com/en-us/arcgis/indoor-gis/overview). Finally, there used to be a company called LocusLabs that is now a part of Atrius and they were often integrated into airlines' apps to provide airport maps with wayfinding (https://atrius.com/solutions/personal-experiences/personal-wayfinder/).

          I previously worked at Mapbox and while I believe that it's a great platform for building map-based experiences, they don't have any simple solutions for indoor wayfinding. If I were doing this for fun as a side-project and prioritized saving money over saving time, here is what I would do:

          • Create a graph-based dataset representing the walking paths around your university, where nodes/vertexes represent the intersections of paths, and edges represent paths (literally paths outside, hallways, short path segments that represent entering rooms). You could store this in a hosted graph-based database like Neo4j, Amazon Neptune , or Azure Cosmos DB (with its Gremlin API) and use built-in "shortest path" queries, or deploy a PostgreSQL service with pgRouting.

          • Add two properties to each edge: one property for the distance between its nodes (libraries like @turf/helpers will have a distance function if you have the latitude & longitude of each node), and another property estimating the walking time (based on the distance). Once you have these values saved in a graph-based format, you should be able to easily query and find the data representation of paths between two points.

          • At this point, you'd have the routing problem solved and it would come down to building a UI. Mapbox arguably leads the industry in developer tools for custom map experiences. You could convert your nodes/edges to GeoJSON, then either upload to Mapbox and create a Tileset to visualize the paths, or add the GeoJSON to the map on the fly.

          *You might be able to use open source routing tools like OSRM (https://github.com/Project-OSRM/osrm-backend/issues/6257) or Graphhopper (instead of a custom graph database implementation), but it would likely be more involved to maintain these services.

          See more
          OpenLayers logo

          OpenLayers

          571
          459
          57
          A high-performance, feature-packed library for all your mapping needs
          571
          459
          + 1
          57
          PROS OF OPENLAYERS
          • 15
            Flexibility
          • 11
            Maturity
          • 8
            Open Source
          • 7
            Incredibly comprehensive, excellent support
          • 4
            Extensible
          • 4
            Strong community
          • 4
            Choice of map providers
          • 3
            Low Level API
          • 1
            OpenStreetMap
          CONS OF OPENLAYERS
            Be the first to leave a con

            related OpenLayers posts

            Modernizr logo

            Modernizr

            27.3K
            2K
            0
            Respond to your user’s browser features
            27.3K
            2K
            + 1
            0
            PROS OF MODERNIZR
              Be the first to leave a pro
              CONS OF MODERNIZR
                Be the first to leave a con

                related Modernizr posts

                Modernizr logo

                Modernizr

                27.3K
                2K
                0
                Respond to your user’s browser features
                27.3K
                2K
                + 1
                0
                PROS OF MODERNIZR
                  Be the first to leave a pro
                  CONS OF MODERNIZR
                    Be the first to leave a con

                    related Modernizr posts

                    Lodash logo

                    Lodash

                    7.3K
                    880
                    3
                    A JavaScript utility library
                    7.3K
                    880
                    + 1
                    3
                    PROS OF LODASH
                    • 2
                      Better than Underscore
                    • 1
                      Simple
                    • 0
                      Better that Underscore
                    CONS OF LODASH
                    • 1
                      It reduce the performance

                    related Lodash posts

                    Elemental UI Vue.js vuex Node.js ES6 ESLint lodash Webpack Yarn Git

                    See more
                    fancybox logo

                    fancybox

                    5.4K
                    99
                    0
                    JavaScript lightbox library for presenting various types of media
                    5.4K
                    99
                    + 1
                    0
                    PROS OF FANCYBOX
                      Be the first to leave a pro
                      CONS OF FANCYBOX
                        Be the first to leave a con

                        related fancybox posts