Skip to content

A library to load various 3D file formats into a shared, in-memory representation

License

Notifications You must be signed in to change notification settings

ventengine/Modelz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modelz

Latest Version

Modelz is a Rust library to load various 3D file formats into a shared, in-memory representation. With minimal depenencies and fast performance

Getting Started

You can fully load an 3D Model/Scene using just one line of code

let model = Model3D::load("model.gltf").except("Failed to load");

You can also specify a format Modelz should use

let model = Model3D::from_format("model", ModelFormat::OBJ).except("Failed to load")

What is supported

  • Wavefront OBJ
  • glTF 2.0
  • STL
  • PLY

Contributing

Contributions are welcome!. If you'd like to help improve the library or add support for new formats, feel free to submit a pull request.

Note

Modelz is inspired by the popular open-source library Assimp.

About

A library to load various 3D file formats into a shared, in-memory representation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages