Email or username:

Password:

Forgot your password?
6 comments
Dante Scanline

@neauoire is this only repainting part of the screen?

Devil Lu Linvega

@dantescanline yep, the repaint region are within the red squares

Dante Scanline

@neauoire is this something that can be generalized easily for UI at uxn scale? i did this repainting management once in flash when i was manually blitting the game sprites, but it was easy because they were all 16px or 8px sized and were regular actionscript 3 objects

Devil Lu Linvega

@dantescanline do you mean like, I should implement it as part of each emulator? It's sort of per-device, like for example, sdl and x11 emulators can do coordinates selective redraw, but something like the GBA or the playdate, it's per screen row, so the same debug routine couldn't be used for both

Dante Scanline

@neauoire i think i get it, its happening at a different scale than i had imagined. i haven't got my hand dirty with uxn yet so i keep thinking at a much higher level than everything actually is

ThaCuber

@neauoire if this is what I think it is, I'm excited

Go Up