godotccd
Collision checker
A module that provides fast collision checking for arbitrary 3D shapes.
libccd GDNative module for Godot
64 stars
4 watching
4 forks
Language: C++
last commit: about 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
thesheeep/godotdetour | A plugin for Godot Engine that provides fast and stable 3D navigation using navmeshes, agents, and dynamic obstacles. | 121 |
thgnommy/godot_3d_auto_collision_generator | Automates collision detection and setup for 3D objects in Godot | 36 |
mattiamontanari/opengjk | An algorithm implementation library for fast and reliable distance queries between convex objects | 144 |
geopjr/collision | A GUI tool to generate and verify various types of hashes for file integrity verification. | 151 |
jaredmpayne/spritekitcollisionsplayground | A playground demonstrating physics collision detection using Swift and Sprite Kit. | 32 |
kylogias/godot-line-collider-2d | A tool that generates collision shapes from 2D line segments | 8 |
snowkit/differ | A collision detection library using the Separating Axis Theorem for 2D shapes. | 166 |
dimforge/parry | A 2D and 3D collision detection library for game development in Rust. | 601 |
danfis/libccd | Library for collision detection between two convex shapes | 508 |
kroitor/gjk.c | An implementation of the Gilbert-Johnson-Keerthi collision detection algorithm in 2D for arbitrary convex polygons | 861 |
noonat/intersect | Provides common 2D collision detection tests and algorithms in JavaScript | 90 |
maaack/godot-scene-loader | A plugin that provides a scene loader with loading screen and error handling capabilities for Godot 4.2. | 28 |
cratercrash/godot-orchestrator | A visual scripting solution for Godot game development | 1,019 |
rustgd/collision-rs | An extension of the cgmath library that adds collision detection primitives and algorithms. | 126 |