Getting Started

Extract the Archive #

Your first step is to extract the archive. We generally advise people to extract this to a project-specific directory rather than a directory they’ll use for all projects, as changes in GraffitiSuite might break things in other projects where you’ve not actively intended to update to a new version.

Add the Classes #

Once you’ve opened the demo project – in the project subdirectory – copy the GraffitiSuite folder from the project navigator on the left. In your project, select Edit > Paste from the Menu Bar.

If you do not wish to copy the entire GraffitiSuite folder to your project, you will need, at a minimum, the Required folder and whatever product you wish to use. If a product has supporting classes, you must copy the entire folder for that products. Additionally, some products rely on other products for additional functionality, and you will need to read the compiler errors after an attempt to run to determine what classes you need.

It is recommended that new users simply copy the entire GraffitiSuite folder as unused classes will be stripped out of the built executable by the compiler.

Registration #

GraffitiSuite does not require any programmatic registration process to use in your projects. Simply add GraffitiSuite to your project, implement what you need, and click “Run”.

Video Walkthrough #