-
Updated
Apr 18, 2022 - PHP
{{ message }}
Open source C++ physics engine library in 3D
A lightweight quadtree implementation for javascript
纯C的跨平台基础库与网络库,提供list/hashtable/rbtree数据结构,封装各OS API,对使用者屏蔽诸如IO多路复用下的并发可靠UDP/TCP的传输与监听,断线重连,基于协程/回调的RPC调度核心机制等实现细节.内部还包括一个3D碰撞检测.
Benchmark of various spatial data structures for collision detection.
Lane and obstacle detection for active assistance during driving. Uses windowed sweep for lane detection. Combination of object tracking and YOLO for obstacles. Determines lane change, relative velocity and time to collision
Experimentation of flow field pathfinding in conjunction with steering behaviors.
A set of reusable functions to integrate IPC into an existing simulation.
An explanation of 2D collision tests in JavaScript
A simple Go library for performing 2D collision detection based on sat-js
Tilemap animations, physics, events and custom property enhancements for Tiled JSON map files
Bounce is a 3D physics engine for games.
Analytical Models of the Performance of C-V2X Mode 4 Vehicular Communications
Display the street labels following polylines for Leaflet
cloth simulation with collision
Fast and reliable implementation of the Gilbert-Johnson-Keerthi (GJK) algorithm for C, C# and Matlab
A deterministic collision lib for lockstep
A platformer sample written for Pico-8, includes slopes and jump buffering
DEScrypt CPU Collision Cracker
Collision is a python library meant for collision detection between convex and concave polygons, circles, and points.
Another AI toy project, of a traffic intersection controlled by a Reinforcement Learning AI agent to optimize traffic flow in an intersection of vehicles or pedestrians
Add a description, image, and links to the collision topic page so that developers can more easily learn about it.
To associate your repository with the collision topic, visit your repo's landing page and select "manage topics."
I think there's an extra #endif in tinyfiles.h. Around line 88 there's this:
#if defined( TINYPATH_IMPLEMENTATION )
#endif TINYPATH_IMPLEMENTATION
That #endif doesn't look like it should be there. I get compilation errors about the final #endif having no matching #if