attackgoat / screen-13

Screen 13 is an easy-to-use Vulkan rendering engine in the spirit of QBasic.
Apache License 2.0
256 stars 12 forks source link

Model loader #8

Closed attackgoat closed 2 years ago

attackgoat commented 2 years ago

Generally improve model loading and the surrounding infrastructure. Model loading does not consist of "model-using"; the models in this library are going to be just a data transport format.

Along the way other examples and things, such as imgui, were added. Sometimes as tests of related features in this work and sometimes just for fun.