Together with @cancel, we made a version of Oquonie that works on Windows. It should work all the way back to win95. Could anyone with a Windows machine try this out for us?
> Oquonie(Windows)
Together with @cancel, we made a version of Oquonie that works on Windows. It should work all the way back to win95. Could anyone with a Windows machine try this out for us? > Oquonie(Windows) The G-machine In Detail, or How Lazy Evaluation Works This post is an abridged adaptation of Simon Peyton Jones’ and David R. Lester’s book, “Implementing Functional Languages: a tutorial.”, itself a refinement of SPJ’s previous work, 1987’s “The Implementation of Functional Programming Languages”. @mcc Someone submitted a patch to uxnemu to try and tackle the analog stick you were having, I wonder if it fixes your issue. I've merged it into uxn already: https://lists.sr.ht/~rabbits/public-inbox/patches/40328 @neauoire Je savais plus comment avoir de tes nouvelles! Je me rattrape sur ton fil, m'émerveillant de tes aventures.
Show previous comments
It'd go something like With the rise of always-online increasingly-louder real-time telemetry-powered everything in computation, we will explore the remaining bastion of peace & quiet in programming that remains, located approximately 50 nautical miles offshore from any coastline. That is until someone finds a way to bring news of the Osbourne family to the doldrums. @wim_v12e do you think this funktal could be built without scons? It's kind of tricky to install and it has hooks all over the place. Rewrote the #uxn opcode testing file with much better coverage and gradual debugging. @rek the person looking for the android stuff can look here: https://git.sr.ht/~rabbits/uxn/refs But it'd be probably best to ask @sigrid, I don't think we have an installation guide proper. Folks seems set on running Uxn onto more "experienced" devices than we expected. Sadly, we don't have a port of the emulator that will run Oquonie on OS 9, sorry. We haven't had much luck helping folks to run SDL2 efficiently on the EEE PCs either, but it turns out that X11 works reliably well. So if you're keen, give the Uxn11 emulator a try. https://git.sr.ht/~rabbits/uxn11 Thanks for all the feedback and questions. Watched La Belle Verte(1996) yesterday. Loved it. I've, for the first time ever, manually extracted a .deb file(because I hate myself and I was low on self-flagellation) and was successful! @neauoire I had to do this a few times, but my life quality increased 10 fold after I discovered debtap: https://github.com/helixarch/debtap which transforms a dev package into an arch one.
Show previous comments
:drake_dislike: ..but first I need to make a game engine.
Show previous comments
|
@neauoire @cancel Whoa, cool. It runs fine on
- Windows® 10 IoT™ Enterprise™ LTSC™ 21H2 (real hardware)
- Windows XP SP3 (real hardware)
- Windows 2000 (VMware)
On NT 4.0 (VMware) it draws the first frame and I hear some audio, then it freezes up. It works when I disable the VM's audio device and reboot.
@neauoire @cancel Doesn't work on Windows 95 4.00.950 B (the errors are "One of devices, connected to the system is not working" and "File OQUONIE.EXE is linked to a missing export USER32.DLL:TrackMouseEvent").
@neauoire @cancel just for fun I tried it on Windows 3.11 + Win32s, and unfortunately it does not work; indeed it turns out it would need to be a relocatable exe (http://stephan.win31.de/w32slist.htm#ynot), but who knows if there's any toolchain that can actually output it.