Lumi's Dev Server

Current Projects

Wiremod FPGA

https://github.com/llysdal/wire-fpga
Steam Workshop
An addon for Garry's Mod's Wiremod. It includes a 'graph editor' (gates and their connections) to create FPGA programs visually.
It is written fully in Lua, and is my first experience with creating addons for Garry's Mod.

TRANSPUTER

https://boymoder.online/transputer
Angular frontend with Python flask backend. A semi-'game' inspired by Zachtronics games.
The instruction-set and CPU specifications are very similar to a HD61700 from a Casio PB-1000, but more limited.

Solitaire

https://boymoder.online/solitaire
https://github.com/llysdal/solitaire
I really liked the solitaire game included with Molek Syntez, and this project was about recreating it as a game playable in any browser, such that I could play it on my phone in places where the solitaire variant wouldn't fit on the table.
This one is purely made in Angular - no backend :)

Korg DSS-1 synthesizer software controller

https://github.com/llysdal/DSS-1-Python-Control
Python program written to control a Korg DSS-1 over Midi and Sysex. It's not quite done (2021/02/05), but it can control the majority of the synthesizer.
(This project is in the Artic Code Vault!)

Old Projects

ESPUTIL

https://boymoder.online/esputil.html
Very basic plain HTML / JS wake on LAN service for my computer.
When it was in use, it used a port forwarded ESP32 on my local network sending the WOL packet to my computer.
It was a pretty bad solution, as the ESP32 had very big issues keeping up with SSL certifications, and it required me to manually install a SSL certificate on my router.

Not much else here, for now :)