Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 997 Bytes

File metadata and controls

27 lines (14 loc) · 997 Bytes

LIMEN Examples

Small examples showing the basic parts of the LIMEN API without hiding them behind an engine or framework.

Examples

A minimal platform example covering window creation, display enumeration and native event handling.

A small rendering example using LIMEN's OpenGL integration.

Requirements

The examples target HashLink and expect LIMEN's native modules to be available to the runtime.

At minimum, the window example needs limen.hdll. The OpenGL example also needs the OpenGL graphics module (opengl.limen).

Build LIMEN first and make sure HashLink can find the produced native modules before running an example.

Running

Each example contains its own .hxml file and is intended to be built from its own directory. This is especially important for the OpenGL example because its shader files are loaded relative to the current working directory.

See the README inside each example directory for the exact commands.