n64bootloader icon indicating copy to clipboard operation
n64bootloader copied to clipboard

graphics support

Open netpipe opened this issue 4 years ago • 6 comments

what an amazing project, I was wondering if its fast enough to run some opengl or irrlicht demo's does it have opengl support even if only 30 fps mesa support.

netpipe avatar May 06 '21 02:05 netpipe

tinycorelinux is probably the fastest would be neat to have a port for n64 or an emulator running in something like qemu. https://www.phoronix.com/scan.php?page=news_item&px=Nintendo-64-Linux-2020-Port shows the hardware being used SGI coprocessor 100mhz for main processor 60mhz for 4 mb graphics card.

netpipe avatar May 06 '21 02:05 netpipe

There is no opengl support. The hardware predates opengl.

clbr avatar May 06 '21 06:05 clbr

mesa software rendering should still work in that case.

netpipe avatar May 06 '21 10:05 netpipe

You're welcome to try. It's likely to require significantly more RAM than the hw has.

clbr avatar May 06 '21 10:05 clbr

maybe virtual ram or fsram could help us with that.

netpipe avatar May 06 '21 10:05 netpipe

netpipe sounds like you are talking about swapspace where you exchange diskspace for memory

CanadianJeff avatar Apr 15 '22 02:04 CanadianJeff