Skip to content
kl0ck edited this page Apr 11, 2021 · 27 revisions

River Raid Atari
https://www.youtube.com/watch?v=gombHp5wMrk
https://www.youtube.com/watch?v=pmPjsBDN9Xw

River Raid MSX
https://www.youtube.com/watch?v=L779ww2ANKo

Painting in AWT and Swing
https://www.oracle.com/java/technologies/painting.html

Lesson: Full-Screen Exclusive Mode API
https://docs.oracle.com/javase/tutorial/extra/fullscreen/index.html

Graphics Performance Improvements
https://www.oracle.com/java/technologies/graphics-performance-improvements.html

Active Rendering using Only Swing
https://stackoverflow.com/questions/28986963/active-rendering-using-only-swing

BufferStrategy
https://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferStrategy.html

https://www.dreamincode.net/forums/topic/113451-java-game-actually-the-most-efficient-way-to-repaint/

https://stackoverflow.com/questions/35979697/java-basic-2d-game-animation-stutter

https://stackoverflow.com/questions/55269052/game-loop-stuttering

https://gamedev.stackexchange.com/questions/140351/java-why-does-my-game-loop-stutter-randomly

https://stackoverflow.com/questions/43879256/how-can-i-make-a-smooth-animation-in-java-instead-of-a-stuttering

https://medium.com/@tglaiel/how-to-make-your-game-run-at-60fps-24c61210fe75

libGDX
https://libgdx.com/

Stuttering when not running in fullscreen
https://github.com/libgdx/libgdx/issues/3405

Lwjgl3 FPS oddities
https://github.com/libgdx/libgdx/issues/5826

http://forum.lwjgl.org/index.php?topic=6582.0

https://www.reddit.com/r/libgdx/comments/el3vyd/stuttering_image_moving_linearly/

https://gafferongames.com/post/fix_your_timestep/

My Experience Creating my First libGDX Game
https://medium.com/swlh/my-experience-creating-my-first-libgdx-game-985dbbc26724

Clone this wiki locally