https://github.com/arnovanliere/object_3d
Simple Flutter 3D renderer for .obj files.
https://github.com/arnovanliere/object_3d
3d flutter obj
Last synced: 11 months ago
JSON representation
Simple Flutter 3D renderer for .obj files.
- Host: GitHub
- URL: https://github.com/arnovanliere/object_3d
- Owner: arnovanliere
- License: mit
- Created: 2022-10-23T10:39:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T01:41:15.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:48:39.943Z (12 months ago)
- Topics: 3d, flutter, obj
- Language: Dart
- Homepage:
- Size: 1.64 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Basic copy of [flutter_3d_obj](https://github.com/hemanthrajv/flutter_3d_obj) with some changes
to make it more performant (such as parsing the object only once instead of every render and
grouping the vertices into one single draw call). It is also a null-safe library now.
## Preview


See more in [/screenshots](./screenshots/).
## Credits
- All credits for the initial library go to [hemanthrajv](https://github.com/hemanthrajv/flutter_3d_obj).
- Gesture feedback, optimization, and face coloring customization are thanks to [TheMaverickProgrammer](https://github.com/TheMaverickProgrammer) in collaboration with [DBL](https://github.com/InstrinsicAutomations).