Commit Graph

1021 Commits

Author SHA1 Message Date
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
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