113 Commits

Author SHA1 Message Date
MihailRis
8de408fd10 refactor: remove unused abstraction 2025-04-27 12:36:34 +03:00
MihailRis
e357a4eb9f remove Mesh constructor 'attrs' argument & format Mesh.hpp 2025-04-27 01:13:44 +03:00
MihailRis
47b7472231 remove GLEW from MeshData.hpp & format Mesh.inl 2025-04-27 00:35:54 +03:00
MihailRis
ec0dbae3f7 remove extra glew includes 2025-04-26 23:27:45 +03:00
MihailRis
7a344a31c2 fix warning: ‘Mesh<Batch2DVertex>::ibo’ will be initialized after [-Wreorder] 2025-04-26 23:13:38 +03:00
REDxEYE
3a54a37b06 Remove unnecessary glew includes.
Remove copyright from Mesh.cpp
Add default initializers for VertexAttribute
2025-04-13 17:14:34 +03:00
REDxEYE
90605c6d5f Replace assert with std::runtime_error 2025-04-13 17:14:34 +03:00
REDxEYE
1ffbeb8148 Refactor mesh handling to use templated vertex structures for improved type safety and flexibility 2025-04-13 17:14:28 +03:00
MihailRis
3be8546bf4 refactor enums: CursorShape, InterpolationType, ParticleSpawnShape 2025-04-13 14:18:50 +03:00
MihailRis
7749675a61 add EnumMetadata 2025-04-13 13:53:59 +03:00
MihailRis
64039f0e43 add post-effect-slot resource & add gfx.posteffects library 2025-04-06 12:47:25 +03:00
MihailRis
c3bc084e76 update Shader class 2025-04-06 12:45:58 +03:00
MihailRis
ba170035ef feat: post-processing effects 2025-04-05 00:41:25 +03:00
MihailRis
70cf308771 add '#param' default value syntax 2025-04-04 13:19:25 +03:00
MihailRis
1feee3a809 refactor GLSLExtension.cpp & add 'param' shader preprocessor directive & add PostEffect class (WIP) 2025-04-03 21:46:12 +03:00
MihailRis
9843a1fc27 remove Viewport class 2025-04-02 17:35:17 +03:00
MihailRis
7262119f5b refactor GLFWWindow 2025-04-02 15:01:24 +03:00
MihailRis
0b8d56afe1 cleanup 2025-04-02 14:59:53 +03:00
MihailRis
9694a59649 refactor: add Window interface 2025-04-02 14:59:53 +03:00
MihailRis
74a94f869c refactor: reduce Window references 2025-04-02 14:55:53 +03:00
MihailRis
3d22de761f fix compiler warnings (GCC + Clang) 2025-03-20 22:04:29 +03:00
MihailRis
3a203bd4b0 disable mip-mapping for canvas texture 2025-03-17 04:12:56 +03:00
MihailRis
5394f202a1 fix multiline width calculation & feat: multiline tooltips support 2025-03-13 22:07:10 +03:00
MihailRis
5af6b91b22 add debug GUI render mode (F8) 2025-03-11 00:39:59 +03:00
MihailRis
2af55a0227 add Canvas constructor & add canvas:blit 2025-03-08 14:02:57 +03:00
MihailRis
5bbba7f39d add ImageData.drawLine 2025-03-08 13:36:43 +03:00
MihailRis
231fc7e0d0 refactor InventoryView & add 'uses' item property (WIP) 2025-02-16 20:41:13 +03:00
MihailRis
4d0b9f049b fix small dumb legacy memory leak 2025-01-03 00:07:25 +03:00
MihailRis
17dcbe98ab fix clang-check warnings 2025-01-01 16:06:44 +03:00
MihailRis
cb9690ebc7 add 'cursor' ui property 2024-12-30 21:41:05 +03:00
MihailRis
0da25f05d6 Merge branch 'main' into headless-mode 2024-12-23 14:13:59 +03:00
MihailRis
90b1f63406 update leaves texture & update mip-mapping settings 2024-12-23 14:13:45 +03:00
MihailRis
5ffc054d75 refactor 2024-12-09 01:12:41 +03:00
MihailRis
80e809f97f add markdown dialect (WIP) & add strikethrough and underline font styles 2024-12-06 17:35:03 +03:00
MihailRis
ed3865964b add syntax highlighting (WIP) 2024-12-04 22:13:17 +03:00
MihailRis
ce1e9f76cf add FontStylesScheme 2024-12-04 18:04:19 +03:00
MihailRis
b15725913e add FontStyle 'bold' and 'italic' properties to 2D text 2024-12-04 17:08:04 +03:00
MihailRis
d9277e1b31 mip-mapping related fixes 2024-11-25 15:39:34 +03:00
MihailRis
6a466cf1ec fix DrawContext 2024-11-19 05:57:02 +03:00
MihailRis
3ea213e8d3 fix console position 2024-11-17 15:53:25 +03:00
MihailRis
5240fe6226 rename vattr to VertexAttribute 2024-11-17 01:00:27 +03:00
MihailRis
99f1594645 fix Mesh 2024-11-16 15:08:25 +03:00
MihailRis
b28bcf052b optimize (part 1) 2024-11-16 09:18:14 +03:00
MihailRis
5b6ada6e5d add more NotePreset properties 2024-11-14 02:21:15 +03:00
MihailRis
0a8ea7e597 disable mip-mapping in fonts 2024-11-13 12:00:55 +03:00
MihailRis
7734d403ea cleanup 2024-11-12 06:01:53 +03:00
MihailRis
edbd851d11 update font rendering 2024-11-12 05:58:16 +03:00
MihailRis
b3ab037115 add 3D text render (WIP) 2024-11-12 03:14:59 +03:00
MihailRis
79693580e0 refactor Font 2024-11-11 20:30:10 +03:00
MihailRis
f38f84c779 move graphics/core/Model to graphics/commons/Model 2024-11-05 15:28:46 +03:00