Skip to content

Commit 581bcd9

Browse files
author
Seren
committed
README contents added
1 parent 87d291f commit 581bcd9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
1+
P R O C E S S I N G - J S - G W T - 0.1.0
2+
a GWT wrapper for the processing-js library
13

4+
//////////////////////////////////////////////////////////////////////////////
5+
6+
License MIT (see included LICENSE)
7+
Original Author Ümit Seren
8+
9+
10+
Web Site -
11+
Github Repo. https://github.com/timeu/processing-js-gwt
12+
Bug Tracking -
13+
Test Suite -
14+
15+
16+
//////////////////////////////////////////////////////////////////////////////
17+
18+
ACKNOWLEDGMENT & THIRD PARTY LIBRARIES
19+
20+
- processing.js by John Resig (http://processingjs.org)
21+
- Google Web Toolkit (GWT) by Google (http://code.google.com/webtoolkit/)
22+
23+
24+
//////////////////////////////////////////////////////////////////////////////
25+
26+
INTRODUCTION
27+
28+
processing-js-gwt is a thin Google Web Toolkit (GWT) wrapper which allows
29+
to use processingjs sketches in GWT applications.
30+
31+
32+
//////////////////////////////////////////////////////////////////////////////
33+
34+
USAGE
35+
36+
to be written
37+
38+
//////////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)