Skip to content

MasahideMori-SimpleAppli/convert_simple_3d

Repository files navigation

convert_simple_3d

(en)Japanese ver is here.
(ja)この解説の日本語版はここにあります。

overview

This package is for converting between Simple 3D Format and other 3D files. However, each file format has unique parameters, so compatibility is not complete. Please note that this project has low priority.

How to Use

Related packages

This package is intended to make the following packages easier to use.
simple_3d

Converting .obj files to Sp3dObj

List<Sp3dObj> objs = await Sp3dObjConverter.fromWFObjFile("/", "test.obj");

support

This package has no official support.

About version control

The C part will be changed at the time of version upgrade.

  • Changes such as adding variables, structure change that cause problems when reading previous files.
    • C.X.X
  • Adding methods, etc.
    • X.C.X
  • Minor changes and bug fixes.
    • X.X.C

License

This software is released under the MIT License, see LICENSE file.

Copyright notice

The “Dart” name and “Flutter” name are trademarks of Google LLC.
*The developer of this package is not Google LLC.

About

Converter for simple_3d objects and other 3d formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages