Go to file
Wouter R 2feeaee6a6 Untested! Move 'rasterizer' out of loops to get smooth and stable z-behaviour.
Depending on the effect, a switch between both approaches might be a good idea.
2014-03-22 21:39:36 +01:00
.settings Eclipse-related files. 2014-03-20 21:48:00 +01:00
img AddShape point icons 2014-01-16 17:09:15 +01:00
js Untested! Move 'rasterizer' out of loops to get smooth and stable z-behaviour. 2014-03-22 21:39:36 +01:00
less Change message.set() to set html instead of text. 2014-03-06 13:43:08 +01:00
www Add option to print in 8bit retro style. 2014-03-22 18:46:35 +01:00
.gitignore Ignoring grunt generated js libraries 2013-11-22 17:53:20 +01:00
Gruntfile.js Small FormPanel fixes 2014-02-07 12:35:50 +01:00
LICENSE.txt Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
Makefile Install redirect.html on box 2014-03-06 11:16:11 +01:00
NOTICE.txt New event structure in Popup, shape and wordart popups now behave correctly. 2014-01-17 15:10:39 +01:00
README.md Minor textual corrections to readme. 2014-01-02 20:23:48 +01:00
lesstocss.sh vertical shapes sidebar now auto-resizes as well 2013-10-12 12:13:33 +02:00
license-spec.lua Add license + copyright info on external software. 2013-12-20 15:32:53 +01:00
package.json Settings refactoring & JS file Reorganising 2014-02-04 11:00:32 +01:00

README.md

Doodle3D client app

How to build

Prerequisites

  • get npm, the Node.js package manager, for instance using macports on OSX.
  • (prerequisite) install Grunt: sudo pm install -g grunt-cli.
  • run npm install in the project root to install project dependencies

Finally run grunt to build minified css and js files. By default, it will keep running to automatically rebuild when source files are changed.