Commit graph

24 commits

Author SHA1 Message Date
c90406dac9
Make GLFW subsystem standalone + remove unnecessary fluff
All checks were successful
build-and-test / test (push) Successful in 1m39s
build-and-test / build (push) Successful in 1m54s
build-and-test / generate-javadoc (push) Successful in 1m55s
2024-08-20 22:07:49 +02:00
701f316950
Nuke 'graphics', welcome 'windowing'
All checks were successful
build-and-test / test (push) Successful in 2m1s
build-and-test / generate-javadoc (push) Successful in 2m14s
build-and-test / build (push) Successful in 2m17s
2024-08-20 21:01:39 +02:00
1713c9c8a8
Finalize ListConverter
after two months, it finally works
2024-08-12 20:51:37 +02:00
9dc0f549d4
Move ANSI-related stuff into 'ansi' module 2024-07-29 21:34:10 +02:00
0ce24d677f
Fix jansi build dependency for all projects 2024-07-18 14:14:21 +02:00
bffe68c015
Add SubsystemMainClass#getName() & init time stat 2024-07-16 14:50:39 +02:00
005ebfbfae
Fix native-image a bit 2024-07-11 16:15:47 +02:00
b4734841be
Update native-image arguments 2024-07-11 04:59:45 +02:00
fa3d2ec19d
Add comments and fix Javadoc generation 2024-07-11 04:03:08 +02:00
34e60b06dc
Oh god 2024-07-08 19:04:57 +02:00
0e28d746bd
Add GraalVM native-image tasks 2024-07-08 15:40:11 +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
797052aa7d
Migrate to Goooler's shadow fork 2024-06-28 18:42:37 +02:00
f5075b9832
Plaster copyright notice over everything 2024-06-28 01:08:45 +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
0a6ed79673
Add SLF4J Compatibility subsystem 2024-06-11 20:01:34 +02:00
1797be0037
Add unit testing dependencies 2024-06-09 00:21:01 +02:00
db408d796d
Fix gradle error 2024-06-08 17:37:02 +02:00
92d424c3aa
Fix usage of ' and " 2024-06-08 17:35:41 +02:00
2f0a3f5ab3
Add build.gradle for project : 2024-06-08 17:09:36 +02:00
f47dd66d88
Initial commit 2024-06-08 15:33:03 +02:00