https://github.com/gecko0307/dray
Raycasting engine for D
https://github.com/gecko0307/dray
Last synced: about 1 month ago
JSON representation
Raycasting engine for D
- Host: GitHub
- URL: https://github.com/gecko0307/dray
- Owner: gecko0307
- License: bsl-1.0
- Created: 2023-07-01T22:39:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T22:52:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T19:12:52.106Z (3 months ago)
- Language: D
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dray
Raycasting engine for D. WIP.Feature list:
- [x] Ray vs abstract convex shape
- [x] Predefined convex shapes: sphere, box, cylinder, cone, ellipsoid, triangle
- [ ] Optimized ray vs sphere
- [ ] Optimized ray vs box
- [ ] BVH construction
- [ ] Ray vs BVH
- [ ] Ray vs abstract heightmap