Skip to content

jpcy/objzero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2ae5fe · Dec 9, 2020

History

82 Commits
Dec 9, 2020
May 6, 2019
Dec 9, 2018
May 7, 2019
Dec 9, 2020
Jul 9, 2020
Jul 9, 2020
Jul 9, 2020
May 6, 2019
Aug 16, 2019
Feb 13, 2019

Repository files navigation

objzero

Actions Status License: MIT

A Wavefront .obj file loader written in C (C99). The API is simple. The output data is ready for graphics APIs.

Features

  • Vertex attributes are interleaved and not indexed separately.
  • Normals are generated if missing. Obeys smoothing groups.
  • Faces are triangulated.
  • Per-object faces are batched by material into meshes.

TODO

  • More material parsing.

Links

tinyobjloader

Meshes - McGuire Computer Graphics Archive

About

Wavefront .obj file loader written in C (C99)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published