Skip to content

pokedpeter/dlang-derelict-sdl2-example1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example #1 using Derelict and SDL2 in D (dlang) Creates a window and loads an image.

  1. Install the following packages:
  • libsdl2-dev
  • libsdl2-image-dev

eg. for Debian based systems:

sudo apt-get install libsdl2-dev libsdl2-image-dev

  1. Run dub from your terminal

The example will build and execute automatically. This will create a hidden .dub directory and add .gitignore file

About

Derelict and SDL2 Using D - Example #1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages