Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 637 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 637 Bytes

HoolockCodeGenerator

A code generator plugin for jMonkeyEngine3 SDK. It can generate an ActionListener pattern and associated methods, and a Savable pattern with read and write methods for all fields in the class.

Installing:

  1. Download the latest release: https://github.com/neph1/HoolockCodeGenerator/releases
  2. Inside the jMonkeyEngine3 SDK, select the Tools menu, Plugins and the Downloaded tab.
  3. Click "Add Plugins..." and locate the downloaded nbm.
  4. Install.
  5. Right click anywhere inside the class curly braces and select "Insert code..." to access the features.

Tested with JMonkeyEngine3 SDK 3.3 and 3.4 (unreleased)