antopilo
|
151d0be0f1
|
Fixed inverted embedded image dumping
|
2025-02-08 18:37:48 -05:00 |
|
antopilo
|
e09dbb671a
|
GLTFBaker Now works with embedded textures
|
2025-02-08 14:49:29 -05:00 |
|
antopilo
|
809aea6974
|
Started handling embedded textures
|
2025-02-06 12:40:31 -05:00 |
|
antopilo
|
ea503a1c85
|
Fixed imguizmo aspect ratio
|
2025-02-06 12:40:21 -05:00 |
|
antopilo
|
ee36f98cdd
|
Added back environment clear color
|
2025-02-02 21:50:13 -05:00 |
|
antopilo
|
6c3debff41
|
Started work to reenable play mode
|
2025-02-02 21:49:54 -05:00 |
|
antopilo
|
5cc18788f7
|
Silenced a warning
|
2025-02-02 13:41:30 -05:00 |
|
antopilo
|
80aa334bbc
|
Renabled subprocess
|
2025-02-02 12:52:33 -05:00 |
|
antopilo
|
caa94aeff7
|
Merge branch 'vulkan-dev' of https://github.com/antopilo/Nuake into vulkan-dev
|
2025-02-02 12:07:13 -05:00 |
|
antopilo
|
d9c495d0fd
|
Made GBuffer pipeline non static
|
2025-02-02 12:06:57 -05:00 |
|
Antoine Pilote
|
ce2b29ec1c
|
Added assimp config
|
2025-02-02 11:58:59 -05:00 |
|
antopilo
|
8d92f68cc6
|
Added a mapping of viewport -> scene renderer
|
2025-02-02 10:47:29 -05:00 |
|
antopilo
|
e95787824c
|
Reordered headers in VulkanRenderer.h
|
2025-02-02 10:34:56 -05:00 |
|
antopilo
|
bb7d7aafbc
|
Reverted to tonemapped output
|
2025-02-02 10:22:53 -05:00 |
|
antopilo
|
e99c8423a6
|
Started reflection based component serialization
|
2025-02-01 22:17:15 -05:00 |
|
antopilo
|
c13bd36a78
|
Made light component use reflection
|
2025-02-01 22:16:58 -05:00 |
|
antopilo
|
4dd5d2516e
|
Started porting outline pass
|
2025-02-01 22:16:50 -05:00 |
|
antopilo
|
403446b45d
|
Started reflection based component serialization
|
2025-02-01 13:22:27 -05:00 |
|
antopilo
|
f3b738758d
|
Added comments to module example
|
2025-02-01 13:22:15 -05:00 |
|
antopilo
|
17f96f5af2
|
SceneSystemDB now working properly
|
2025-02-01 12:06:03 -05:00 |
|
antopilo
|
447fa3cdad
|
Fixed gizmo not working properly
|
2025-02-01 12:05:22 -05:00 |
|
antopilo
|
d2f36082a9
|
Moved assimp into its own module
|
2025-02-01 10:53:37 -05:00 |
|
antopilo
|
2ffe62ee01
|
Removed debug logging
|
2025-02-01 10:37:56 -05:00 |
|
antopilo
|
bda0043ede
|
Added example C++ module
|
2025-02-01 10:37:47 -05:00 |
|
antopilo
|
11490f0f57
|
Fixed static resources generator with new folder structure
|
2025-02-01 00:38:33 -05:00 |
|
antopilo
|
9d30f160ba
|
Added per frame in flight deletion queue
|
2025-01-31 23:30:40 -05:00 |
|
antopilo
|
f1e6a10cb1
|
Fixed swapchain not clearing
|
2025-01-31 22:53:14 -05:00 |
|
antopilo
|
64edf33622
|
Editor camera now working again in viewport
|
2025-01-31 22:49:48 -05:00 |
|
antopilo
|
cd6eb2a682
|
Added GPUManged interface for resource deletion
|
2025-01-31 20:56:58 -05:00 |
|
antopilo
|
f54fe85d09
|
Fixed duplicated static images loading
|
2025-01-31 19:41:06 -05:00 |
|
antopilo
|
edc4b16ffe
|
Fixed assimp compilation
|
2025-01-31 18:24:25 -05:00 |
|
antopilo
|
1f3a5e02af
|
Refactored folder structure
|
2025-01-31 18:04:43 -05:00 |
|
antopilo
|
16e7819ad8
|
Fixed compilation issue
|
2025-01-30 22:43:03 -05:00 |
|
antopilo
|
916d7cf1b4
|
Removed subprocess
|
2025-01-30 22:41:55 -05:00 |
|
antopilo
|
92a64f19ea
|
Reworked file structure
|
2025-01-30 22:41:17 -05:00 |
|
antopilo
|
e8a84c98ec
|
Merge branch 'vulkan-dev' of https://github.com/antopilo/Nuake into vulkan-dev
|
2025-01-30 19:43:55 -05:00 |
|
Antoine Pilote
|
3650041051
|
Added VMA manually
|
2025-01-30 13:05:45 -05:00 |
|
Antoine Pilote
|
292031dbc2
|
Bye bye vma
|
2025-01-30 13:04:52 -05:00 |
|
Antoine Pilote
|
475aceed9b
|
vma
|
2025-01-30 13:04:10 -05:00 |
|
antopilo
|
f6dd41ed9a
|
Started Vulkan Waster management 🗑️
|
2025-01-29 23:20:56 -05:00 |
|
antopilo
|
7d0af312ef
|
Cleaned up a lot of old code
|
2025-01-29 21:33:17 -05:00 |
|
antopilo
|
ea136b729c
|
Can now render 2 scene at once
|
2025-01-29 19:43:21 -05:00 |
|
antopilo
|
e5fc760938
|
Fixed viewport rendering behavior, no longer a black screen. Was missing models in pipeline
|
2025-01-29 17:57:35 -05:00 |
|
antopilo
|
4d316fe280
|
Drawing multiple scenes, only need to copy to viewport render targets
|
2025-01-28 23:08:35 -05:00 |
|
antopilo
|
5347fab0ed
|
Fixed viewport leaks + compilation issues
|
2025-01-27 21:30:18 -05:00 |
|
antopilo
|
83de729716
|
Started abstraction for scene viewports
|
2025-01-27 21:12:25 -05:00 |
|
antopilo
|
c4e79c61ed
|
Multi-scene editing refactor
|
2025-01-26 20:21:04 -05:00 |
|
antopilo
|
a3dc799692
|
Started editor windows refactor
|
2025-01-26 00:07:15 -05:00 |
|
antopilo
|
7a2218824d
|
Added debug draw event
|
2025-01-25 19:19:01 -05:00 |
|
antopilo
|
b70211ee86
|
Cleaned up VulkanRenderer
|
2025-01-25 17:10:31 -05:00 |
|