FLUTTER ECOSYSTEM

hemanthrajv/flutter_3d_obj

將波前 .obj 渲染到畫布上。

flutter_3d_obj 專案封面
Stars
154
Forks
28
最近推送(UTC)
2023年9月4日
專案狀態
未封存
Hemanth Raj V GitHub avatar
GITHUB User

Hemanth Raj V ↗

An innovation enthusiast and electronics hobbyist.

語言DartObjective-CJava

此儲存庫發佈的套件

使用的依賴

依賴清單 3 項

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

flutter_3d_obj

A flutter package to render wavefront obj files on a canvas.

Usage

To use this package, add flutter_3d_obj to your pubspec.yaml file. Then import the package to use it.

Example Usage

The following example basic usage of package.

...
child: new Object3D(size:'/size of canvas/',
                    path:'/path of file/',
                    asset: true'/set true to load file from assets/'),
...

If SD-card path provided, ensure SD-card permissions are available.

Example

To run the example.

* git clone https://github.com/hemanthrajv/flutter_3d_obj.git
* cd /path to cloned dir/
* cd example
* flutter run
Screenshot:

Failed to load Screenshot

Built With

  • Flutter - A framework for building crossplatform mobile applications with native look and feel.

Author

Hemanth Raj StackOverflow

Getting Started

For help getting started with Flutter, view online documentation.