Lars Longor K
Lars Longor K
https://github.com/terralang/terra | https://terralang.org/index.html > Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language. While probably infeasible to add to mlua due...
If you have links to good Voxel-related resources/articles/blogs/sites/papers/etc., post 'em here!
- [x] Raytracing, raycasting and rasterization? - [ ] Meshing & isosurface extraction? - [x] Culling & visibility? - [ ] Lighting? (baked & realtime?) - [ ] Storage? -...
This is technically not what the issuer in #85 asked for, but at least it works for us and fixes our supervisor being unable to capture the exception. :/
### What feature would you like to see? Similar to `popcount` in that it counts set bits, but only counts the *consecutive leading bits* of the given integer/bitfield(?). i.e.: ```...