Skip to content

Game base built on top of LittleKt framework using littlekt-extras and Fleks

License

Notifications You must be signed in to change notification settings

LeHaine/littlekt-game-base

Repository files navigation

LittleKt Game Base

This is a game base that I use for my personal projects. It contains a bunch of placeholders for things like asset management and scene handling as well as graphic related things like effects, a custom camera, level management, and the likes.

It uses littlekt-extras repo directly as a submodule.

git clone --recurse-submodules https://github.com/LeHaine/littlekt-game-base.git

Features:

It makes heavy use of the ECS pattern using the awesome Fleks library. Everything regarding the game scene is split into components and systems.

This contains its own render stage system for splitting up complex rendering while being able to handle when batching happens. These are meant to be used within a single RenderSystem which then contains stages and sub-render-pipelines.

About

Game base built on top of LittleKt framework using littlekt-extras and Fleks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages