Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL 3 wrapper for Nim

Based on https://github.com/transmutrix/nim-sdl3 but heavily modified to use idiomatic Nim names.

Installation

How to install the required SDL 3 binaries.

Linux

These commands work for Ubuntu. Other distros have their own ways:

sudo apt install libsdl3-0
sudo apt install libsdl3-dev
sudo apt install libsdl3-ttf-dev
sudo apt install libsdl3-image-dev
sudo apt install libsdl3-mixer-dev

OS X

Via brew:

brew install sdl3
brew install sdl3_ttf
brew install sdl3_mixer

Other OSes

To be determined.

About

Official SDL3 wrapper with sane names so that you can somewhat forget it was written in annoying C.

Topics

Resources

Stars

14 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages