Commit Graph

82 Commits

Author SHA1 Message Date
72951f8a8c feat: make all code compliant with cpplint 2023-07-02 14:44:29 +02:00
40cee498e3 feat: updated breakout.cpp according to cpplint standard 2023-07-02 14:21:25 +02:00
ab5b0daa4e feat: add working CMakeLists.txt 2023-07-02 14:11:30 +02:00
236f898ce0 feat: deleted edsp1 project (moved to wut repo) 2023-07-02 13:43:23 +02:00
50233bed1a feat: delete learnopengl folder 2023-06-28 19:52:12 +02:00
10f2b747b8 chore: run breakout 2023-04-02 18:26:43 +02:00
81fe93bfa5 chore: move glm and glfw into dependencies folder 2023-04-02 18:17:28 +02:00
937acac0d7 chore: copy paste glm and glfw 2023-04-02 18:15:17 +02:00
f097369bab chore: add new folder 2023-04-02 17:59:15 +02:00
56cd687c30 chore: rename learnopengl folder 2023-03-29 17:35:59 +02:00
2b399d1a25 chore: add glm 2023-03-29 17:08:18 +02:00
5b7b2efefa feat: changing tecture opacity based on input 2023-03-29 15:36:08 +02:00
6a92a83f5e feat: set texture opacity randomly 2023-03-29 14:46:58 +02:00
fcc641ea21 feat: pass uniforms names as vector 2023-03-19 17:50:43 +01:00
75054ed91f feat: add infinite amount of textures 2023-03-19 16:59:13 +01:00
e5a609d7f9 feat: unify draw function 2023-03-19 13:53:13 +01:00
1228e5d618 feat: fix wrong glfw include 2023-03-14 02:17:42 +01:00
d79b634e84 chore: ran clang-formatter on root folder 2023-03-14 01:56:29 +01:00
a2adca27e5 feat: make code compliant with cpplint 2023-03-12 17:32:42 +01:00
553c5f7397 chore: add copyrigtht info 2023-03-12 16:24:48 +01:00
7dbd77117e feat: put awesome face over container 2023-03-12 14:46:56 +01:00
8b1b1bd28c feat: fix images with gl_rgba not rendering 2023-03-11 20:06:42 +01:00
6d82225bae feat: draw actual texture and not some bugged abomination 2023-03-11 19:21:07 +01:00
4d77d24c4f feat: make texture code prettier 2023-03-11 19:08:15 +01:00
2ec9ba6aef feat: draw bugged texture 2023-03-11 17:26:16 +01:00
305f04c2a7 chore: intermediate commit 2023-03-11 16:58:17 +01:00
7b6d1452e4 feat: add extensions recommendations 2023-03-08 14:17:13 +01:00
2017ec2e1a feat: texture code 2023-03-05 20:02:41 +01:00
7d33b7cefd feat: move gameTypeIdeas and create usefulLinks.txt 2023-03-05 18:30:51 +01:00
0c0c9ea883 feat: add sylly gems 2023-03-05 18:30:33 +01:00
5e0a43e158 feat: initialize textures class 2023-03-05 18:14:43 +01:00
f28d2b917a feat: create initial report 2023-03-05 18:14:33 +01:00
fbb9d2acc6 chore: add stb library for image handling 2023-03-05 18:14:10 +01:00
d51ba68b1e feat: add "multiplatform" to spelled words 2023-03-05 18:13:52 +01:00
9e13cf1818 feat: restore drawSquare to non class 2023-03-05 18:12:48 +01:00
00855b2efc feat: add texture coordinates 2023-03-05 18:11:48 +01:00
e5ee1f7ee8 feat: finish shader chapter 2023-01-27 21:29:04 +01:00
0188a36e5a chore: standarize program path 2023-01-27 19:41:11 +01:00
131e1f4ec9 feat: toDo draw square class 2023-01-18 17:51:24 +01:00
36c0723878 feat: split fileToShader into method 2022-12-11 20:17:11 +01:00
2a393604c6 feat: split working shader into 2 files 2022-12-11 19:52:49 +01:00
725346d6f8 feat: working shader class 2022-12-11 18:49:16 +01:00
4205679da3 feat: add (not working) shader class 2022-11-20 23:14:59 +01:00
5157327ac4 send type ideas 2022-11-15 19:44:00 +01:00
cffec281e2 Revert "feat: add shader class"
This reverts commit aef81a89c5.
2022-10-19 15:51:39 +02:00
41331f90fe Revert "Revert "feat: shaders cooperation, uniform and colors from vertice""
This reverts commit 4fed1960da.
2022-10-19 15:51:07 +02:00
4fed1960da Revert "feat: shaders cooperation, uniform and colors from vertice"
This reverts commit df41a903f3.
2022-10-19 15:46:29 +02:00
aef81a89c5 feat: add shader class 2022-09-18 18:10:03 +02:00
df41a903f3 feat: shaders cooperation, uniform and colors from vertice 2022-09-17 16:32:48 +02:00
2007ac2f55 feat: finish exersises hello triangle 2022-09-17 14:14:08 +02:00