Searching yarn

Twts matching #uxn
Sort by: Newest, Oldest, Most Relevant

it also remains to be seen how a greenarray-based uxn runtime would work in the first place, but my back-of-envelop calculation is that a uxn instance would use 8-12 F18A machines (18bit 64 word ram per machine) + one 256k FRAM module. additional machines would be used to handle IO to peripherals, but these can be shared between instances so it’ll be a fixed overhead.

⤋ Read More

i keep debating this in my head. i reckon the comrade’s display device should be modular anyway, the display buffer is just that. doesn’t matter if there’s a TFT or an e(ink|paper) display on the other side. multiplexing uxn displays would be cool, but that would mean adding a display buffer cache for every instance and i don’t know if i want to have that much memory dedicated to swapping displays. i’m on board with using uxn as a common runtime, but FRAM modules have six pins and top out at 256k (afaik). i only have 88 pins to work with so i’ll have to place some hard limits on how many display devices the runtime allows.

⤋ Read More