Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 553 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 553 Bytes

A work-in-progress wxGlade to golang converter.

Just getting underway; right now this supports only the set of elements used in my Twitch notifier GUI.

Takes a *.wxg file, which is an XML-based file format for GUI layout definitions created by wxGlade, and outputs a go source code file for the UI for use with the github.com/dontpanic92/wxGo wrapper for wxWidgets.