1.0.5 • Published 7 years ago

sci-play v1.0.5

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

#A Marriage of Science and Javascript# Sun Demo

This repo contains a physics engine I'm building for the express purpose of learning about simulating physics. That's it. I don't intend to make this stable or completely usable (there are a bunch of mature, powerful libraries already out there, and why reinvent the wheel?). I do however intend to learn as much about game physics as I can, and building this library helps me do just that.

I'm also documenting all of this work on my blog here

So poke around, check the code out, but know that some things don't work quite right, because building a working engine is hard. So please take it with a grain of salt.

##To build## Clone the repo

$ git clone 

Install all dependencies with

$ npm install

Then run a dev server with

$ npm run dev

A browser window should open, and you can navigate to the demos folder to see any demos (many of which are not working!!!).

And that's it!

1.0.5

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago