Commit graph

31 commits

Author SHA1 Message Date
2b83a1885e
Graphics API init will now catch exceptions 2024-07-11 16:16:30 +02:00
d02e854d95
Fix module-info.java files 2024-07-11 15:51:51 +02:00
7c553c24f0
Move data types and classes around 2024-07-11 14:38:00 +02:00
9c1f5711a7
Update Javadoc and apply a few code fixes 2024-07-11 04:17:03 +02:00
10fa65b8e1
Update module names for all Graphics APIs 2024-07-11 04:16:20 +02:00
fa3d2ec19d
Add comments and fix Javadoc generation 2024-07-11 04:03:08 +02:00
4d462d65f4
Mark getDependencyVector with @NotNull 2024-07-08 14:26:07 +02:00
3f7edd0968
Add more Immutable* types 2024-07-08 13:46:30 +02:00
541919c891
Update build.gradle syntax 2024-07-08 12:39:04 +02:00
1e5f48f413
Add module-info.java for all subsystems 2024-07-08 11:32:27 +02:00
fd6c8851ad
Update package structure 2024-07-08 11:32:08 +02:00
ecf0f94784
Fix & complete automatic subsystem initialization 2024-07-07 12:55:56 +02:00
8ee805b2db
Update and extend JavaDoc for almost all classes 2024-07-07 12:52:36 +02:00
aa5b196fb3
Add annotation and new method for subsystems 2024-06-29 22:17:17 +02:00
51f0405895
Update Window interface 2024-06-28 18:06:04 +02:00
f5075b9832
Plaster copyright notice over everything 2024-06-28 01:08:45 +02:00
919edd3375
Rename Miscellaneous#getMapValue -> getMapValues 2024-06-27 21:14:49 +02:00
2b689f8267
Fix a few javadoc issues 2024-06-27 20:43:05 +02:00
9cb5cbffd3
Update comments and javadoc 2024-06-27 20:29:08 +02:00
f39223b4da
Add READMEs to all subsystems 2024-06-27 20:25:32 +02:00
cc3cd52d22
Move interfaces, enums & classes around again 2024-06-27 20:08:34 +02:00
9e4cfee89a
Fix codepart identification for logger instances 2024-06-27 19:26:25 +02:00
c812359e83
Clean up base.classes package 2024-06-27 19:25:28 +02:00
b45a8c9f9b
Update some comments and log messages 2024-06-25 02:07:46 +02:00
9bc1882de3
Add missing javadoc 2024-06-16 21:06:32 +02:00
62b4718ef4
Windows! Not really working! 2024-06-16 15:53:07 +02:00
51e0f84c3f
Update graphics subsystem and OpenGL API 2024-06-15 22:24:37 +02:00
bae7b4c337
Remove @Nullable fgrom GraphicsSubsystem#api
This prevents some nasty but irrelevant warnings.
2024-06-12 16:47:41 +02:00
306c2cd6a6
Add OpenGL Graphics API 2024-06-11 23:09:27 +02:00
faf51f6c18
Add unfinished Vulkan subsystem
It will be for a very long time. Many say that OpenGL is easier to learn, so I'll go with that one first.
2024-06-11 23:09:19 +02:00
147455cedd
Add WIP graphics subsystem 2024-06-11 23:08:03 +02:00