Skip to content

nim-lang/sdl3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 

OS X

Via brew:

brew install sdl3

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages