https://github.com/altanis/spatial-hashgrid
An implementation of a spatial hashgrid for collision detection in multiple languages.
https://github.com/altanis/spatial-hashgrid
cplusplus rust spatial-hashing typescript
Last synced: 2 months ago
JSON representation
An implementation of a spatial hashgrid for collision detection in multiple languages.
- Host: GitHub
- URL: https://github.com/altanis/spatial-hashgrid
- Owner: Altanis
- Created: 2023-02-24T22:36:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T00:45:23.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T20:19:10.351Z (11 months ago)
- Topics: cplusplus, rust, spatial-hashing, typescript
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Spatial Hashgrid
An implementation of a Spatial Hashgrid across multiple languages.
Languages Implemented:
- [x] C++
- [x] Rust
- [x] TypeScript
Purposed for [Valiant.io](https://github.com/Altanis/valiant.io). Will be bound to Node.js.