|
c469772afa
|
Added reading texture map input from file so we can give custom names to the entries.
|
2024-09-19 15:23:17 +02:00 |
|
|
cf4d4cb8a6
|
Added texture packer for automatically creating texture atlas on build.
|
2024-09-19 14:59:14 +02:00 |
|
|
b29fefa6ec
|
Began implementing some little widget tree system.
|
2024-09-19 00:58:27 +02:00 |
|
|
d7c15660e5
|
Colorful text.
|
2024-09-17 17:37:29 +02:00 |
|
|
303ea5dd27
|
Cleaned up UI renderer a little and added color parameter for quads (WIP).
|
2024-09-17 13:10:08 +02:00 |
|
|
0168ade08c
|
Moved UI rendering to a separate class/file.
|
2024-09-17 11:59:14 +02:00 |
|
|
773d86ffd3
|
Failsafe for non-Ansi chars (for now).
|
2024-09-17 00:57:59 +02:00 |
|
|
d42ab3a258
|
Added some simple test text.
|
2024-09-17 00:52:04 +02:00 |
|
|
dd321473cf
|
Added app for UI.
|
2024-09-16 12:13:47 +02:00 |
|
|
2819104b6a
|
Fixed compilation with MSVC.
|
2024-09-16 10:11:42 +02:00 |
|
|
6768be18f0
|
Update S++
|
2024-09-16 09:51:19 +02:00 |
|
|
f489d15c52
|
Added file with some ideas what to do next.
|
2024-09-16 00:20:25 +02:00 |
|
|
46cb8ac50f
|
Allow obj files in assets folder.
|
2024-09-15 23:23:29 +02:00 |
|
|
aaf5818c45
|
How'd that get in there?
|
2024-09-15 22:36:40 +02:00 |
|
|
a2bd91226f
|
A lot of input.
|
2024-09-15 22:31:54 +02:00 |
|
|
f364998933
|
Added argument for selecting the app to run.
|
2024-09-15 16:26:15 +02:00 |
|
|
b552a09885
|
Include older iterations as separate applications.
|
2024-09-15 15:34:05 +02:00 |
|
|
5f8a4656fe
|
Implemented rotating cube.
|
2024-09-15 14:46:16 +02:00 |
|
|
bcdabba916
|
Added clang-tidy config.
|
2024-09-15 10:53:45 +02:00 |
|
|
4ad274d637
|
Added texture and fixed a bunch of stuff.
|
2024-09-15 10:42:54 +02:00 |
|
|
9095c7e99a
|
Added loadShader() utility function.
|
2024-09-14 01:11:01 +02:00 |
|
|
853e55322c
|
Added argument structs to make extending arguments easier in the future.
|
2024-09-14 01:03:46 +02:00 |
|
|
4768f0a6a0
|
Moved everything into an application so we can easily have multiple apps and switch between them.
|
2024-09-14 01:00:51 +02:00 |
|
|
65dd335859
|
Texcoords
|
2024-09-14 00:26:19 +02:00 |
|
|
660a6cedea
|
Shader compilation, uniforms, vertex buffers and notes.
|
2024-09-13 23:28:06 +02:00 |
|
|
d6745226a1
|
Implemented loading shaders from file.
|
2024-09-13 11:12:59 +02:00 |
|
|
ba49a1e47a
|
A triangle.
|
2024-09-13 09:02:18 +02:00 |
|
|
3a42f7cc36
|
Get swapchain texture and clear it red.
|
2024-09-13 00:36:29 +02:00 |
|
|
cd4ab6147a
|
Added code to create shaders and graphics pipelines.
|
2024-09-12 17:14:52 +02:00 |
|
|
7b19170112
|
Fixed compilation with MSVC.
|
2024-09-12 15:06:37 +02:00 |
|
|
2f77ed5ef5
|
Added some more wrappers.
|
2024-09-12 00:06:10 +02:00 |
|
|
31af297bab
|
Some initial implementation.
|
2024-09-11 09:02:25 +02:00 |
|
|
a8813349a1
|
Adjusted template.
|
2024-09-09 21:59:51 +02:00 |
|
|
5462d2316e
|
Updated to use the new S++.
|
2024-09-09 21:54:47 +02:00 |
|
|
904678d94c
|
Updated Scons++.
|
2024-07-23 16:43:30 +02:00 |
|
|
bce316314e
|
Added workspace.xml for initial setup.
|
2024-06-20 22:41:48 +02:00 |
|
|
77a2989b1e
|
Added CLion config.
|
2024-06-20 22:38:11 +02:00 |
|
|
98e1b3576e
|
Added lib folders to gitignore.
|
2024-04-10 19:33:54 +02:00 |
|
|
906a68bffa
|
Renamed app to spp_template and updated build scripts.
|
2024-04-10 19:33:25 +02:00 |
|
|
6a325e7a2c
|
Updated Scons++
|
2024-04-10 19:20:29 +02:00 |
|
|
51db785fca
|
Added build scripts.
|
2023-11-12 13:20:38 +01:00 |
|
|
a6bb94ca24
|
Removed compiled python script from the repo.
|
2023-11-12 13:18:28 +01:00 |
|
|
2639005ff7
|
Updated Scons++
|
2023-11-12 13:17:22 +01:00 |
|
|
fc4440a633
|
Disabled a few more clang-tidy checks.
|
2023-11-12 13:16:38 +01:00 |
|
|
6083627041
|
Added more stuff to the gitignore
|
2023-11-12 13:15:36 +01:00 |
|
|
ea4c8eb7a0
|
added gitignore and clang-tidy config
|
2023-10-31 19:42:55 +01:00 |
|
|
347148afe7
|
initial commit
|
2023-10-31 19:39:51 +01:00 |
|