Josh Juran

Results 43 comments of Josh Juran

Sure, `display-fbdev` demonstrates the raster update loop, as well as transcoding 1-bit graphics (in case that's needed). Also look at `interact-fbdev`, which is considered the fbdev front end, although much...

You don't. `Sound.h` is part of the 32-bit Carbon API that's no longer supported. It's only needed for the 32-bit front end. Try running `make ams-quartz-demo` instead. That uses a...

Please update your checkouts of the `metamage_1`, `freemount`, and `ams-68k-bin` repositories, then run `make ams-quartz-demo`. The latest code (as of this writing) works in Big Sur on both x86 and...

I'm unable to read any ideogram-based language, but when I do occasionally see CJK text, I'd prefer to see the glyphs as they're meant to be displayed, not missing-character boxes....

> add a prompt to the shell with the current directory and have the console look for that? The console has no business trying to recognize what it or isn't...

> BTW, how does communication take place between the shell and the console? Like any user-space process, the shell makes system calls. `/dev/con/1` is both a tty and a terminal,...

> the console? Is it a device driver? (that is how Symantec C++ handles console output in their ANSI libraries). MacRelix provides its own vfs layer, which uses File Manager...

> I am curious whether I could write Mac apps that could be used from within MacRelix. I've experimented with that. Try out `about`, `mon`, `confirm`, `prompt`, and `asklogin`. (The...

Advanced Mac Substitute currently has no support for printing at all, so I'm afraid it doesn't meet your requirements.

Thanks for the contribution! I've written a new tool, `sndtrack`, that incorporates your square-wave and free-form synthesizer code. So while I'm not going to merge `macsnddrvrsynth`, your audio-generating code is...