Commit Graph

23 Commits

Author SHA1 Message Date
843dc6baf3 More cleanups. 2024-01-05 14:14:30 +01:00
272df2c00c Implemented 2d methods for the immediate renderer. Also various cleanups. 2024-01-04 21:33:41 +01:00
12a6cab9e9 Implemented Text2D. 2024-01-04 17:54:40 +01:00
caa9e4d39c Implement TextureMaterial properly for the new setup. 2024-01-04 15:52:04 +01:00
80172bfee4 Initial font meshing setup. Also various cleanups. 2024-01-04 14:37:11 +01:00
5a572e2dc5 Font initial rework. 2024-01-04 12:12:57 +01:00
a6938d2d29 Implemented input handling. 2024-01-03 18:39:58 +01:00
c6cdd2fed8 More cleanups, and use Scenes as a Ref<> in Application. 2024-01-03 14:04:22 +01:00
985aa8e2fb Use include paths relative to the lib's folder to simplify the build setup. 2023-12-31 15:04:17 +01:00
fe18833bc6 Moved image loading from Texture to Image and made textures use Images. 2023-12-31 01:33:19 +01:00
6f7a64e7a4 Some refactoring. 2023-12-20 14:33:24 +01:00
9af2c28ac7 Fixed TileMap. 2023-12-20 14:17:03 +01:00
d9c286e1fe Reimplemented 2d drawing. 2023-12-20 10:41:16 +01:00
9defe9d1c2 MeshInstance test setup. 2023-12-20 09:54:01 +01:00
97841ab135 3d camera test render setup. 2023-12-20 09:47:21 +01:00
50e8606b59 Initial texture loading setup. 2023-12-19 21:42:52 +01:00
663c551d14 Fix rendering. 2023-12-19 18:54:54 +01:00
eed6d1aa59 Initial test rendering setup. 2023-12-19 15:57:36 +01:00
b93fd08530 Fix compile. 2023-12-19 15:01:48 +01:00
a00f04e467 Moved main. 2023-12-18 21:29:36 +01:00
b22a755150 Reorganized the project. 2023-12-18 17:29:49 +01:00
e5561e888d Added more classes form other projects. 2023-12-18 17:18:54 +01:00
492acd0c26 Initial commit. Did not add some dependencies as they will be dropped. 2023-12-18 17:06:11 +01:00