File tree 13 files changed +52
-91
lines changed
lesson#10 - Setting up DUB with Raylib/raylib_firstWindow
lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow
lesson#12.1 - Structs/raylib_firstWindow
lesson#12.2 - Modules/raylib_firstWindow
lesson#13 - 2D Tic Tac Toe/ticTacToe
lesson#14 - 2D Snake Game
lesson#22 - Singleton design pattern/ourGame
lesson#23 - State design pattern/ourGame
lesson#25 - Wrapping up the Game State Manager/ourGame
lesson#26 - Drawing a player/ourGame
lesson#27 - in, out, inout type qualifiers/ourGame
lesson#28 - Simple spritesheet animation/ourGame
lesson#29 - Player spritesheet animation/ourGame
13 files changed +52
-91
lines changed Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
Original file line number Diff line number Diff line change 6
6
"dependencies" : {
7
7
"raylib-d" : " ~>5.0.1"
8
8
},
9
- "libs" : [ " raylib" ],
10
- "lflags-posix" : [" -L." ],
11
- "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
- "lflags-linux" : [" -rpath=$$ORIGIN" ],
13
- "preBuildCommands" : [
14
- " dub run raylib-d:install"
15
- ],
9
+ "libs" : [ " raylib" ],
10
+ "lflags-posix" : [" -L." ],
11
+ "lflags-osx" : [" -rpath" , " @executable_path/" ],
12
+ "lflags-linux" : [" -rpath=$$ORIGIN" ],
16
13
"description" : " D/Raylib minimal setup" ,
17
14
"license" : " no license" ,
18
15
"name" : " d-raylib-project-template"
You can’t perform that action at this time.
0 commit comments