Difference between revisions of "Download"

From Gamebuino Wiki
Jump to: navigation, search
(Emulators: Simbuino link updated)
(Explanations added)
Line 1: Line 1:
* Arduino Software : [http://arduino.cc/en/main/software Official download page] [http://forum.arduino.cc/index.php/topic,118440.0.html Enhanced Release (Windows only)]
+
* Arduino Software : [http://arduino.cc/en/main/software Official download page]
* Gamebuino Library : [https://github.com/Rodot/Gamebuino/archive/master.zip Download ZIP] [https://github.com/Rodot/Gamebuino GitHub]
+
* Gamebuino Library : [https://github.com/Rodot/Gamebuino/archive/master.zip Download ZIP] [https://github.com/Rodot/Gamebuino GitHub] ''Installation explained on the [[Getting started]] page.''
* Games .HEX compilation : [https://github.com/Rodot/Gamebuino-Games-Compilation/archive/master.zip Download ZIP] [https://github.com/Rodot/Gamebuino-Games-Compilation GitHub]
+
* Games compilation : [https://github.com/Rodot/Gamebuino-Games-Compilation/archive/master.zip Download ZIP] [https://github.com/Rodot/Gamebuino-Games-Compilation GitHub] ''Extract zip and copy/paste on your micro SD card to update all games at once.''
 
== Utilities ==
 
== Utilities ==
* Bitmap encoder : [https://github.com/Rodot/BitmapEncoder/archive/master.zip Download ZIP] [https://github.com/Rodot/BitmapEncoder GitHub]
+
* Bitmap encoder : [https://github.com/Rodot/BitmapEncoder/archive/master.zip Download ZIP] [https://github.com/Rodot/BitmapEncoder GitHub] ''Encode images to add them to your games. Requires Java.''
* Inf encoder : [https://github.com/Rodot/InfEncoder/blob/master/dist/InfEncoder.jar?raw=true Download JAR (executable, requires Java)] [https://github.com/Rodot/InfEncoder GitHub]
+
* Inf encoder : [https://github.com/Rodot/InfEncoder/blob/master/dist/InfEncoder.jar?raw=true Download JAR] [https://github.com/Rodot/InfEncoder GitHub] ''Add logo and description to your game. See [[Getting started]]. Requires Java''
 
* Tracker (alpha version) : [https://github.com/Rodot/Tracker/archive/master.zip Download ZIP] [https://github.com/Rodot/Tracker GitHub]
 
* Tracker (alpha version) : [https://github.com/Rodot/Tracker/archive/master.zip Download ZIP] [https://github.com/Rodot/Tracker GitHub]
 
* Font editor : [https://github.com/Rodot/Gamebuino-Font/ GitHub]
 
* Font editor : [https://github.com/Rodot/Gamebuino-Font/ GitHub]

Revision as of 2016-04-10T15:15:10

Utilities

Emulators

For more information, see Emulators.

See Also