kevmoo / spectre

Spectre Graphics Engine for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spectre

Build Status

A modern graphics API for WebGL development with Dart

Spectre is a modern graphics API aimed at developers creating games and other interactive 3D applications. It is designed for performance while retaining a developer friendly interface.

Try It Now

Spectre is in a fully working state, but the API has not completely solidified and is subject to change. This will be the case until an official 1.0 release occurs, though as this approaches major revisions are unlikely. Because of this it is recommended to work against the master branch of the library. It is also recommended to have the latest released version of the Dart SDK before starting development.

Add the Spectre package to your pubspec.yaml file which references the main repository.

dependencies:
  spectre:
    git: https://github.com/johnmccutchan/spectre.git

Then within your application it can be imported using the following code

import 'package:spectre/spectre.dart';

Documentation

API Reference

About

Spectre Graphics Engine for Dart

License:Other


Languages

Language:Dart 95.8%Language:CSS 2.9%Language:F# 0.8%Language:C 0.5%