-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
24 lines (17 loc) · 1.01 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sdl-jsshell - Simple Spidermonkey Shell (jsshell) jsctypes bindings to SDL
Ever wanted to write multimedia apps in JavaScript without being stuck inside a
web browser? No? Well, don't knock it until you have tried it. This library
allows you to do exactly that.
Source code and extensive documentation are in lib/sdl.js . There is also
lib/test.js which contains a simple example of how to use the API. There are
some demo apps in demos/ (note demos must be run from the demos/ dir).
This code works on win32, linux-i686 and linux-x86_64
directory structure:
* demos/ this contains some demo code using the library
* lib/ this is where the current version lives
* old-versions/ this contains an archive of old versions, plus possibly some
critique of those versions.
* wip/ work in progress branch. Contains any experimental work in progress code
(yes I could have used git branches and tags but I was getting bored of
juggling branches, if this layout doesn't work out I'll revert to a more
traditional branches/tags approach).