Skip to content
Cameron Kirk edited this page Dec 3, 2023 · 2 revisions

Welcome to the SDLCanvas.jl Wiki!!

This repository is an attempt at implementing a similar (in spirit) Julia framework for the Pygame library, for SDL2.

SDLCanvas uses the bindings for the SDL2 base library made available by the SimpleDirectMediaLayer.jl package for all of its window, graphics, input device, and event management.

Despite its potentially misleading name, SDLCanvas is designed foremost to provide users with a low level (yet not too low level) API for performing basic drawing and graphics functionality, not necessarily to provide the necessary tools that a game developer is used to. Theoretically, with the primitives and framework that JLGame provides, one should be able to create almost any visualisation (interactive or not) in an unrestrictive form.

Clone this wiki locally