Java Main Game Loop

Eventually you’ll want to move to something like LWJGL, but let me stress, keep doing what you’re doing here for now. It will teach you fundamentals. Good job on your loop. Looks nice, let me offer a few pointers: Repaint will not render the screen immediately. It tells the RepaintManager to render when its ready. … Read more

What is a good game engine that uses Lua?

Game engines that use Lua Free unless noted Agen (2D Lua; Windows) Amulet (2D Lua; Window, Linux, Mac, HTML5, iOS) Cafu 3D (3D C++/Lua) Cocos2d-x (2D C++/Lua/JS; Windows, Linux, Mac, iOS, Android, BlackBerry) Codea (2D&3D Lua; iOS (Editor is iOs app); $14.99 USD) Cryengine by Crytek (3D C++/Lua; Windows, Mac) Defold (2D Lua; Windows, Linux, Mac, iOS, Android, Web, Switch) gengine (2D Lua; Windows, Linux, HTML5) Irrlicht (3D C++/.NET/Lua; Windows, Linux, Mac) Leadwerks (3D C++/C#/Delphi/BlitzMax/Lua; Windows; $199.95 … Read more