No description
Find a file
2020-04-19 20:19:27 +00:00
examples Update 'examples/efelder/LICENSE.md' 2020-04-19 20:19:27 +00:00
include Added layers 2020-04-19 22:15:50 +02:00
lib Added layers 2020-04-19 22:15:50 +02:00
src Added layers 2020-04-19 22:15:50 +02:00
LICENSE.md Added layers 2020-04-19 22:15:50 +02:00
README.md Added layers 2020-04-19 22:15:50 +02:00

SLK Engine

A software accelerated engine using OpenGL to bring the graphics on the screen. It's made for low resolutions (eg. 256x240), but can be used for higher resolutions, too.

License

SLK is released under the zlib license, see LICENSE.md for details. Some of the examples may be released under a different license though.

Using the engine

To use SLK you need to have the following libraries installed:

You need to link your programm to the following libraries:

  • Opengl
  • SDL 2

Plattforms

SLK has been tested on the following plattforms/os:

  • Linux