Skip to content

CEbbinghaus/StarryMountains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart Canvas Wrapper

This Libary is made to wrap all of the Web Abstraction and give you a Easy Small Framework to Write your Webapps or Games.

It also Provides many default Libary classes such as Vectors and Transforms as well as Game Objects to Inherit from like You might be used to in Unity

Setup for Development

Welcome to the example app used in the Setup for Development page of Dart for the web.

You can run a hosted copy of this sample. Or run your own copy:

  1. Create a local copy of this repo (use the "Clone or download" button above).
  2. Get the dependencies: pub get
  3. Get the webdev tool: pub global activate webdev
  4. Launch a development server: webdev serve
  5. In a browser, open http://localhost:8080