LunaTheFoxgirl / km-engine-base-pl

Kitsunebi Games Engine - No game-specific patches for the VTuber Potluck Event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base Kitsune Games engine for generic use

NOTE

The assets in the assets/ folder are NOT part of the assets for the potluck
They are only there to demonstate how to use the engine, please delete them once you start making your game.

Getting Started

To get started grab D from here

Open a command prompt in this folder and run dub to build your game, all of the game will be put in the out/ folder
you'll have to copy assets yourself in there though once you ship your game.

See the file source/game.d and source/game/package.d for examples for using some of the various features of this engine, you can always
ask Luna for more indepth knowledge.

As well I highly recommend checking out the D tour

Dependencies

The Kitsunemimi engine requires the following dependencies to be present to work:

On Windows these libraries are copied from the included libs/ folder.

About

Kitsunebi Games Engine - No game-specific patches for the VTuber Potluck Event

License:BSD 2-Clause "Simplified" License


Languages

Language:D 98.1%Language:GLSL 1.9%