An open API service indexing awesome lists of open source software.

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

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