Arduboy Toolset: Difference between revisions

From Arduboy Wiki
Jump to navigation Jump to search
m (→‎FAQ: Spacing)
(Add screenshots (will fix up later))
Line 1: Line 1:
The [https://github.com/randomouscrap98/arduboy_toolset Arduboy Toolset] is a cross-platform, all-in-one, portable application for working with Arduboy. It lets you do almost everything you'd need, aside from compiling games:
[[File:Screenshot_tools_main.png|thumb]]
[[File:Screenshot_cartbuilder_main.png|thumb]]
[[File:Screenshot_imageconvert_main.png|thumb]]
[[File:Screenshot_package_main.png|thumb]]
 
The [https://github.com/randomouscrap98/arduboy_toolset Arduboy Toolset] is a cross-platform, all-in-one, portable application for working with Arduboy. It lets you do almost everything you'd need, aside from compiling games
 
This is a GUI program written in Python. If you want a lightweight CLI program instead, see [[Ardugotools]]
 
== Download ==
 
Get the latest version from [https://github.com/randomouscrap98/arduboy_toolset/releases/latest Github releases]
 
 
== Features ==
 
* Upload and backup [[Sketches]], [[Flashcart|Flashcarts]], and [[EEPROM]]
* Upload and backup [[Sketches]], [[Flashcart|Flashcarts]], and [[EEPROM]]
* [[Converting Images|Convert images]] to program data (sprites, tilesheets, etc)
* [[Converting Images|Convert images]] to program data (sprites, tilesheets, etc)
Line 5: Line 20:
* Update your [[Arduboy FX]] and [[Arduboy Mini]] with the latest games from the [[Cart Builder]]
* Update your [[Arduboy FX]] and [[Arduboy Mini]] with the latest games from the [[Cart Builder]]
* Create [[Arduboy Package|Arduboy Packages]] to share you games with the community
* Create [[Arduboy Package|Arduboy Packages]] to share you games with the community
This is a GUI program written in Python. If you want a lightweight CLI program instead, see [[Ardugotools]]


== Using the toolset ==
== Using the toolset ==

Revision as of 01:14, 21 June 2024

The Arduboy Toolset is a cross-platform, all-in-one, portable application for working with Arduboy. It lets you do almost everything you'd need, aside from compiling games

This is a GUI program written in Python. If you want a lightweight CLI program instead, see Ardugotools

Download

Get the latest version from Github releases


Features

Using the toolset

See the forum post for more information: https://community.arduboy.com/t/arduboy-toolset/11227

FAQ

The toolset doesn't run on my system

Windows

The toolset targets Windows 10+. The targets for Windows and Mac are determined by PyInstaller, so I don't have control over the very high targets (I'm sorry).

MacOS

The toolset targets the latest MacOS. The targets for Windows and Mac are determined by PyInstaller, so I don't have control over the very high targets (I'm sorry).

If you are having trouble opening the app, you may have to follow special instructions to get MacOS to "trust" the app, since it is unsigned: https://community.arduboy.com/t/arduboy-toolset/11227/69

Linux

The toolset targets Python 3.8 and QT 6. I know that's a weird combo, I'm sorry.


If you suspect you are having a different issue, please open an issue on Github or leave a post on the Community thread.

Windows/etc is reporting the toolset has a virus

Virus detection is imprecise and basically all programs built with Pyinstaller will be flagged as a virus. I understand if this causes you not to want to use the program, but you should know this is a widely known issue that doesn't seem able to be overcome at this time.

How do I get to the so-called "cart editor"

https://community.arduboy.com/t/arduboy-toolset/11227/27

How do I get the latest games on my flashcart?

https://community.arduboy.com/t/arduboy-toolset/11227/198

How do I add a game to the flashcart?

https://community.arduboy.com/t/arduboy-toolset/11227/147