61 Repositories
C++ (or C) map Libraries
Half-Life bsp map to gltf converter
hlbsp-converter A tool to convert bsp maps (Half-Life and other GoldSrc games) into glTF scenes. Key features: Export embedded texture, and optionally
By putting in a lot of speed, the speed sequence is sorted and divided, three types of speed interval distribution maps are generated.(including broken line graph,histogram and curve graph)
Auto-drawing-speed-range-map By putting in a lot of speed, the speed sequence is sorted and divided, three types of speed interval distribution maps a
traces tcp requests in kernel. allow to set up IPs to filter dynamically using bpf-map.
ttcp cilium/ebpf/examples/tcprtt에다가 BPF_MAP_TYPE_HASH를 추가해서 srcAddr을 필터링하도록 수정함. 어플리케이션에는 Http API를 추가해서 필터링할 IP를 추가, 삭제, 조회할 수 있도록 함. Getting Startd
3D scanning is becoming more and more ubiquitous.
Welcome to the MeshLib! 3D scanning is becoming more and more ubiquitous. Robotic automation, self-driving cars and multitude of other industrial, med
A dx12 river renderer using wave particles with interactive vortices.
Wave Particles with Interactive Vortices Final Result Overview In game industry water can be divided into two domains, ocean and river. This project f
C++11 header-only library that offers small vector, small flat map/set/multimap/multiset.
sfl library This is header-only C++11 library that offers several new containers: small_vector small_flat_set small_flat_map small_flat_multiset small
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
Hash Table Benchmark This is yet another benchmark for hash tables(hash maps) with different hash functions in C++, attempting to evaluate the perform
Flexible level editor
Tiled Map Editor - https://www.mapeditor.org/ About Tiled Tiled is a general purpose tile map editor for all tile-based games, such as RPGs, platforme
A lightweight C++14 parsing library for tmx map files created with the Tiled map editor
tmxlite Description A lightweight C++14 parsing library for tmx map files created with the Tiled map editor. Requires no external linking, all depende
Procedural world generator written in C++. Uses SFML for map rendering.
World Generator Archived as the code is a big mess and it'd be easier to start from scratch than to clean up this code. A procedural world generator i
A fantasy map generator based on Martin O'Leary's "Generating fantasy map" notes
Fantasy Map Generator This program is an implementation of a fantasy map generator written in C++ based on the methods described in Martin O'Leary's "
Generate Height map with Generator (OpenGL and imgui) and Construct Splat Map with generated height map using Algorithm
Generate Height map with Generator (OpenGL and imgui) and Construct Splat Map with generated height map using Algorithm(DPS, BFS, Gradient Descent ... etc) . At Renderer, with height map and blend map which are generated in front of this stage, render high quality terrain with OpenGL
🦇Roguelike (Dungeon Template Library)
Roguelike (Dungeon Template Library) Supported Compilers 🔧 Compiler Run MSVC None GCC Wandbox Clang Wandbox Generated Image 🖼️ Example #include "Rog
Laigter: automatic normal map generator for sprites!
Laigter Overview Download Contributing Screenshots Compiling Linux Windows macOS License Laigter is a tool that automatically generates maps for dynam
FDF is a 42 Project to learn about 3d programming. The program takes a map as parameter and creates its 3d representation.
FDF Project Overview FDF is a 42 Project to learn about 3d programming. The program takes a map as parameter and creates its 3d representation. Render
C++ hash map and hash set which preserve the order of insertion
C++ hash map and hash set which preserves the order of insertion The ordered-map library provides a hash map and a hash set which preserve the order o
A simple localization framework that can re-localize in one point-cloud map.
Livox-Localization This repository implements a point-cloud map based localization framework. The odometry information is published with FAST-LIO. And
Parallel-hashmap - A family of header-only, very fast and memory-friendly hashmap and btree containers.
The Parallel Hashmap Overview This repository aims to provide a set of excellent hash map implementations, as well as a btree alternative to std::map
Parallel-util - Simple header-only implementation of "parallel for" and "parallel map" for C++11
parallel-util A single-header implementation of parallel_for, parallel_map, and parallel_exec using C++11. This library is based on multi-threading on
Flat map - Header only associative linear container.
flat_map flat_map is a header only associative container library that constructed on linear container. It compliants C++17/20 standard associative con
HashTableBenchmark - A simple cross-platform speed & memory-efficiency benchmark for the most common hash-table implementations in the C++ world
Hash-Tables Benchmarks This repository contains a bunch of extendable benchmarks mostly for following containers: std:unordered_map from STL. google::
Bit-Map is a simple bit map.
Bit-Map Bit-Map is a simple bit map. Usage Create a map uint8** bitmap; uint64 map_size = 32; // bit number pfs_create_bitmap(bitmap,
🦴 Takes base Rokoko animation export and uses my pre-made bone remapping to map to the default UE4 skeleton.
🦴 RokokoToUE4-pipeline 🦴 Takes base rokoko animation export and uses my pre-made bone remapping to map to the default UE4 skeleton. How to use: Down
A gazebo actor plugin that utilizes the map of the environment and graph search methods to generate random actor trajectories that don't pass through walls, furniture, etc.
Gazebo-Map-Actor-Plugin A gazebo actor plugin that utilizes the map of the environment and graph search methods to generate random actor trajectories
So_Long project is a 2D game that can read/parse any given map.
SO_LONG So_Long project is a 2D game builded with MLX that can read/parse any given map. COMPILE cd path/to/SO_LONG && make or for bonus part cd pat
A dumper for CS:GO cheat loaders that use manual map injection method
NoobDumper v2 A (mostly dll) dumper for CS:GO cheat loaders that use manual map injection method How to use this Inject the dumper into the loader ( x
A command line and keyboard based strategy-game written in c++, where audio-input determines the AI-strategy and lays the seed for the map-generation.
Table of contents Dissonance Premise Installation Requirements Installation Quick-guide Detailed installation guide Usage Logfiles Tests Uninstall Kno
Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on Interior Faces in Cube-Map Space) demo II. Fast real-time volume rendering for an external volume texture with mesh occlusion.
VolumeRender Authors' implementation of our SIGGRAPH Asia 2021 Technical Communications (Viewport-Resolution Independent Anti-Aliased Ray Marching on
This package provides localization in a pre-built map using ICP and odometry (or the IMU measurements).
Localization using ICP in a known map Overview This package localizes the lidar sensor in a given map using the ICP algorithm. It subscribes to lidar
Implementation of Monocular Direct Sparse Localization in a Prior 3D Surfel Map (DSL)
Implementation of Monocular Direct Sparse Localization in a Prior 3D Surfel Map (DSL)
The Implementation of quadtree-based multi-thread tiled pyramid building algorithm.
tile-map-parallel-builder Quadtree-based multi-thread tiled pyramid building algorithm. Core Concept NOTE: The level is different from TMS zoom level.
A library to convert Uber's H3 geo-index to LatLng vertices for Kotlin Multiplatform Mobile iOS and Android
A library to convert Uber's H3 geo-index to LatLng vertices for Kotlin Multiplatform Mobile iOS and android Features Uber H3 in one interface Common i
Map joystick events to mouse/key events
enjoy map joystick events to mouse/key events Recently, I got a DevTerm and enjoy is specially written for this device to map joystick events to mouse
Typesafe, Generic & Extremely fast Dictionary in C 🚀
CDict.h Typesafe, Generic, and Extremely Fast Dictionary in C 🚀 Key Features Extremely fast non-cryptographic hash algorithm XXHash Complete Typesafe
Course project for Computing Principles
TrojanMap Author: Tianhong Qi This project focuses on using data structures in C++ and implementing various graph algorithms to build a map applicatio
Diablo II Resurrected map revealing tool.
D2RMH Diablo II Resurrected map revealing tool. What's New v0.2 add display for Unique Chest, Well, neighbour map path fix display of correct taltomb
Patches/unpatches an MCC CEA map to use client side hit detection for all weapons
MCC CEA Client-Side Hit Detection Map Patcher This program allows you to patch an MCC map so that all maps use client-side hit detection instead of ju
Header-only compile time key-value map written in C++20.
C++ Static Map Header-only compile time key-value map written in C++20. Getting Started Simply add the files in your source and #include "@dir/Static_
An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!
This is Ygg (short for Yggdrasil), a C++17 implementation of several intrusive data structures: several balanced binary search trees: a red-black Tree
ORB-SLAM3 is the first real-time SLAM library able to perform Visual, Visual-Inertial and Multi-Map SLAM with monocular, stereo and RGB-D cameras, using pin-hole and fisheye lens models.
Just to test for my research, and I add coordinate transformation to evaluate the ORB_SLAM3. Only applied in research, and respect the authors' all work.
A flutter package for making game levels map like candy crush or similar games using flutter with ability to be horizontal or vertical
Game Levels Scrolling Map A package for making game levels map like candy crush or similar games using flutter with ability to be horizontal or vertic
Advanced map enabled for macOS Monterey
AdvancedMap Lilu plugin for enabling modern maps on non-Apple Silicon hardware. Advanced maps were added in macOS 12 Monterey, and worked fine on Inte
Unofficial .hmap map viewer for HumandKind
bhkmap Main Features Read/Write .hmap files Display elevation level, territories, biomes, tile types, strategic resources, luxury resources, natural w
C++ implementation of a fast hash map and hash set using robin hood hashing
A C++ implementation of a fast hash map and hash set using robin hood hashing The robin-map library is a C++ implementation of a fast hash map and has
A family of header-only, very fast and memory-friendly hashmap and btree containers.
The Parallel Hashmap Overview This repository aims to provide a set of excellent hash map implementations, as well as a btree alternative to std::map
C++ implementation of a fast hash map and hash set using hopscotch hashing
A C++ implementation of a fast hash map and hash set using hopscotch hashing The hopscotch-map library is a C++ implementation of a fast hash map and
Loads a signed kernel driver which allows you to map any driver to kernel mode without any traces of the signed / mapped driver.
CosMapper Loads a signed kernel driver (signed with leaked cert) which allows you to map any driver to kernel mode without any traces of the signed /
This robot lcoalisation package for lidar-map based localisation using multi-sensor state estimation.
A ROS-based NDT localizer with multi-sensor state estimation This repo is a ROS based multi-sensor robot localisation. An NDT localizer is loosely-cou
Manual map shellcode (aka byte array) injector
ShellJector This little tool can download DLL from the internet and inject it as shellcode (aka byte array) into process with manual map injection. Th
2D and 3D map renderer using OpenGL ES
Tangram ES Tangram ES is a C++ library for rendering 2D and 3D maps from vector data using OpenGL ES. It is a counterpart to Tangram. This repository
Interactive, thoroughly customizable maps in native Android, iOS, macOS, Node.js, and Qt applications, powered by vector tiles and OpenGL
Mapbox GL Native A C++ library that powers customizable vector maps in native applications on multiple platforms by taking stylesheets that conform to
Indexes points and lines and generates map tiles to display them
Datamaps This is a tool for indexing large lists of geographic points or lines and dynamically generating map tiles from the index for display. Depend
Ubpa small flat containers based on C++20
USmallFlat Ubpa small flat containers based on C++20 Containers basic_flat_map basic_flat_multimap basic_flat_multiset basic_flat_set basic_small_vect
manually map driver for a signed driver memory space
smap manually map driver for a signed driver memory space credits https://github.com/btbd/umap tested system Windows 10 Education 20H2 UEFI installati
A fast hash map/hash table (whatever you want to call it) for the C programming language.
C HashMap A fast hash map/hash table (whatever you want to call it) for the C programming language. It can associate a key with a pointer or integer v
The lightweight and modern Map SDK for Android and iOS
Open Mobile Maps The lightweight and modern Map SDK for Android (6.0+) and iOS (10+) openmobilemaps.io Getting started Readme Android Readme iOS Featu
An efficient graphical Minecraft seed finder and map viewer.
Cubiomes Viewer provides a graphical interface for the efficient and flexible seed-finding utilities provided by cubiomes and a map viewer for the Minecraft biomes and structure generation.
A fast, memory efficient hash map for C++
I now recommend using the parallel hashmap instead of sparsepp, unless if you are stuck with a non C++11 compatible compiler, or if using a little bit
C++ implementation of a fast hash map and hash set using robin hood hashing
A C++ implementation of a fast hash map and hash set using robin hood hashing The robin-map library is a C++ implementation of a fast hash map and has
C++ implementation of a fast hash map and hash set using hopscotch hashing
A C++ implementation of a fast hash map and hash set using hopscotch hashing The hopscotch-map library is a C++ implementation of a fast hash map and
A GPU (CUDA) based Artificial Neural Network library
Updates - 05/10/2017: Added a new example The program "image_generator" is located in the "/src/examples" subdirectory and was submitted by Ben Bogart