-
Updated
Apr 18, 2022 - PHP
#
collision
Here are 216 public repositories matching this topic...
Open source C++ physics engine library in 3D
-
Updated
Jun 24, 2022 - C++
-
Updated
May 28, 2022
A lightweight quadtree implementation for javascript
-
Updated
Feb 25, 2022 - JavaScript
纯C的跨平台基础库与网络库,提供list/hashtable/rbtree数据结构,封装各OS API,对使用者屏蔽诸如IO多路复用下的并发可靠UDP/TCP的传输与监听,断线重连,基于协程/回调的RPC调度核心机制等实现细节.内部还包括一个3D碰撞检测.
c
linux
mac
socket
socket-io
collision
collision-detection
epoll
win32
cpp-library
c-library
kevent
iocp
reliable-udp
-
Updated
Jun 20, 2022 - C
-
Updated
Aug 17, 2021 - JavaScript
Benchmark of various spatial data structures for collision detection.
-
Updated
Mar 6, 2018 - C++
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
collision
lane-lines
lane-finding
object-detection
autonomous-driving
autonomous-vehicles
copilot
lane-detection
adas
cv2
bounding-boxes
lane-curvature
lane-detector
obstacle-detection
lane-lines-detection
tracking-algorithm
lane-tracking
yolov3
-
Updated
Sep 17, 2020 - Jupyter Notebook
Experimentation of flow field pathfinding in conjunction with steering behaviors.
-
Updated
Apr 20, 2016 - JavaScript
A set of reusable functions to integrate IPC into an existing simulation.
-
Updated
Jun 21, 2022 - C++
An explanation of 2D collision tests in JavaScript
-
Updated
Feb 11, 2022 - HTML
A simple Go library for performing 2D collision detection based on sat-js
-
Updated
Jun 14, 2020 - Go
Tilemap animations, physics, events and custom property enhancements for Tiled JSON map files
-
Updated
Dec 10, 2017 - JavaScript
Bounce is a 3D physics engine for games.
-
Updated
Jun 19, 2022 - C++
Analytical Models of the Performance of C-V2X Mode 4 Vehicular Communications
performance
model
matlab
collision
error
wireless
communications
v2x
analytical
interference
pdr
vehicular
cellular-v2x
lte-v
pc5
sidelink
c-v2x
cv2x
lte-v2x
analytical-models
-
Updated
Oct 7, 2019 - MATLAB
Display the street labels following polylines for Leaflet
-
Updated
May 18, 2022 - JavaScript
cloth simulation with collision
-
Updated
Jun 21, 2019 - C++
Fast and reliable implementation of the Gilbert-Johnson-Keerthi (GJK) algorithm for C, C# and Matlab
-
Updated
Jul 3, 2021 - C
A deterministic collision lib for lockstep
-
Updated
Sep 9, 2019 - C#
A platformer sample written for Pico-8, includes slopes and jump buffering
lua
platformer
collision
pico-8
pico8
collision-handling
slope
jumping
collisions
slopes
platformer-engine
-
Updated
Nov 1, 2019 - Lua
DEScrypt CPU Collision Cracker
high-performance
salt
collision
hash
cracker
linux-app
des
password-cracker
rainbow-table
crypt
descrypt
-
Updated
Apr 14, 2019 - C++
Collision is a python library meant for collision detection between convex and concave polygons, circles, and points.
-
Updated
Jun 22, 2022 - Python
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
c-sharp
agent
reinforcement-learning
ai
simulation
vector
traffic
collision
collision-detection
sign
intersection
pet-project
pedestrian
traffic-control
traffic-light
traffic-simulation
lanes
agent-based-simulation
traffic-flow
-
Updated
Apr 24, 2020 - Dockerfile
Improve this page
Add a description, image, and links to the collision topic page so that developers can more easily learn about it.
Add this topic to your repo
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