You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sam Hocevar bfdfeffee2 msstore: use System.Xml.Linq to generate microsoftgame.config 11 months ago
authoring msstore: use System.Xml.Linq to generate microsoftgame.config 11 months ago
binaries build: fix the VS2010 build and add build/ and binaries/ to the dist 13 years ago
build Remove obsolete files 1 year ago
doc Remove a lot of deprecated files and submodules 1 year ago
examples build: make the .vcxproj injection mechanism less intrusive 11 months ago
external @ 155084f297 build: remove a lot of obsolete stuff 1 year ago
lol @ 7b7e8827e7 audio: add a decoder for the QOA audio format 1 year ago
msbuild msstore: use System.Xml.Linq to generate microsoftgame.config 11 months ago
src build: make the .vcxproj injection mechanism less intrusive 11 months ago
tools Fix compilation warnings. 5 years ago
.gitattributes build: add Microsoft Store support to the build system 1 year ago
.gitignore build: add XboxOne and XboxSeries support 1 year ago
.gitmodules audio: add a decoder for the QOA audio format 1 year ago
COPYING build: fix the WTFPL site URL in all code comments. 13 years ago
Makefile.am Remove almost everything from Lol Engine and start a clean header hierarchy 2 years ago
README.md doc: add links to private repositories 1 year ago
TODO Added a few TODOs 9 years ago
bootstrap Fix lolfx compilation system so that it works with libtool. 5 years ago
build.config build: prepare name change from Kinc to Kore 1 year ago
configure.ac Reorganise code to use Kinc on Windows and Switch 2 years ago
lolengine.props msbuild: preliminary support for cross-compiling to Linux 11 months ago
lolengine.sln Remove a lot of deprecated files and submodules 1 year ago

README.md

About

A collection of scripts and C++ code to make games, demos and tools.

The project is being heavily refactored as a transition effort to the best practices of the 2020s. The old master branch still exists if needed.

Notes

Confidential platform support

Support for private platforms need to be activated manually:

git clone --recurse https://github.com/lolengine/lol-playstation
git clone --recurse https://github.com/lolengine/lol-switch
git clone --recurse https://github.com/lolengine/lol-xbox

Build dependencies

The following packages are required on Linux:

  • for bootstrapping: automake libtool pkg-config
  • for building: clang make