Skip to content

rillki/d-raylib-project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D/Raylib project template

This is a D/Raylib project template. All you need is dub.json file; copy-paste it into your project.

Requirements

  • D compiler
  • DUB package manager
  • Raylib library (you can use the precompiled binaries)

I highly recommend using the LDC compiler. It does the best optimizations. The DMD compiler, on the other hand, has the newest features.

Install raylib using DUB

dub add raylib-d
dub fetch
dub run raylib-d:install

Youtube video

Alternatively, watch my video explaining how to set up D/Raylib on OSX, Linux and Windows.

LICENSE

The license used is MIT.

About

D and Raylib project template with DUB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages