rafzby / chip8-emulator

CHIP-8 emulator written in java
MIT License
2 stars 2 forks source link

Added Double Buffering #3

Closed abdulfatir closed 6 years ago

abdulfatir commented 6 years ago

I've added double buffering to DisplayPanel.java. The flicker that still remains is due to the number of frames per second.