blob: 04f887ec5d01d86f7c338bb8bdb84b13bc8df56d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
Sistema de Aguas
------------------
Mexican Sewer Diver Julio Cou Cámara is a hero!
http://www.ediblegeography.com/julio-the-sewer-diver/
http://www.washingtonpost.com/wp-dyn/articles/A45322-2004Aug29.html
http://video.nationalgeographic.com/video/player/places/regions-places/us-canada-and-mexico/mexico_sewerdiving.html
Toolchain Setup
-----------------
Download the Maple IDE and Gameduino libraries ("maple variant"):
http://leaflabs.com/docs/maple-ide-install.html
http://excamera.com/files/Gameduino_m.zip
Install the Maple IDE following the instructions, then copy the Gameduino
directory (from Gameduino_m.zip) to the IDE's /libraries/ path. Install the
udev files on linux platforms.
In the IDE directory, create symlink (or copy file)
'hardware/leaflabs/cores/maple/spi.h' to `SPI.h` so that example Gameduino
libraries will "just work". Select the appropriate board and serial port from
the "Tools" menu, then try compiling and uploading one of the Gameduino example
sketches.
Reference Links
----------------
- http://excamera.com/sphinx/gameduino/
- http://answers.gameduino.com/question/15/gameduino-reference-manual-v0
- http://tinyvga.com/vga-timing/800x600@72Hz
Graphics
~~~~~~~~~
- http://excamera.com/sphinx/gameduino/artists.html
- http://www.widgetworx.com/widgetworx/portfolio/spritelib.html
Audio
~~~~~~~
- http://excamera.com/sphinx/gameduino/artists.html
Programming and Development
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- http://www.artlum.com/gameduino/gameduino.html
- http://leaflabs.com/docs/language.html
- http://leaflabs.com/docs/lang/api/hardwarespi.html
|