Josh Juran

Results 43 comments of Josh Juran

Thanks! So, `metamage_1` is a monolithic repository where most of my public source code lives (with `freemount` being the big outlier) — so there's plenty of code that's entirely unrelated....

Indirectly. Executor's developers chose to optimize for performance (and rightly so) but at the cost of portability and complexity — so merging it into Advanced Mac Substitute would be difficult....

Fiendishly clever x86 optimization was the right move at the time, but not a priority these days. With most 1980s Mac apps, performance on modern hardware is not about how...

From https://github.com/ctm/executor/blob/master/README: "… nor did it even run most System 7 applications. Unless you have a particular application that you know works with Executor, or just like emulation a lot,...

Advanced Mac Substitute isn't far enough along for this to be practical. It supports MFS but not HFS, limiting it to the 400K disk images. (Making larger MFS images is...

MacRelix's console view currently handles all editing on its own, and sh only sees the final product. Maybe I could implement filename-only completion in the console view, if it had...

Since Advanced Mac Substitute is focusing initially on monochrome applications, shaders might be slightly overkill. :-) Also (my work in progress on the Vertical Retrace Manager notwithstanding), AMS doesn't really...

Ah, good point — it would be nice to mimic CRT blur and phosphor delay. But those kinds of bells and whistles are less important than literal bells and whistles...

I'm open to working with someone who wants to create a front end for either KMS/DRM, SDL2, or both. :-)

It would be great to have you as a contributor. :-) Most discussion of AMS development occurs in `#mac68k` on Freenode. As front ends are distinct components, there's no requirement...