Commit Graph

35 Commits

Author SHA1 Message Date
Relintai 843dc6baf3 More cleanups. 2024-01-05 14:14:30 +01:00
Relintai 6c7a1e239f Cleanups. 2024-01-05 00:48:07 +01:00
Relintai 272df2c00c Implemented 2d methods for the immediate renderer. Also various cleanups. 2024-01-04 21:33:41 +01:00
Relintai 12a6cab9e9 Implemented Text2D. 2024-01-04 17:54:40 +01:00
Relintai 8d7321f93c Added vertex color support for the FontMaterial. 2024-01-04 15:56:01 +01:00
Relintai caa9e4d39c Implement TextureMaterial properly for the new setup. 2024-01-04 15:52:04 +01:00
Relintai fd57d69c6e Fix Font mesh generation part 1. 2024-01-04 15:23:39 +01:00
Relintai 80172bfee4 Initial font meshing setup. Also various cleanups. 2024-01-04 14:37:11 +01:00
Relintai 5a572e2dc5 Font initial rework. 2024-01-04 12:12:57 +01:00
Relintai 026c4859c0 Renamed text_renderer to font. 2024-01-04 11:00:48 +01:00
Relintai b0da9c888c Setup font debugging. 2024-01-04 01:52:19 +01:00
Relintai 72ef5f6868 TextRenderer initial rework. 2024-01-04 01:31:59 +01:00
Relintai 82853c99f2 Moved out input classes from the input subfolder. 2024-01-03 19:15:35 +01:00
Relintai a6938d2d29 Implemented input handling. 2024-01-03 18:39:58 +01:00
Relintai e0bde10e93 Added a central RenderState. Reworked Cameras to use it. This means that Camera classes are no longer needed in render_core. 2023-12-31 20:38:51 +01:00
Relintai bb7ebfe362 Fixed automatic Ref<> to Variant conversions. 2023-12-31 19:57:59 +01:00
Relintai 985aa8e2fb Use include paths relative to the lib's folder to simplify the build setup. 2023-12-31 15:04:17 +01:00
Relintai f101e99d17 More texture improvements. 2023-12-31 10:48:11 +01:00
Relintai 51fd0951af Fixed Image initialization. 2023-12-31 02:43:19 +01:00
Relintai fe18833bc6 Moved image loading from Texture to Image and made textures use Images. 2023-12-31 01:33:19 +01:00
Relintai 6f7a64e7a4 Some refactoring. 2023-12-20 14:33:24 +01:00
Relintai 9af2c28ac7 Fixed TileMap. 2023-12-20 14:17:03 +01:00
Relintai d9c286e1fe Reimplemented 2d drawing. 2023-12-20 10:41:16 +01:00
Relintai 9defe9d1c2 MeshInstance test setup. 2023-12-20 09:54:01 +01:00
Relintai 97841ab135 3d camera test render setup. 2023-12-20 09:47:21 +01:00
Relintai b58b00ed06 glm initial remove pass. 2023-12-19 22:33:04 +01:00
Relintai 50e8606b59 Initial texture loading setup. 2023-12-19 21:42:52 +01:00
Relintai 663c551d14 Fix rendering. 2023-12-19 18:54:54 +01:00
Relintai eed6d1aa59 Initial test rendering setup. 2023-12-19 15:57:36 +01:00
Relintai 3a6f715f35 Fix main loop setup. 2023-12-19 15:23:49 +01:00
Relintai b93fd08530 Fix compile. 2023-12-19 15:01:48 +01:00
Relintai a00f04e467 Moved main. 2023-12-18 21:29:36 +01:00
Relintai b22a755150 Reorganized the project. 2023-12-18 17:29:49 +01:00
Relintai e5561e888d Added more classes form other projects. 2023-12-18 17:18:54 +01:00
Relintai 492acd0c26 Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00