diff --git a/.gitignore b/.gitignore index bc61083..4be4c0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +.dub imgs .DS_Store diff --git a/img/profile/banner image 00.png b/img/profile/banner image 00.png new file mode 100644 index 0000000..1185ac3 Binary files /dev/null and b/img/profile/banner image 00.png differ diff --git a/img/profile/banner image element.png b/img/profile/banner image element.png new file mode 100644 index 0000000..fd6adbc Binary files /dev/null and b/img/profile/banner image element.png differ diff --git a/img/profile/d-nogc .png b/img/profile/d-nogc .png new file mode 100644 index 0000000..18c9c9b Binary files /dev/null and b/img/profile/d-nogc .png differ diff --git a/img/profile/dman.png b/img/profile/dman.png new file mode 100644 index 0000000..fe1cc3d Binary files /dev/null and b/img/profile/dman.png differ diff --git a/img/profile/profile github.png b/img/profile/profile github.png new file mode 100644 index 0000000..e1cc034 Binary files /dev/null and b/img/profile/profile github.png differ diff --git a/img/profile/profile youtube.jpg b/img/profile/profile youtube.jpg new file mode 100644 index 0000000..dc4e7c5 Binary files /dev/null and b/img/profile/profile youtube.jpg differ diff --git a/lesson#10 - Setting up DUB with Raylib/raylib_firstWindow/dub.json b/lesson#10 - Setting up DUB with Raylib/raylib_firstWindow/dub.json index 5ad9c7f..384bc6c 100644 --- a/lesson#10 - Setting up DUB with Raylib/raylib_firstWindow/dub.json +++ b/lesson#10 - Setting up DUB with Raylib/raylib_firstWindow/dub.json @@ -1,13 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], - "copyright": "free", + "copyright": "no copyright", "dependencies": { - "raylib-d": "~>2.5.0" + "raylib-d": "~>3.0.4" }, - "libs": [ "raylib" ], - "description": "A minimal D application.", + "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], + "libs": [ + "raylib" + ], "license": "no license", - "name": "raylib_firstwindow" + "name": "ourgame" } \ No newline at end of file diff --git a/lesson#10 - Setting up DUB with Raylib/raylib_firstWindow/raylib_firstwindow b/lesson#10 - Setting up DUB with Raylib/raylib_firstWindow/raylib_firstwindow deleted file mode 100644 index ac1bd14..0000000 Binary files a/lesson#10 - Setting up DUB with Raylib/raylib_firstWindow/raylib_firstwindow and /dev/null differ diff --git a/lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow/dub.json b/lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow/dub.json index 5ad9c7f..384bc6c 100644 --- a/lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow/dub.json +++ b/lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow/dub.json @@ -1,13 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], - "copyright": "free", + "copyright": "no copyright", "dependencies": { - "raylib-d": "~>2.5.0" + "raylib-d": "~>3.0.4" }, - "libs": [ "raylib" ], - "description": "A minimal D application.", + "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], + "libs": [ + "raylib" + ], "license": "no license", - "name": "raylib_firstwindow" + "name": "ourgame" } \ No newline at end of file diff --git a/lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow/raylib_firstwindow b/lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow/raylib_firstwindow deleted file mode 100644 index e9ba5ba..0000000 Binary files a/lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow/raylib_firstwindow and /dev/null differ diff --git a/lesson#12.1 - Structs/raylib_firstWindow/dub.json b/lesson#12.1 - Structs/raylib_firstWindow/dub.json index 5ad9c7f..384bc6c 100644 --- a/lesson#12.1 - Structs/raylib_firstWindow/dub.json +++ b/lesson#12.1 - Structs/raylib_firstWindow/dub.json @@ -1,13 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], - "copyright": "free", + "copyright": "no copyright", "dependencies": { - "raylib-d": "~>2.5.0" + "raylib-d": "~>3.0.4" }, - "libs": [ "raylib" ], - "description": "A minimal D application.", + "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], + "libs": [ + "raylib" + ], "license": "no license", - "name": "raylib_firstwindow" + "name": "ourgame" } \ No newline at end of file diff --git a/lesson#12.1 - Structs/raylib_firstWindow/raylib_firstwindow b/lesson#12.1 - Structs/raylib_firstWindow/raylib_firstwindow deleted file mode 100644 index 30429d2..0000000 Binary files a/lesson#12.1 - Structs/raylib_firstWindow/raylib_firstwindow and /dev/null differ diff --git a/lesson#12.2 - Modules/raylib_firstWindow/dub.json b/lesson#12.2 - Modules/raylib_firstWindow/dub.json index 5ad9c7f..384bc6c 100644 --- a/lesson#12.2 - Modules/raylib_firstWindow/dub.json +++ b/lesson#12.2 - Modules/raylib_firstWindow/dub.json @@ -1,13 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], - "copyright": "free", + "copyright": "no copyright", "dependencies": { - "raylib-d": "~>2.5.0" + "raylib-d": "~>3.0.4" }, - "libs": [ "raylib" ], - "description": "A minimal D application.", + "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], + "libs": [ + "raylib" + ], "license": "no license", - "name": "raylib_firstwindow" + "name": "ourgame" } \ No newline at end of file diff --git a/lesson#12.2 - Modules/raylib_firstWindow/raylib_firstwindow b/lesson#12.2 - Modules/raylib_firstWindow/raylib_firstwindow deleted file mode 100644 index e326991..0000000 Binary files a/lesson#12.2 - Modules/raylib_firstWindow/raylib_firstwindow and /dev/null differ diff --git a/lesson#13 - 2D Tic Tac Toe/ticTacToe/dub.json b/lesson#13 - 2D Tic Tac Toe/ticTacToe/dub.json index c3bfbda..384bc6c 100644 --- a/lesson#13 - 2D Tic Tac Toe/ticTacToe/dub.json +++ b/lesson#13 - 2D Tic Tac Toe/ticTacToe/dub.json @@ -1,13 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], "copyright": "no copyright", "dependencies": { - "raylib-d": "~>2.5.0" + "raylib-d": "~>3.0.4" }, - "libs": [ "raylib" ], - "description": "A minimal D application.", + "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], + "libs": [ + "raylib" + ], "license": "no license", - "name": "tictactoe" + "name": "ourgame" } \ No newline at end of file diff --git a/lesson#13 - 2D Tic Tac Toe/ticTacToe/tictactoe b/lesson#13 - 2D Tic Tac Toe/ticTacToe/tictactoe deleted file mode 100644 index 107bb8c..0000000 Binary files a/lesson#13 - 2D Tic Tac Toe/ticTacToe/tictactoe and /dev/null differ diff --git a/lesson#14 - 2D Snake Game/dub.json b/lesson#14 - 2D Snake Game/dub.json index f042717..384bc6c 100644 --- a/lesson#14 - 2D Snake Game/dub.json +++ b/lesson#14 - 2D Snake Game/dub.json @@ -1,13 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], "copyright": "no copyright", "dependencies": { - "raylib-d": "~>2.5.0" + "raylib-d": "~>3.0.4" }, - "libs": [ "raylib" ], - "description": "2D Snake Game", + "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], + "libs": [ + "raylib" + ], "license": "no license", - "name": "lesson14" + "name": "ourgame" } \ No newline at end of file diff --git a/lesson#22 - Singleton design pattern/ourGame/dub.json b/lesson#22 - Singleton design pattern/ourGame/dub.json index fb77399..384bc6c 100644 --- a/lesson#22 - Singleton design pattern/ourGame/dub.json +++ b/lesson#22 - Singleton design pattern/ourGame/dub.json @@ -1,15 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], "copyright": "no copyright", "dependencies": { - "raylib-d": "~>3.0.3" + "raylib-d": "~>3.0.4" }, "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], "libs": [ "raylib" ], "license": "no license", "name": "ourgame" -} +} \ No newline at end of file diff --git a/lesson#23 - State design pattern/ourGame/dub.json b/lesson#23 - State design pattern/ourGame/dub.json index fb77399..384bc6c 100644 --- a/lesson#23 - State design pattern/ourGame/dub.json +++ b/lesson#23 - State design pattern/ourGame/dub.json @@ -1,15 +1,27 @@ { "authors": [ - "rillk500" + "rillki" ], "copyright": "no copyright", "dependencies": { - "raylib-d": "~>3.0.3" + "raylib-d": "~>3.0.4" }, "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], "libs": [ "raylib" ], "license": "no license", "name": "ourgame" -} +} \ No newline at end of file diff --git a/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.json b/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.json index 6058c41..384bc6c 100644 --- a/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.json +++ b/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.json @@ -4,9 +4,21 @@ ], "copyright": "no copyright", "dependencies": { - "raylib-d2": "~>3.1.0" + "raylib-d": "~>3.0.4" }, "description": "2D game", + "lflags": [ + "-framework", + "CoreVideo", + "-framework", + "IOKit", + "-framework", + "Cocoa", + "-framework", + "GLUT", + "-framework", + "OpenGL" + ], "libs": [ "raylib" ], diff --git a/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.selections.json b/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.selections.json index 94114d2..19c791c 100644 --- a/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.selections.json +++ b/lesson#25 - Wrapping up the Game State Manager/ourGame/dub.selections.json @@ -4,6 +4,7 @@ "ddmp": "0.0.1-0.dev.3", "fluent-asserts": "0.13.3", "libdparse": "0.14.0", + "raylib-d": "3.0.4", "raylib-d2": "3.1.0", "stdx-allocator": "2.77.5" }