DEV Community

Discussion on: What are you working on these days?

Collapse
 
thomasthespacefox profile image
Thomas Leathers

Well, my main project is still SBTCVM, a balanced ternary virtual machine, is still being developed, recently i upgraded the help system and added some dev aids such as rom viewing and a gui wrapper for the assembler. It still doesn't have an operating system, but some more advanced roms are in development. sbtcvm.blogspot.com/

aside from sbtcvm, i recently have gotten into writing tiny one-file python scripts. Such as a number guessing game and a random-path-drawing algorithm. I've collected these in a git repo here: github.com/ThomasTheSpaceFox/Some-...

Recently I also started working on my old square-wave synthesizer, Floored Square Simple Synth, again. adding some new features like a waveform view, more octave stacking methods and such. Ive also added some more synths to use with it, such as a 64-event drum sequencer with load/save capacity and variable Speed and note timing, a real-time theremin-like square-wave synthesizer, and im currently working on a new reverb-centric synthesizer with a real-time note fade visualizer.
github.com/ThomasTheSpaceFox/Floor...