gonutz
Fan of Go, creator of many Windows tools and libs for Go. Also some C++, Delphi, Java related code.
Pinned Repositories
auto
Go library for Windows automation
d3d9
Direct3D9 wrapper for Go.
framebuffer
Go library for accessing the framebuffer under Raspbian as a Go Image.
go-sdl2-dll
Go wrapper for SDL2 - this is for Windows only and uses the DLL, no need for CGo
gophette
Play Gophette's Adventure! She is the only female gopher in Gopherland and she is in trouble.
ide
Go IDE written in Go; currently Windows-only desktop application
no-brain-jogging
Game written in Go, shoot Zombies with Mathematics
prototype
Simple 2D game prototyping framework.
w32
A wrapper of Windows APIs for the Go Programming Language.
wui
Windows GUI library for Go (Golang). Comes with a graphical UI designer.
gonutz's Repositories
gonutz/ide
Go IDE written in Go; currently Windows-only desktop application
gonutz/no-brain-jogging
Game written in Go, shoot Zombies with Mathematics
gonutz/go-sdl2-dll
Go wrapper for SDL2 - this is for Windows only and uses the DLL, no need for CGo
gonutz/payload
Append a data file to your executable and read it back in at runtime.
gonutz/armasm
ARM Assembler compiler/decompiler in the makeing, as a Go library and command.
gonutz/ds
DirectSound wrapper for Go.
gonutz/getmp3
Linux script to load Youtube videos as mp3s into your Music folder
gonutz/mbw
Monospaced black and white fonts
gonutz/sdl2
Pure Go SDL2 wrapper for Windows, no CGo
gonutz/sdl2-dll-issue
This is an issue on 32 bit Windows when calling the SDL2.dll
gonutz/volume
Windows tools for volume up/down/mute written in Go
gonutz/aoc2020
Advent of Code 2020 - https://adventofcode.com/2020
gonutz/atlas
Go library for programmatically creating atlas images (combine multiple images into one).
gonutz/bdf
Glyph Bitmap Distribution Format (BDF) Fonts for Go
gonutz/calculator-java
Overkill solution to a school assignment
gonutz/delphi
Experiment: try to build a Delphi parser in Go, maybe build a formatter.
gonutz/fyne
Cross platform GUI in Go based on Material Design
gonutz/hungry_birthday
Spin-off of Hungry-Frog: https://github.com/JSchrtke/Hungry-Frog
gonutz/imv
Windows image viewer written in C# with Visual Studio 2019
gonutz/ld44
Ludum Dare 44 Entry - Theme: "Your Life is Currency"
gonutz/ld46
Ludum Dare 46 - Keep It Alive
gonutz/mines
Minesweeper Clone in Go
gonutz/obj
Go library to load Wavefront .obj files
gonutz/raspios
Raspberry Pi Operating System
gonutz/space_blocks
Arkanoid clone written in Go, inspired by
gonutz/stroke_font_editor
Trying out something here - want to make stroke fonts?
gonutz/svn_authors
Go tool to get list of authors from SVN log, see https://gist.github.com/NathanSweet/7327535
gonutz/test2doc
Generate documentation for your Go files from your unit tests.
gonutz/win
High level Go wrapper for the Windows API
gonutz/windows_keyboard_input
Here I try out how to handle all my needs for keyboard events on Windows.