You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.1 KiB
2.1 KiB
Awesome List
The awesome list of things.
Golang
CLI Frameworks & Utilities
- Bubble Tea: A powerful little TUI framework.
- Tablewriter
GUI Frameworks
- Wails: Build beautiful cross-platform applications using Go. Basically Electron for Golang.
- 🌟Gioui: Gio is an open source library for creating portable, immediate mode GUI programs for Android, iOS, Linux, Windows, macOS.
Web Frameworks
Task Queues
Micropython
- Pure Micropython Display Driver: Micropython API to any C library! Walk through shows specifically how to add ILI9341 LED Display support to micropython using an existing C lib.
Just Cool
- 100,000 nearby stars: An interactive 3D visualization of the stellar neighborhood, including over 100,000 nearby stars. Created for the Google Chrome web browser.
Tools
- Ventoy: Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
- Headless Terminal: wraps a binary for programmatically interacting with terminal apps. Useful for testing, turning a cli into a service, etc.
RSS Readers / Feeds
- 🔥Feedi: An OSS a web feed reader with a minimal interface akin to a Mastodon or Twitter feed. Self hosted, mobile friendly, parsers for Reddit, Github, RSS. Local article reading, send to Kindle support.
Study Apps
- 🌟Anki: Digital flash cards. Web app is free, mobile app is paided, but supports them.
Articles
- An animated introduction to Fourier Series: Super detailed explaination of Fourier Series.
- 🌟The Notifier Pattern for Applications That Use Postgres