#retrodevelopment — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #retrodevelopment, aggregated by home.social.
-
I just published v0.99 of #jSH, a #JavaScript scripting environment for #MSDOS. This is the 'little' text-mode brother to #DOjS.
- fixed `Screen` object.
- fixed `CGets()`.
- added missing include
- updated zip, mbedTLS and curl -
- Updated #tiff to 4.7.1
- Updated pl_mpeg
- Updated #nanoSVG
- Updated #libpng to 1.6.50
- Updated #jasper to 4.2.8
- Updated #AnimatedGIF to 2.2.0
- Moved mbedTLS config out of the source tree
- Added more examples/tests
- Added my #VCFe talk slides from May, 2025
#MSDOS #DOSGaming #retrocomputing #JavaScript #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing
3/ -
- fixed error message for library loading in win32
- fixed SQLite3 database opening in win32
- return empty object from GetNetworkInterfaces() on win32
- fixed curl on win32
- updated zip to 0.3.5
- Patched #Allegro 4 to support all BMP formats (backport from allegro5).
- improved documentation
- Updated to #mbedTLS 3.6.5
- Updated #cURL to 8.17.0
#MSDOS #DOSGaming #retrocomputing #JavaScript #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing
2/ -
I just released v1.14.0 of #DOjS on https://github.com/SuperIlu/DOjS/releases/tag/v1.140
New Features:
- SMK file playback via libsmacker
- #C64 SID playback using cRSID
- #EXIF data reading
- Sound synthesis based on MicroModSynth from @benhenckeSee thread below for more release details!
#MSDOS #DOSGaming #retrocomputing #JavaScript #FreeDOS #creativecoding #p5js #retrodev #retrodevelopment #3dfx #OpenGL #Processing
1/ -
You are bored and don't know how to spend your time #RetroCoding?
Well, now you are lucky, as I'd love some contributions to my #MSDOS #RetroComputing projects!
Feel free to help me out with code, documentation or finally a "real" website for #DOjS, #DOStodon, #jSH, #DosView, #lib16 and more 😊
-
I just published v0.98 of #jSH, a #JavaScript scripting environment for #MSDOS. This is the 'little' text-mode brother to #DOjS.
- updated curl, mbedTLS and zip
-
Today I started integrating @benhencke|s MicroModSynth into #DOjS.
So far you can dynamically create synthesizers with a given number of voices and nodes and it plays the example from the GitHub repo fine on DOSBox.
Next step: come up with a nice #JavaScript interface to create voices and nodes and play some notes...