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.