Skip to content

A game engine made with Lightweight Java Game Library. Implements custom shaders, 3D model loading and rendering. A weekend pet project that was never finished, but would love to one day.

Notifications You must be signed in to change notification settings

ivanorsolic/OriEngine

Repository files navigation

OriEngine

Game engine made with Lightweight Java Game Library and OpenGL 3.2

All of the important stuff is in the Wiki! which you should check out. There you can find:

Directory strucutre:

└───OriEngine
    └───src
        ├───engineTester
        ├───entities
        ├───models
        ├───renderEngine
        ├───shaders
        ├───textures
        └───toolbox

OriEngine/src/ <-- Contains the interesting files :)

OriEngine/lib/ <-- Contains LWJGL2 jars and natives

About

A game engine made with Lightweight Java Game Library. Implements custom shaders, 3D model loading and rendering. A weekend pet project that was never finished, but would love to one day.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages