Commit Graph

35 Commits

Author SHA1 Message Date
e8057c97ff test: launch via engine 2025-10-04 12:23:03 +02:00
5b6092f9d4 feat: event.hpp 2025-10-04 12:22:53 +02:00
09d715b9f7 feat: window + engine header 2025-10-04 12:22:45 +02:00
5f69ed6434 feat: engine implementation 2025-10-04 12:22:32 +02:00
4a40fe6e1a feat: window class 2025-10-04 12:22:21 +02:00
6ba8a0e3f6 feat: add new sources 2025-10-04 12:22:13 +02:00
8a044cbe86 feat: clang tidy corrections 2025-10-02 17:37:23 +02:00
c253fff7df feat: clang tidy correction 2025-10-02 17:33:13 +02:00
97b34962f7 feat: ignore .idea folder 2025-10-02 17:32:57 +02:00
620adb20f9 feat: update docs for building 2025-10-02 17:06:06 +02:00
507ba483b3 feat: release build possibility 2025-10-02 17:05:52 +02:00
fc91f6662e feat: refactor code + optimizations for obj file parsing 2025-10-01 17:55:29 +02:00
2b0494a23d feat: reorganize source code + cleanup 2025-10-01 16:15:19 +02:00
fec93b098b feat: remove unnecessary code + Blinn-Phong lighting 2025-10-01 11:27:24 +02:00
4a9f45b6ef fix: correct use of specular strength and shininess + opacity 2025-10-01 11:25:43 +02:00
fdb891d860 feat: kind of pbr lighting shader 2025-10-01 11:25:26 +02:00
5bcfb18296 feat: force always 4 channels per texture 2025-10-01 11:25:12 +02:00
303b931fb7 feat: opacity + shininess + illumination support 2025-10-01 11:25:00 +02:00
69dbe5ae2f feat: building on windows instructions 2025-10-01 10:41:38 +02:00
de6496ff81 feat: no glew static on windows 2025-10-01 10:41:29 +02:00
807e0ce9d9 feat: accept filesystem path 2025-10-01 10:41:24 +02:00
58e25b530b feat: explicit include of cmath with defines 2025-10-01 10:41:13 +02:00
39f528d7ad feat: dynamic glew linking on windows 2025-10-01 10:40:59 +02:00
6dc269ce13 feat: accept filepath 2025-10-01 10:40:50 +02:00
9d5bb51463 chore: remove unnecessary old main source file 2025-10-01 10:05:55 +02:00
c5d5536836 feat: additional instructions for running on different platforms 2025-10-01 10:02:20 +02:00
0d147adfe5 feat: cmake windows support 2025-10-01 10:01:21 +02:00
67ba331ba5 Merge branch 'main' into linux 2025-10-01 09:21:54 +02:00
8f21c8d141 feat: windows build instructions 2025-10-01 09:13:02 +02:00
9b18f8a902 feat: cmake config (windows) 2025-10-01 09:12:57 +02:00
9dbd600c57 feat: avoid use of glew_static (windows) 2025-10-01 09:12:33 +02:00
618bfceddb feat: explicit conversion to string 2025-10-01 09:12:23 +02:00
624186e4fb feat: use math defines (windows) 2025-10-01 09:12:13 +02:00
91c0e7b2a6 feat: avoid use of glew_static 2025-10-01 09:12:04 +02:00
1d1d23a148 feat: initial commit 2025-09-30 16:12:38 +02:00