rapid-sdk

build

rapid-sdk

Map editing made easy

This project contains code for processing and editing map data. Our goal is to provide a shared foundation upon which developers can build map editors, data processors, validators, and other innovative tools.

This code is used by the Rapid map editor.

The modules and methods are documented at rapideditor.github.io/rapid-sdk.

This project is just getting started! 🌱

We're not able to support external contributors at this time, but check back in a bit when things have matured.

đŸ§ŗ @rapid-sdk/math

Includes:

  • ⭐ī¸ Math Constants

  • 🌐 Geographic (spherical) math functions

  • 📈 Geometric (planar) math functions

  • đŸ”ĸ Number math functions

  • 📐 Vector math functions

  • đŸ“Ļ Extent class for working with bounding boxes

  • 🀄ī¸ Tiler class for splitting the world into rectangular tiles

  • 🕹ī¸ Transform class for managing translation, scale, rotation

  • đŸ“ē Viewport class for managing view state and converting between Lon/Lat (Îģ,Ī†) and Cartesian (x,y) coordinates

đŸ§ŗ @rapid-sdk/util