You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

github.com/zzl/goforms

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/zzl/goforms

v0.0.0-20230706173403-ef4066074d60
Source
Go
Version published
Created
Source

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

FAQs

Package last updated on 06 Jul 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts