Commit Graph

1031 Commits

Author SHA1 Message Date
antopilo
b2510a4365 Finished SSAO and debug lines rendering 2025-04-13 18:16:12 -04:00
antopilo
7921723d72 Simplified widget drawer 2025-04-13 10:44:48 -04:00
antopilo
193b64e177 Added back SSAO 2025-04-12 17:57:02 -04:00
antopilo
6037d48210 Added support for modules to specifiy DLLs and Libs to be used by the engine 2025-04-05 16:38:15 -04:00
antopilo
5bb4303eff Now bindings works automatically and is smoooth, aslo strings work now 2025-04-04 19:01:01 -04:00
antopilo
bff8ca2be1 Now bindings between coral and and generatedC# correctly working 2025-04-04 17:11:48 -04:00
antopilo
1668363c4e Turned off vulkan validation by default 2025-04-04 16:10:50 -04:00
antopilo
00367c37c9 Added basics for automatic C# -> C++ Bindings 2025-04-04 00:17:07 -04:00
antopilo
2908429b68 C# generator now working with bindings.json 2025-04-03 23:06:54 -04:00
antopilo
c9dfe2706e Dumping bindings.json on load 2025-04-03 21:27:23 -04:00
antopilo
41dd201128 Added generate bindings.json function 2025-04-03 21:27:15 -04:00
antopilo
709633dce6 Added default widget drawer 2025-04-03 21:26:54 -04:00
antopilo
2df8cdf150 Added component registering to modules 2025-04-03 12:37:20 -04:00
Antoine Pilote
06c6aab24e Now using module param volume 2025-04-02 16:57:07 -04:00
Antoine Pilote
2876ee701b Removed audio from core engine and moved to module only 2025-04-02 16:49:53 -04:00
Antoine Pilote
fff6997dd4 Nowcalling module events 2025-04-02 16:49:28 -04:00
Antoine Pilote
ef70a04da9 Added basic events for modules to register to
OnUpdate, OnFixedUpdate, OnSceneLoad, OnGameStateChanged
2025-04-02 16:27:06 -04:00
Antoine Pilote
729ae9050d Moved game state into its own header 2025-04-02 16:26:33 -04:00
Antoine Pilote
0f7a9ebfba Added widget drawer for module settings 2025-04-02 13:19:30 -04:00
antopilo
3037813cf4 Merge branch 'vulkan-dev' of https://github.com/antopilo/Nuake into vulkan-dev 2025-04-02 00:23:49 -04:00
antopilo
5ae981db06 Now drawing registred module settings in project settings 2025-04-02 00:23:40 -04:00
antopilo
a99d793b39 Display a message box when the GPU doesnt support required extensions 2025-03-30 20:00:49 -04:00
antopilo
9dba0d2f4b Added OS API to display message boxes 2025-03-30 20:00:29 -04:00
antopilo
68519dc28b Aded function reflection API 2025-03-26 08:59:51 -04:00
antopilo
e81da93173 Started generic class reflection system 2025-03-25 01:15:24 -04:00
antopilo
155c9a8551 More progress on adding invokation API 2025-03-24 23:49:22 -04:00
antopilo
87ba90a6a0 Module reflection system 2025-03-24 22:55:40 -04:00
antopilo
c2d6a12aa5 Added line rasterization mode 2025-03-23 23:05:49 -04:00
antopilo
6b7a19b5b6 Added Stippled line and debug line API and rendering 2025-03-23 22:50:59 -04:00
antopilo
b30f3192b6 Now properly clearing depth textures 2025-03-23 16:56:57 -04:00
antopilo
e8fda9c544 Added LoadOP to render pass 2025-03-23 01:03:42 -04:00
antopilo
1e0d79e0eb Added textured quad to gizmo api 2025-03-23 00:06:54 -04:00
antopilo
9252264154 Removed Z offset from quad mesh + draw a quad for each light 2025-03-22 23:25:05 -04:00
antopilo
85f0eb2c02 Gizmo api now working with a simple quad in the world 2025-03-22 23:17:25 -04:00
antopilo
0243ef83cb Added Gizmo pass and a OnDebugDraw render pipeline pass 2025-03-22 21:56:07 -04:00
antopilo
d0c8e84f50 Improved material parsing 2025-02-08 18:38:28 -05:00
antopilo
7182f4c09b Removed commented opengl code 2025-02-08 18:37:59 -05:00
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