Thraix
4a1a149a68
Add Scene deserialization
2023-07-13 10:58:41 +02:00
Thraix
042d1b6c70
Fix gamma rendering issues
...
- Remove gamma correction from the Vulkan renderer
- Add SamplerCreator, used to specify Min/Mag filter
- Add character texture to example project
- Add AnimationSystem, DebugSystem and UiRenderSystem to example project
2023-06-19 12:37:11 +02:00
Thraix
76bda0ace4
Add Collide System
...
- Fix AssetRef unload leak
2023-06-05 21:53:01 +02:00
Thraix
3ec9bcd152
Add ecs ComponentListener
...
- Add ecs ComponentListener which listens to Component addition and
removal
- Add RefCounter class used to keep track of moves and copies
2023-05-29 17:49:37 +02:00
Thraix
5a615ecc4e
Add Input class
...
- Add Input class used to poll mouse and key button states
- Add additional example systems to the Scene
2023-05-26 23:02:03 +02:00
Thraix
d817c3084d
Improvement to coordinate system
...
- Flip coordinate system for SwapChain passthrough
- Normalize MouseMoveEvent coordination
- Add RemoveSystem to Ecs
2023-05-23 13:02:21 +02:00
Thraix
cd4abe6007
Add Signal to ECS
...
- Add Signal class to ECS used to send signals/events into systems
2023-05-22 12:52:15 +02:00
Thraix
0cd35928a7
Fix acronym naming standard
...
- Now follow standard that acronyms should only capitalize the first
letter
2023-05-22 12:12:51 +02:00
Thraix
84b24457a0
Add Scene with systems
...
- Add Scene class which populates the engine with Systems which handles
all logic in the game
- Add Systems to ecs
2023-05-20 19:45:15 +02:00
Thraix
05d2c2940b
Fix vulkan linking issues and add iGPU support
...
- Fix vulkan linking by setting correct VK_LAYER_PATH and correct
vulkan library path
- Add priority to GPU selection. Prioritizing dedicated GPUs over
integrated GPUs
2023-05-14 20:24:04 +02:00
Thraix
412d74ade3
Add ECS framework
2023-05-11 22:33:10 +02:00
Thraix
94d4aa9356
Add Font BoundingBox calculation
2023-05-10 22:53:34 +02:00
Thraix
35ae3a13d2
Fix compile errors in release target
2023-05-09 21:14:41 +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
4e466a1fce
Add Text rendering
...
- Add FreeType as dependency
- Add MsdfGen as dependency
- Add MsdfAtlasGen as dependency
2023-05-08 22:12:19 +02:00
Thraix
ad69293faa
Add printable Enum
2023-05-01 18:23:22 +02:00
Thraix
ca7286807a
Add Event system
...
- Add abstract Event class
- Add EventDispatcher
- Add Mouse, Key and Window Events
2023-04-26 21:55:32 +02:00
Thraix
1731bb1dd5
Add additional Asset types
...
- Add Framebuffer Asset
- Add Pipeline Asset
- Add RenderTexture Asset
2023-04-22 21:00:34 +02:00
Thraix
0246e89039
Refactor tracing
2023-04-13 22:03:06 +02:00
Thraix
d9e7fd7019
Add Asset system
...
- Add Abstract Asset class which defines Assets
- Add AssetManager class to keep track of all the Asset
- Add AssetFile class to cache the asset without loading it
- Add UUID class to uniquely identify assets
- Add MetaFile class to load meta asset files
2023-04-13 21:00:36 +02:00
Thraix
431ad9c573
Make Vulkan class a global instance
2023-04-04 21:14:01 +02:00
Thraix
9faec15fd6
Refactor UniformBuffers and DescriptorSets
...
- Refactor UniformBuffers to keep track of the uniforms it contains
- Refactor DescriptorSets to initialize UniformsBuffers and keep track
of all its bindings
- DescriptorSets can now be created from the Pipeline
- Add custom DescriptorSets to Renderer
2023-03-24 22:27:03 +01:00
Thraix
fbf53234f3
Add LICENSE
2023-03-14 23:04:47 +01:00
Thraix
4fe719858d
Add ShaderReflector
...
- Used to look at the shader files and find set/binding automatically
2023-03-14 22:56:11 +01:00
Thraix
6e463b3560
Cleanup Renderer
2023-03-08 23:03:30 +01:00
Thraix
796de92a56
Add 2D Batch renderer
2023-03-08 12:05:57 +01:00
Thraix
c975ed2674
Add Device and Window abstraction
2023-03-04 23:02:42 +01:00
Thraix
1e7d08250e
Add mesh class
...
- Fix compile errors due to not adding files to git
2023-02-07 22:22:53 +01:00
Thraix
827572eada
Add file structure to code
...
- Rename project to CopiumEngine
2023-02-07 21:43:47 +01:00
Thraix
ef4eb7dd2f
Add cpp file for all classes
2023-02-07 20:58:58 +01:00
Thraix
c2e349eb56
Refactoring Samplers
...
- Add Sampler base class
- Add ColorAttachment, DepthAttachment classes
- Add function name to all traces
- Add Framebuffer resizing
2023-02-05 22:13:21 +01:00
Thraix
88979a5ab9
Add namespace to all classes
2023-02-05 10:52:27 +01:00
Thraix
708b81c571
Add Offscreen Framebuffer support
2023-02-05 01:04:07 +01:00
Thraix
9de2ff594b
Add depth buffer
...
- Add depth testing to swapchain
- Add Shader abstraction
- Add CommandBuffer abstraction
2023-01-29 23:22:17 +01:00
Thraix
87ed5739b3
Add Sampler
...
- Add DescriptorSet and DescriptorPool abstractions to support Samplers
2023-01-19 23:15:11 +01:00
Thraix
8c8590d10a
Add Pipeline abstraction
2023-01-16 22:01:53 +01:00
Thraix
be8bcb0aaf
Add Buffer abstractions
2023-01-14 18:15:33 +01:00
Thraix
fa207c591c
Add vertex, index and uniform buffers
2023-01-11 19:18:16 +01:00
Thraix
0396318d2d
Initial commit
2023-01-07 21:09:01 +01:00