126 Commits

Author SHA1 Message Date
David Gonzalez Martin
39185a614d Fix crash 2024-11-30 18:05:11 -06:00
David Gonzalez Martin
85a832653a Mouse position 2024-11-30 05:29:32 -06:00
David Gonzalez Martin
108ed377f2 Minor conveniences 2024-11-30 05:24:39 -06:00
David Gonzalez Martin
ed3c76c0b0 Use shader compilation from command line
This avoid dependency compilation and linking
2024-11-30 05:18:21 -06:00
David Gonzalez Martin
b76e9d7ff3 Resize swapchain 2024-11-28 06:21:19 -06:00
David Gonzalez Martin
e7c90645c0 Fix debug callback on Radeon Linux driver 2024-11-26 06:01:00 -06:00
David Gonzalez Martin
f7b3756416 Fix compiler error 2024-11-25 18:05:48 -06:00
David Gonzalez Martin
2ea18f35b6 Disable validation layers on release 2024-11-25 12:39:57 -06:00
David Gonzalez Martin
02735e5014 Abstract renderer away 2024-11-24 15:12:10 -06:00
David Gonzalez Martin
7f5b4b22c6 Move 'glfw' out of the core file 2024-11-20 19:08:52 -06:00
David Gonzalez Martin
fabbef437a Fix more font issues 2024-11-18 21:57:07 -06:00
David Gonzalez Martin
52c4b40cff Fix more font issues 2024-11-15 09:26:48 -06:00
David Gonzalez Martin
4268284ede Text drawing minor refactor 2024-11-14 08:40:59 -06:00
David Gonzalez Martin
8400d9f6e3 Can draw some text 2024-11-13 08:52:20 -06:00
David Gonzalez Martin
7565edc4d1 Integrate stb_truetype 2024-11-11 21:06:11 -06:00
David Gonzalez Martin
be2de1d672 Render a texture 2024-11-10 08:48:46 -06:00
David Gonzalez Martin
8083104b13 Integrate STB and abstract Vulkan image creation 2024-11-09 18:50:09 -06:00
David Gonzalez Martin
c80e574f01 Store pixel coordinate instead of normalized value 2024-11-09 18:00:45 -06:00
David Gonzalez Martin
0df52ab511 Compile shaders from the code 2024-11-09 11:34:13 -06:00
David Gonzalez Martin
ea56f55629 Draw a quad 2024-11-08 09:27:35 -06:00
David Gonzalez Martin
496fac59bd Minor tweaks 2024-11-06 20:18:00 -06:00
David Gonzalez Martin
96a18481b5 Render a white screen with Vulkan 2024-11-06 11:30:04 -06:00
David Gonzalez Martin
9ca821e600 Upload artifacts on every CI run and better envs 2024-11-05 08:36:42 -06:00
David Gonzalez Martin
324afd46a8 Integrate GUI dependencies 2024-11-05 07:10:41 -06:00
David Gonzalez Martin
4077ac19d4 Reorganize backend code 2024-11-04 16:52:57 -06:00
David Gonzalez Martin
eed6fd6de9 implement linker 2024-11-03 13:35:13 -06:00
David Gonzalez Martin
6cf81cebec Rename after our recently deceased little dog 2024-11-02 15:03:26 -06:00
David Gonzalez Martin
24c59e03e9 Better settings standardization 2024-10-25 07:05:50 -06:00
David Gonzalez Martin
0d40031d49 LLVM emit object 2024-10-25 05:10:45 -06:00
David Gonzalez Martin
f503a23586 Fix Windows CI 2024-10-24 08:11:50 -06:00
David Gonzalez Martin
ace033c3f6 Start writing LLVM code 2024-10-22 19:18:53 -06:00
David Gonzalez Martin
7fcb2d22b4 Reduce redundant code 2024-10-21 21:20:20 -06:00
David Gonzalez Martin
f7c1077706 Start embracing the devil: CMake 2024-10-20 18:30:57 -06:00
David Gonzalez Martin
4d058bebf6 Minor reorder 2024-10-18 21:19:25 -06:00
David Gonzalez Martin
123f093f2a Test PE and PDB on Linux momentarily as well 2024-10-18 06:52:01 -06:00
David Gonzalez Martin
d6e86bddf6 Better target organization 2024-10-17 05:18:28 -06:00
David Gonzalez Martin
b3b3cbc247 Fix file generation 2024-10-16 19:45:42 -06:00
David Gonzalez Martin
974972b9e8 Always check for PDB match while researching 2024-10-16 16:49:23 -06:00
David Gonzalez Martin
a30b0258a5 PDB: separate first chunk 2024-10-15 21:08:20 -06:00
David Gonzalez Martin
537dc2b2c3 Initial PDB research 2024-10-15 21:00:10 -06:00
David Gonzalez Martin
e86d6ae3ee Finish deciphering PE32 2024-10-11 14:01:24 -06:00
David Gonzalez Martin
95e5d62203 Better .rdata organization 2024-10-10 06:22:04 -06:00
David Gonzalez Martin
2a904d1ea8 Better data directory handling 2024-10-09 14:59:21 -06:00
David Gonzalez Martin
5d2bb2218e Rework open permissions 2024-10-09 10:08:49 -06:00
David Gonzalez Martin
6faf9f46a8 Try to debug the MacOS thing 2024-10-09 09:17:52 -06:00
David Gonzalez Martin
a089706de0 Delay COFF headers filling 2024-10-09 05:10:36 -06:00
David Gonzalez Martin
2212ec3844 Fix Windows timestamp 2024-10-08 06:00:08 -06:00
David Gonzalez Martin
283f06f265 CI improvements 2024-10-08 05:20:43 -06:00
David Gonzalez Martin
0e052cce06 Get rid of CI crash 2024-10-08 05:08:40 -06:00
David Gonzalez Martin
0432eed559 Better trap debugging 2024-10-07 07:06:55 -06:00