Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.67 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.67 KB

RadialGM Build Status

This project is an experimental C++ IDE for ENIGMA written in the Qt Framework. The design of the program is a multilayer architecture using the Google protocol buffer format from ENIGMA's compiler backend for the data model layer in the resource editors. The resource editors are designed using Qt Creator or Qt Designer and saved in UI layout files. Their corresponding C++ classes bind the widgets in the layout files to the data model using QDataWidgetMapper and a custom resource model that hooks into arbitrary protobuf messages.

RadialGM has been made possible by your contributions & the support you've given us on Patreon!

Patreon

Building This Thing

You're going to want to make sure you do a recursive git clone of the repo so you get the enigma-dev submodules initialized properly. Otherwise the architecture is pretty straight forward.

  1. the editors have forms which are declarative so you can edit them in the Qt designer
  2. the editors have matching C++ classes to add functionality and data bindings to the forms
  3. the main window has a plugin system with external facing API for plugins
  • a builtin emake/enigma plugin is provided out of the box
  • emake functions as a server (see enigma-dev server.proto) and can service JDI requests remotely or over localhost