Skip to content

What's in the Developer Kit Download

jacobsimionato edited this page Jul 9, 2023 · 2 revisions

HappyBrackets Developer Kit /

_README.txt

A readme file for you to read. Says some similar stuff to this.

Device /

Inside this folder is a folder called HappyBrackets. This folder is a direct mirror of the stuff that is installed on HappyBrackets devices (this is installed in the user's home directory on the device, e.g., /home/pi on a Raspberry Pi). It contains the HappyBrackets libraries, run scripts, configuration and other data files. If you want to deploy data files, additional class files or alternative config files to your devices, you can make the changes here and use the scp command to copy the changed files over to your devices.

HappyBrackets Project /

This is an IntelliJ project folder. It contains example source code, libraries and build tools for creating HappyBrackets programs. Open it from within IntelliJ.

HappyBrackets_IntelliJ_Plugin.zip

This is the HappyBrackets IntelliJ plugin. Don't unzip it. IntelliJ installs plugins directly from zip files. Go to Preferences in IntelliJ, select Plugins, and choose "Install plugin from disk" to install this plugin.

Clone this wiki locally