Skip to content

jakub-chatrny/Kryten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About Kryten

Simple game engine writen in Java using OpenGL, LWJGL, Slick2D.

For running an example you need to set path to native libraries to VM Arguments. (In eclipse you can set it Project > Propertities > Run/Debug Settings > Create or edit launch configuration)

  • On Linux: -Djava.library.path=lib/native/linux
  • On Mac: -Djava.library.path=lib/native/macosx
  • On Windows: -Djava.library.path=lib/native/windows

Examples

Engine was originaly created for project sheep_heap.

Structure

  • Engine Static class used to initialize OpenGL and Display (Window of aplication). Also contains gameLoop which is doing these steps:
  1. Get user input
  2. Upadte the game
  3. Render game

About

Simple game engine writen in JAVA using OpenGL, LWJGL, Slick.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages