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

https://github.com/potato3d/bm

Serialize/deserialize a 3D model in an OpenGL-compatible binary format
https://github.com/potato3d/bm

3d-model binary-format opengl

Last synced: 11 months ago
JSON representation

Serialize/deserialize a 3D model in an OpenGL-compatible binary format

Awesome Lists containing this project

README

          

# bm
Serialize/deserialize a 3D model in an OpenGL-compatible binary format

C API that writes and reads a binary file containing 3D vertex information together with parameters for issuing OpenGL drawing commands.

The idea is to maximize performance by reading the data directly from file to the GPU and vice-versa without any intermediate processing in the CPU.