https://github.com/justtaldevelops/voxelraytrace
A Go implementation of a voxel ray trace algorithm
https://github.com/justtaldevelops/voxelraytrace
Last synced: about 1 year ago
JSON representation
A Go implementation of a voxel ray trace algorithm
- Host: GitHub
- URL: https://github.com/justtaldevelops/voxelraytrace
- Owner: JustTalDevelops
- Created: 2021-05-04T03:37:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T05:14:41.000Z (about 5 years ago)
- Last Synced: 2025-02-04T18:46:51.991Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# voxelraytrace
A Go implementation of a voxel ray trace algorithm, inspired by the
PocketMine implementation.