5 Commits

Author SHA1 Message Date
Tim Håkansson 4d2dfce31c Add Linux support
- Add linux build system using MakeGen
- Fix a swapchain validation error, likelydue to my linux system using a
  different vulkan version
- Make DescriptorPool take in amount of descriptors it needs, instead of
  allocating a mass amount for every pool, causing loads of RAM/VRAM usage
2025-08-09 21:42:15 +02:00
Thraix cb120ef731 Add ImGui
- Initial ImGui commit, add support for showing demo window in Copium
  Engine
2023-07-13 18:18:52 +02:00
Thraix 3d4a97103c Add dependencies as submodules
- Add submodule freetype
- Add submodule glfw3
- Add submodule glm
- Add submodule msdfgen-atlas-gen
- Add submodule msdfgen-core
- Add submodule msdfgen-ext
- Add submodule stb
2023-05-09 20:22:51 +02:00
Thraix 708b81c571 Add Offscreen Framebuffer support 2023-02-05 01:04:07 +01:00
Thraix 0396318d2d Initial commit 2023-01-07 21:09:01 +01:00