-
Updated
Apr 5, 2022 - PHP
#
collision
Here are 209 public repositories matching this topic...
Open source C++ physics engine library in 3D
-
Updated
Apr 9, 2022 - C++
-
Updated
Jun 23, 2021
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
Apr 11, 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
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
A set of reusable functions to integrate IPC into an existing simulation.
-
Updated
Mar 29, 2022 - C++
Tilemap animations, physics, events and custom property enhancements for Tiled JSON map files
-
Updated
Dec 10, 2017 - JavaScript
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
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#
Bounce is a 3D physics engine for games.
-
Updated
Apr 6, 2022 - C++
Display the street labels following polylines for Leaflet
-
Updated
Apr 1, 2022 - JavaScript
Monorepo for a multi-player game engine, and game examples
game
haskell
animation
laser
mathematics
collision
ascii-art
ascii-game
ascii-graphics
retrogaming
addition
-
Updated
Feb 13, 2022 - Haskell
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
Oct 5, 2021 - Python
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