GitHub - must/2D-Canvas-Rope: 2D Canvas Rope experiment using HTML5 and JavaScript

Skip to content

Navigation Menu

Sign in

Appearance settings

#2D Canvas Rope

Introduction

This a simulation of rope physics on a HTML5 canvas using javascript.

##Files

Script.js is the main javascript file. Its basicly a single file that includes the other js files (found on libs and sources folders)

Files are concatinated using grunt https://github.com/cowboy/grunt . grunt.js is the config file for the project.

To concatinate files and generate script.js

To concatinate and minify files and generate script.min.js