Zbox
A 3D renderer for LÖVE
Install / Use
/learn @Zellicious/ZboxREADME
zbox
A rewrite of my previous attempt of 3d rendering in love2d, lovexyz. <br>
Short introduction
zbox is a cool 3d ~~engine~~ renderer that has plenty of features.
require("zbox")
zbox currently has support for:
- 3D rendering
- OBJ model loading
- Physically Based Rendering (PBR)
- Skyboxes
- ~~Convex collisions~~
Notes
- It is highly reccomended to use hdr cubemaps converted to png for skyboxes
- You must set irradiance and skybox manually
- Specular IBL is currently non-convoluted (trying to find a solution)
