this post was submitted on 14 Aug 2024
38 points (100.0% liked)

Linux

4924 readers
299 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 month ago (1 children)

This is great: I just used it to stand up a VM for people to use to access a retro BBS that only has a 16-bit client that just doesn't run on any Windows from the last 20 years.

It's a little undocumented and what's there is somewhat confusing (or it's entirely possible I'm just stupid), but it does exactly what it says on the tin.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago) (1 children)

You can embed the library to make other projects.

[–] [email protected] 2 points 1 month ago

Yep, that's exactly what I did.

Just took a bunch of digging to figure out certain pieces of functionality that weren't outlined in the documentation/examples (mouse capture on click, and the fact you can split the disk image into chunks and stream the needed data at runtime were not exactly covered anywhere, but figured out looking at the demo site code and watching what the browser was doing)