MinshuG / MeshSharp

3D library in pure C# that allows reading and writing in multiple formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeshSharp Build

C# 3D library.

Warning: API currently unstable. Expect undocumented breaking changes for the foreseeable future

MeshSharp.DAE

Not yet implemented.

MeshSharp.FBX

Current features:

  • Read and Write FBX binary files
    • Not tested
  • Read and Write FBX ASCII files
    • Seems to be working

MeshSharp.GLTF

Not yet implemented.

MeshSharp.OBJ

  • Reading
    • Not yet implemented
  • Writing
    • Currently, only vertices and faces can be written

MeshSharp.PLY

  • Write PLY ASCII files

MeshSharp.PMX

Not yet implemented

MeshSharp.STL

  • Read and Write STL binary files
  • Read and Write STL ASCII files

Credits

This is a fork of MeshIO licensed under the MIT license.

About

3D library in pure C# that allows reading and writing in multiple formats.

License:MIT License


Languages

Language:C# 99.7%Language:Shell 0.3%