Skip to content
/ goforms Public

GoForms is a GUI programming framework designed for use with the Go language. It provides similar functionality to WinForms.

License

Notifications You must be signed in to change notification settings

zzl/goforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoForms

What is this?

GoForms is a GUI programming framework designed for use with the Go language. It provides similar functionality to WinForms.

  • It simplifies window message handling.
  • It includes object-oriented wrappers for common controls.
  • It features a layout system.
  • It includes a drawing package based on the gdiplus technology.

Design Principals

  • Lightweight Functions: UI functions should be simple wrappers over the native parts of the system.
  • Lightweight Objects: UI objects should not maintain unnecessary state data if they are already contained in the underlying native components.
  • Easy to use API: The API should be designed to accommodate the syntax of Go,
    making function calls smooth and concise.
  • Easy to extend: The code should follow an object-oriented style, allowing for component inheritance and overriding.

    While OOP may not be widely embraced, particularly within the Go community, I think it offers a suitable approach for this framework.

Development Requirements

  • Windows 7+
  • Go 1.21+

Screenshots

  • Screenshot of the fileexplore example fileexplore.png

  • Screen recording of the goforms-designer app (still in early development) designer.gif

About

GoForms is a GUI programming framework designed for use with the Go language. It provides similar functionality to WinForms.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages