Showing 18 open source projects for "3d map render"

View related business solutions
  • Nurp | Algorithmic Trading Icon
    Nurp | Algorithmic Trading

    See How Our Users Are Leveraging Algorithmic Trading To Produce Market Beating Returns

    Unleash your full trading potential with Nurp's powerful algorithms, insights, and supportive community
  • Secure Access to Sensitive Data in Minutes Icon
    Secure Access to Sensitive Data in Minutes

    Protect your sensitive customer data in the cloud without sacrificing productivity or overloading engineering teams

    Satori created the first DataSecOps platform which streamlines data access by automating access controls, security and regulatory compliance for the modern data infrastructure. The Secure Data Access Service is a universal visibility and control plane which allows you to oversee your data and its usage in real-time while automating access controls. Secure access to the sensitive PII, health and financial data in minutes with Satori. Satori integrates into your environment in minutes, maps all of the organization’s sensitive data, and monitors data flows in real-time across all data stores. Satori enables your organization to replace cumbersome permissions and acts as a policy engine for data access by enforcing access policies, data masking, and initiating off-band access workflows.
  • 1
    Google Map React

    Google Map React

    Google map library for react that allows rendering components

    Google map library for react that allows rendering components as markers. google-map-react is a component written over a small set of the Google Maps API. It allows you to render any React component on the Google Map. It is fully isomorphic and can render on a server. Additionally, it can render map components in the browser even if the Google Maps API is not loaded. It uses an internal, tweakable hover algorithm - every object on the map can be hovered. It allows you to create interfaces like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    three.js

    three.js

    JavaScript 3D library

    three.js is a lightweight and easy-to-use JavaScript 3D library with its own default WebGL renderer. It works by creating a scene with a camera and a geometric cube, the latter of which is added to the scene. This will become the animated object within the scene. A WebGL renderer is created for the scene and the camera, with an added viewport to the document.body element. Finally, the cube is animated within the scene for the camera. A plethora of examples can be found in the project’s...
    Downloads: 41 This Week
    Last Update:
    See Project
  • 3
    Mapbox GL JS

    Mapbox GL JS

    Interactive, thoroughly customizable maps in the browser

    Mapbox GL JS is a JavaScript library that uses WebGL to render interactive maps from vector tiles and Mapbox styles. It is part of the Mapbox GL ecosystem, which includes Mapbox Mobile, a compatible renderer written in C++ with bindings for desktop and mobile platforms. Mapbox GL JS is part of the cross-platform Mapbox GL ecosystem, which also includes compatible native SDKs for applications on Android, iOS, macOS, Qt, and React Native. Mapbox provides building blocks to add location features...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    OpenLayers

    OpenLayers

    A high-performance, feature-packed library for all your mapping needs

    OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles, vector data and markers loaded from any source. OpenLayers has been developed to further the use of geographic information of all kinds. It is completely free, Open Source JavaScript, released under the 2-clause BSD License (also known as the FreeBSD). Pull tiles from OSM, Bing, MapBox, Stamen, and any other XYZ source you can find. OGC mapping services and untiled layers also supported. Render vector data...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Turn chaos into productivity with one app. Icon
    Turn chaos into productivity with one app.

    We make remote work simple, productive and more connected.

    Copy5 is the first platform built to emulate how people actually work, bringing all the benefits of physically working in the same room into the digital space. Customize your daily workspace to prioritize activities, update tasks or collaborate with others.
  • 5
    Spritejs

    Spritejs

    A cross platform high-performance graphics system

    Spritejs is a cross-platform high-performance graphics system, which can render graphics on web, node, desktop applications and mini-programs. SpritejsNext is the new version of spritejs. It is renderer agnostic enabling the same api to render in multiple contexts: webgl2, webgl, and canvas2d. Manipulate the sprites in canvas as you do with the DOM elements. SpritejsNext provides several kinds of basic sprite elements, which can be operated on the layer like DOM elements. Compatible for most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vue Router

    Vue Router

    The router for Vue.js

    ... Application with Vue + Vue Router feels natural: with Vue.js, we are already composing our application with components. When adding Vue Router to the mix, all we need to do is map our components to the routes and let Vue Router know where to render them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    0 A.D.

    0 A.D.

    0 A.D. is a free, open-source, cross-platform real-time strategy game.

    0 A.D. (pronounced "zero ey-dee") is a cross-platform real-time strategy (RTS) game of ancient warfare. It's a historically-based war/economy game that allows players to relive or rewrite the history of ancient civilizations, each depicted at their peak of economic growth and military prowess.
    Downloads: 67 This Week
    Last Update:
    See Project
  • 8
    react-blessed

    react-blessed

    A react renderer for blessed

    A React custom renderer for the blessed library. This renderer should currently be considered as experimental, is subject to change and will only work with React's latest version (17.x.x, using Fiber). Any of the blessed widgets can be rendered through react-blessed by using a lowercased tag title. Text nodes, on the other hand, will be rendered by applying the setContent method with the given text on the parent node. As with React's DOM renderer, react-blessed lets you handle the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MapSCII

    MapSCII

    Braille & ASCII world map renderer for your console

    .... Compatible with most Linux and OSX terminals. Highly optimized algorithms for a smooth experience. 100% pure JavaScript! Arrows up, down, left, right to scroll around. Press a or z to zoom in and out. Press c to switch to block character mode, and press q to quit. If your terminal supports mouse events you can drag the map and use your scroll wheel to zoom in and out.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Solve workplace parking problems Icon
    Solve workplace parking problems

    The parking management platform for businesses, enterprises and property managers

    Employee and tenant parking that’s fair, simple, and stress-free. With future booking and spot sharing, parking is easy and equitable.
  • 10
    Zdog

    Zdog

    Flat, round, designer-friendly pseudo-3D engine for canvas & SVG

    Zdog is a 3D JavaScript engine for <canvas> and SVG. With Zdog, you can design and render simple 3D models on the Web. Zdog is a pseudo-3D engine. Its geometries exist in 3D space, but are rendered as flat shapes. This makes Zdog special. Zdog is small. 2,100 lines of code for the entire library. 28KB minified. Zdog is round. All circular shapes are rendered as proper circles with rounded edges. No polygonal jaggies. Zdog is friendly. Modeling is done with a straight-forward declarative API...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    aframe-react

    aframe-react

    Build virtual reality experiences with A-Frame and React

    ... to place 3D/real-time logic at the React layer, causing poor performance (e.g., doing React renders on ticks). aframe-react applications frequently ignore the prescribed ECS framework of A-Frame. Internally, React does tons of computation to compute what changed, and flushes it to the entire application. It is apparent React ecosystem does not care much about memory as most examples allocate functions and objects in the render method, and where immutables are popular.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    mystreetview_chung
    mystreetview chung is a html5 custom version of google maps streetview , fullscreen with recall of the latest visited position and map flyto any position in the world . Explore worldwide streets in 3D photo 360 degrees panoramics views . New (10/12/2016) added a desktop application written in freebasic that launches the web url and filters the nasty blurry screens introduced by google street view api between each move with the keyboard (works with firefox & iexplore & chrome).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FalansterCity3D

    FalansterCity3D

    3D urban environment renderer : browser-app ; as well as a GTA clone

    Have You ever wondered what would be like the weirdest Grand Theft Auto clone ever made? Well, we are pretty close with the FalansterCity3D urban environment rendering-engine where You can also drive the cars in the city. And moreover, it's a browser-game, so it runs instantly in any internet-browser. Why not try it directly at the link below? http://nerdofalgorithms.altervista.org/secondary_pages/page_11.php Even on smarthones or whatever, as long as it has a browser and sufficient...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Sarcoex's Blender Web Interface

    A simple web interface for Blender, for rendering animations..

    A simple web interface for Blender, for rendering animation with clusters. "Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    yadra - yet another distributed rendering application A Network-Render-Tool for Blender. A Java based, platform-independent tool, for rendering animations of blender in a network. Easy setup (no SMB/CIFS-Connections). Web-Interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a web shared map for the 3D world of the MMORPG MountyHall. It works alone or in addition with the Mozilla extension 'Mountyzilla + MAP', itself based on extension 'Mountyzilla'.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Free web3D interactive, extensible, full-scale earth map created and annotated by the public. Like a 3D google + world wiki. Includes integration with enterprise web services. OGC 3D services and 3D chat (vrspace) planned. X3D & VRML standards based.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Aion model viewer

    Render model from the Aion: Tower of Eternity in WebGL

    This project allows you to customize your character from Aion online, in web browser. It uses Three.js as main lib and jQuery for syntax sugar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next