| Name: | stb_voxel_render-devel |
|---|---|
| Version: | 0.89 |
| Release: | 0.41.20240213gitae721c5.el8 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 163828 |
| License: | MIT OR Unlicense |
| RPM: | stb_voxel_render-devel-0.89-0.41.20240213gitae721c5.el8.aarch64.rpm |
| Source RPM: | stb-0-0.41.20240213gitae721c5.el8.src.rpm |
| Build Date: | Thu Feb 22 2024 |
| Build Host: | build-ol8-aarch64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/nothings/stb |
| Summary: | Helps render large-scale “voxel” worlds for games |
| Description: | This library helps render large-scale “voxel” worlds for games, in this case,
one with blocks that can have textures and that can also be a few shapes other
than cubes.
Video introduction:
http://www.youtube.com/watch?v=2vnTtiLrV1w
Minecraft-viewer sample app (not very simple though):
http://github.com/nothings/stb/tree/master/tests/caveview
It works by creating triangle meshes. The library includes
- converter from dense 3D arrays of block info to vertex mesh
- vertex & fragment shaders for the vertex mesh
- assistance in setting up shader state
For portability, none of the library code actually accesses the 3D graphics
API. (At the moment, it’s not actually portable since the shaders are GLSL
only, but patches are welcome.)
You have to do all the caching and tracking of vertex buffers yourself.
However, you could also try making a game with a small enough world that it’s
fully loaded rather than streaming. Currently the preferred vertex format is 20
bytes per quad. There are designs to allow much more compact formats with a
slight reduction in shader features, but no roadmap for actually implementing
them. |
- Update to 0^20240213gitae721c5 - stb_image_resize2-devel is updated to 2.06
- Update to 0^20240208gitb7cf124 - stb_image-devel is updated to 2.29 - stb_image_resize2-devel is updated to 2.05
- stb_vorbis: fix GHSL-2023-165 / fix CVE-2023-45675
- stb_image: fix GHSL-2023-151 / fix CVE-2023-45667
- stb_image: fix GHSL-2023-150 / fix CVE-2023-45666
- Document another bug, PR, and name (GHSL-2023-149) for CVE-2023-43898
- stb_image: fix GHSL-2023-148 / fix CVE-2023-45664
- stb_image: fix GHSL-2023-147 / fix CVE-2023-45663
- stb_image: fix GHSL-2023-146 / fix CVE-2023-45662
- stb_image: fix GHSL-2023-145 / fix CVE-2023-45661