Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

essa-software/llgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

121 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLGL - Low Level Game Loop

LLGL is a rendering engine and an abstraction layer for OS-specific things like windowing, keyboard/mouse events etc. It uses OpenGL and SDL as the backend.

Simple install

  • Install SDL2, SDL2_ttf, SDL2_image and GLEW
# Ubuntu
sudo apt install ninja-build libsdl2-dev libsdl2-ttf-dev libglew-dev
  • Clone the repository
git clone https://github.com/sppmacd/llgl
  • Download, build and install EssaUtil

EssaUtil is a general-purpose helper library that is used in ESSA products.

git clone https://github.com/essa-software/util
cd util
./install.sh
cd ..
  • Install LLGL (This performs a default CMake installation).
cd llgl
./install.sh

About

Low Level Game Loop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors