If anyone's interested, I just added the source to a CHIP-8/SCHIP emulator I wrote in Java/OpenGL (through LWJGL) waaay back in the day. It's got a unique rendering style (screenshot at repository) and a hack to try and smooth out the flicker from XOR rendering you get in the original.
It might take a minute to get it set up with an old version of lwjgl, but at least the source is there for now. I'll try and get it working and commit the necessary lib files later today, but thought I'd at least make the source available for now.
https://github.com/westoncb/java-chip8-emulator
It might take a minute to get it set up with an old version of lwjgl, but at least the source is there for now. I'll try and get it working and commit the necessary lib files later today, but thought I'd at least make the source available for now.