Path to this page:
Subject: CVS commit: pkgsrc/devel
From: Nia Alarie
Date: 2020-07-09 12:04:25
Message id: 20200709100426.0FE2CFB28@cvs.NetBSD.org
Log Message:
devel: Add lua-sdl2
Lua-SDL2 is a portable binding of SDL2, written in pure C for efficiency.
It tries to stay as close to SDL as possible, acting as a simple binding
rather than attempting to re-design the interaction between the programmer
and SDL.
Lua-SDL2 takes full advantage of Lua's object-oriented capabilities wherever
possible, allowing the programmer to fully leverage SDL's inherent
object-oriented design.
Files: