Skip to content

must/2D-Canvas-Rope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

grunt concat

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

grunt min

About

2D Canvas Rope experiment using HTML5 and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published