I designed a pen holder for my tablet's EMR pen to learn the basics FreeCAD and 3d printed it using my Bambulab A1 mini, i got from arcade (thank you hackclub). The goal was to make it not fall over and to not put pressure on the pen tip
I created a simple implemenation of an HTTP server from scratch in C.
Source code: github.com/zenonet/CppHttpServer (ik, the name says c++ but it's c now)
I did this as a challenge to learn C and NeoVim. Everything was done in termux (and a bit in an ssh client) on android using a tablet with a physical keyboard.
I added some improvements to my realtime messenger.
Changes:
• Automatically scrolling down to the latest message
• New contacts popping up in realtime
• Better error handling
• You can now send messages by pressing the enter key
Source code: github.com/zenonet/YetAnotherCentralizedChat
I added string interpolation, custom styles, functions for delaying actions, checkbox composables, slider composables, runtime stats in the editor and documentation to my composition-based UI framework and programming language called WebComposition. Source code: github.com/zenonet/WebComposition Live editor: zenonet.de/interactive/webcomposition
I created a little first-person stealth game to learn godot.
Source code and release here: github.com/zenonet/GodotFirstPersonController
I added hud, improved enemy AI, made a main menu
I created an interpreter for a custom programming language and a corresponding composition-based UI framework from scratch in C#. The UI is rendered into HTML and automatically updates when variables are changed.
Repo: github.com/zenonet/WebComposition
Interactive online demo with live editor: zenonet.de/interactive/webcomposition