Commit 44cb5f1e authored by Collin Jackson's avatar Collin Jackson

Initial commit

parents
# Newton
[![Build Status](https://travis-ci.org/domokit/newton.svg?branch=master)](https://travis-ci.org/domokit/newton)
[![Coverage Status](https://coveralls.io/repos/domokit/newton/badge.svg?branch=master)](https://coveralls.io/r/domokit/newton?branch=master)
Simple Physics Simulations for Dart. Springs, friction, gravity, etc.
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library playfair;
import 'dart:math' as math;
name: playfair
description: Simple Charting Library for Sky
version: 0.0.1
author: Chromium Authors <sky-dev@googlegroups.com>
homepage: https://github.com/domokit/playfair
environment:
sdk: '>=1.0.0 <2.0.0'
dev_dependencies:
test: '>=0.12.0 <0.13.0'
test_runner: '<=0.2.16'
dart_coveralls: '<=0.3.0'
// Copyright (c) 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library playfair.test;
import 'package:test/test.dart';
import 'package:playfair/playfair.dart';
void main() {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment