Boxfish — a shrimple and abstract voxel library for s&box.
note: This library is still a work in progress, so there may be bugs and/or missing features.
You can report these on our GitHub, you can also find the documentation for this library there.
We have an example game showcasing this library in action here on
sbox.game and the source for it on
GitHub.
We are open source with a MIT license on GitHub!
Features- practically full MagicaVoxel format (.vox) importing support
- voxel A* pathfinding
- default components `NetworkedVoxelVolume` and `VoxelVolume`, and optionally the extendable `BaseVoxelVolume<T, U>`
- support for transforms on voxel volumes
- voxel textureatlas gameresources, with opaque texture support
- other voxel utility helpers
Planned features
- mesher needs a rework
- custom voxel physics/collisions?
- more voxel formats
- abstraction cleanup
- a pretty atlasresource editor window :D
- github wiki documentation
- in-game voxel level editor
- physically simulated voxel volumes
- connected textures depending on neighbors
- different block types (stairs, slabs, etc...)
- liquids? (like minecraft water)