An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# [![ThreeDart](resources/ThreeDart.png)](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.