https://github.com/Grant-Nelson/ThreeDart
3D graphical rendering tool for websites written in Dart.
https://github.com/Grant-Nelson/ThreeDart
Last synced: about 2 months ago
JSON representation
3D graphical rendering tool for websites written in Dart.
- Host: GitHub
- URL: https://github.com/Grant-Nelson/ThreeDart
- Owner: Grant-Nelson
- License: other
- Created: 2015-11-15T04:27:30.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2021-07-05T15:16:26.000Z (almost 4 years ago)
- Last Synced: 2024-07-31T18:15:45.811Z (10 months ago)
- Language: Dart
- Homepage:
- Size: 158 MB
- Stars: 16
- Watchers: 4
- Forks: 11
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dart - ThreeDart - 3D graphical rendering tool for websites writing in Dart. (Libraries / Graphics)
README
# [](https://github.com/Grant-Nelson/ThreeDart)
:seedling: ThreeDart is currently a work in progress.
## See Live Examples and Tutorials
[ThreeDart Live](http://grant-nelson.github.io/ThreeDart/build/)
## Setup
- Clone this repo locally
- Install [Dart 2.3.0](https://webdev.dartlang.org/)
- Run `pub get`## Running
- Run `pub run webdev serve` from ThreeDart root directory.
- Note: You can also install webdev globally with `pub global activate webdev`
and run with `webdev serve` from the ThreeDart root directory.
- Open `http://localhost:8080/` in a browser.