libmorton
Spatial encoding library
A C++ header-only library for efficiently encoding and decoding spatial coordinates using the Morton order
C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates
597 stars
29 watching
71 forks
Language: C++
last commit: about 1 year ago c-plus-plusdecodingencodingmorton
Related projects:
Repository | Description | Stars |
---|---|---|
lemire/fastpfor | A C++ library for compressing integers efficiently using SIMD instructions and optimized for sorted lists of integers. | 879 |
slavenf/sfl-library | A C++11 header-only library providing various small and static container classes. | 71 |
tacticalmelonfarmer/cxl | A C++17 metaprogramming library providing utilities for strings, parsing, typelists, aggregates to tuples conversions and constant integral literals. | 50 |
bobluppes/graaf | A lightweight C++ graph library designed to simplify graph-related tasks and provide general-purpose graph algorithms | 158 |
interactivecomputergraphics/positionbaseddynamics | A C++ library that supports the physically-based simulation of mechanical effects using a position-based approach | 1,936 |
halbux/sparselizard | A C++ finite elements library for multi-physics simulations with adaptive mesh refinement and high-performance computing capabilities. | 340 |
chrberger/libcluon | A lightweight C++ library for building distributed systems with messaging and serialization capabilities | 100 |
foonathan/memory | A C++ library providing a new, flexible memory allocation system | 1,497 |
fengwang/matrix | A C++ library for efficiently creating and manipulating dense 2D matrices | 82 |
jermp/interpolative_coding | A C++ library implementing the Binary Interpolative Coding compression algorithm | 28 |
hapaxia/selbaward | A collection of reusable SFML graphics components for creating 2D games and applications. | 198 |
szaghi/befor64 | Library providing easy-to-use methods for encoding and decoding binary data in base64 format | 21 |
lohedges/aabbcc | A C++ implementation of an axis-aligned bounding box data structure for efficient collision detection and spatial decomposition in physics applications. | 321 |
lemire/simdcomp | A library for fast integer compression using SIMD instructions | 490 |
jjjkkkjjj/matft | A Numpy-like library in Swift for multi-dimensional array and matrix operations | 133 |