2024-04-20 12:07:05 +04:00
2022-02-24 10:27:43 +04:00
2024-04-20 12:07:05 +04:00
2022-02-24 15:30:31 +04:00
2024-04-20 12:07:05 +04:00
2024-04-20 12:07:05 +04:00
2024-04-20 12:07:05 +04:00
2022-02-25 09:13:40 +04:00
2022-02-25 09:13:40 +04:00
2022-02-24 03:35:54 +04:00
2024-04-20 12:07:05 +04:00
2024-04-20 12:07:05 +04:00
2022-02-24 07:23:59 +04:00

gopad

Notepad in Golang and using nMage and ImGUI.

Developer Details

Hide Console on Windows

Running the executable on windows opens a terminal as well. To hide that we build with: go build -ldflags -H=windowsgui .

Program Icon

*.syso files are used by go build on Windows to add information to the executable that Windows can read, such as version and icon. We use github.com/tc-hib/go-winres to generate these via the command: go-winres simply --icon gopad-icon.ico --manifest gui

Description
No description provided
Readme MIT 776 KiB
Languages
Go 98.4%
GLSL 1.6%