VOGONS


First post, by vvbee

User metadata
Rank Oldbie
Rank
Oldbie

On GitHub: https://github.com/leikareipa/w95-distrib

screenshot.webp

Last edited by vvbee on 2024-05-20, 17:31. Edited 1 time in total.

Reply 1 of 6, by DerBaum

User metadata
Rank Oldbie
Rank
Oldbie

Thats pretty cool 😁

FCKGW-RHQQ2

Reply 2 of 6, by vvbee

User metadata
Rank Oldbie
Rank
Oldbie

It's also possible to integrate DOSBox into the UI relatively seamlessly by painting a hole in the canvas with a transparent widget, composing it with the DOM element of jsdos underneath and doing some dynamic redirecting of mouse and keyboard events. The animation is from a year ago when I did a test implementation. The w95 UI now uses multiple canvases rather than one so this doesn't work directly, but probably can be adapted.

anim.gif

Reply 4 of 6, by vvbee

User metadata
Rank Oldbie
Rank
Oldbie

Proper DOSBox integration works more or less. Sort of pointless though. I guess you could build a web app with this that takes in a ZIP of a DOS game, displays the files in an explorer, and runs the exes in DOSBox, for what it's worth. A bit roundabout.

Reply 6 of 6, by vvbee

User metadata
Rank Oldbie
Rank
Oldbie

The framework is now in post-beta, with various changes. It's now closed-source with an open distributable. You can report bugs to the distrib repo.

You can feed the manual to Google AI Studio and have it build apps to spec:

nameque.png

GPT-4o is better at reconstructing UIs from mockup sketches, but the free version on ChatGPT doesn't have a large enough context window for the full manual.