Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.28 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.28 KB

Volund License

Volund is a game engine written in C++ with Lua scripting for Windows and Linux.

Volund is currently undergoing a big overhaul, this means some stuff might not make sense or be broken.

Screenshot_20240914_124423

Getting Started

1. Cloning (downloading) this repository

To clone (download) this repository, you can use the Code button at the top left of the screen, or use the following command if you have git installed git clone --recursive https://github.com/KaiNorberg/Volund.

2. Building Volund

In order to build Volund you will need to have xmake installed on your machine, if you do not have xmake installed you can install it from here.

With xmake installed you can generate the project files using the xmake command, use xmake run to launch the editor.

Examples

Several example scenes can be found in the examples folder, they can be loaded in the Editor by clicking the File > Load > Scene button in the top left corner.