Skip to content

rillki/learn-dlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

038d0d8 · Jul 8, 2024
Jul 15, 2023
Sep 10, 2021
Jul 11, 2020
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 10, 2020
Jul 11, 2020
Jul 19, 2020
Jul 21, 2020
Jul 11, 2020
Jul 27, 2020
Jul 30, 2020
Jul 8, 2024
Jul 8, 2024
Mar 6, 2021
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jul 8, 2024
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 11, 2020
Jul 8, 2024
Aug 14, 2021
Jul 8, 2024

Repository files navigation

Learn D by creating games

Hi! Join me on the journey of creating 2d games from scratch in D programming language! We will start from making simple console games in D. Then, as we learn enough features of D language, we will download Raylib graphics library and start making 2D Games!

Youtube tutorial

You can follow my youtube tutorial: https://www.youtube.com/playlist?list=PLgM-lc_kSqFQPF0UXgmFZpZalqcrSofe-

A great book on D programming language

Programming in D by Ali Çehreli: http://ddili.org/ders/d.en/index.html

The official Dlang Tutorial

Take the Dlang Tour: https://tour.dlang.org/

Required software

  • DMD compiler
  • DUB package manager
  • Your favorite text editor (I use Visual Studio Code, sometimes Vim :)
  • Raylib graphics library

Build and run

dub run raylib-d:install
dub

Have a nice day!