Commit Graph
498 Commits
Author SHA1 Message Date
Dynamitos e00b382d4a Provisional light culling 2021-05-10 23:57:55 +02:00
Dynamitos 0cf13bcff5 Adding basic depth prepass 2021-05-06 17:02:10 +02:00
Dynamitos 4a078bd24c 3700 FPS here we go 2021-04-25 23:43:40 +02:00
Dynamitos 312ae2af9a 3700 FPS here we go 2021-04-13 23:09:16 +02:00
Stefan Högler d5f0fe644f Fixing a boatload of warnings 2021-04-01 16:40:14 +02:00
Stefan Högler f042480540 Merge branch 'master' of https://github.com/Dynamitos/Seele 2021-03-31 17:44:45 +02:00
Stefan Högler 4526c3d301 linux build changes 2021-03-31 17:43:35 +02:00
Dynamitos 28f0f88c03 Provisional multithreading framework 2021-03-31 12:18:16 +02:00
Dynamitos fb3c66cc4c Starting implementation of UI framework 2021-01-19 15:30:00 +01:00
Dynamitos 65caae9e21 Fixing synchronization problem between descriptor sets and command buffers 2020-11-03 01:18:30 +01:00
Dynamitos 799ba20d49 Hopefully fixing models 2020-10-31 00:04:23 +01:00
Dynamitos 41710220ec Improving performance, but breaking vertex buffers 2020-10-30 18:45:35 +01:00
Dynamitos 84b3fa29bf Adding callbacks and viewports 2020-10-29 02:22:01 +01:00
Dynamitos b4fc5df74e First render 2020-10-23 01:47:56 +02:00
Dynamitos 8d4c43361b First runnable render loop 2020-10-14 01:49:43 +02:00
Dynamitos ceee96b462 Trying to fix invalid descriptorlayout 2020-10-03 11:00:10 +02:00
Dynamitos 79388bf41a Reworking shader compilation to not need reflection 2020-09-30 13:48:41 +02:00
Dynamitos facbfed79c Improving Material shader code generation 2020-09-19 14:36:50 +02:00
Dynamitos 6814587b54 Fixing build for the millionth time 2020-08-11 22:38:19 +02:00
Dynamitos 839be06f90 Temporary commit to investigate build error 2020-08-11 21:23:20 +02:00
Dynamitos f27859a02c Fixing slang compilation temporarily, renaming vertexfactory 2020-08-06 00:54:43 +02:00
Dynamitos ab4a3b5e23 Loading logic moved to Asset classes 2020-06-08 01:44:47 +02:00
Dynamitos 356e6058fe Redo of render paths 2020-06-02 11:46:18 +02:00
Dynamitos bb5b48698a Adding nlohmanns json library 2020-05-05 01:52:07 +02:00
Dynamitos 3ef8342247 Implementing basic scene tree 2020-04-15 02:04:42 +02:00
Dynamitos 576747c369 implementing renderpass and vieport 2020-04-12 15:47:19 +02:00
Dynamitos 3ba8f2c2a0 Fixing memory leak with RefPtr 2020-04-01 02:17:49 +02:00
Dynamitos 62c2d37cb3 Now shipping with premake to enable direct slang builds 2020-03-26 00:25:33 +01:00
Dynamitos b3ad5bc573 Fixing slang on windows build 2020-03-25 21:29:43 +01:00
Dynamitos 018a3a8974 Experimental auto submodule clone 2020-03-25 11:55:50 +01:00
Dynamitos ae92439164 Implementing Commandbuffers 2020-03-24 21:05:32 +01:00
Dynamitos fda46a7ab8 Namespace refactoring to avoid prefixing everything with Vulkan 2020-03-20 01:27:40 +01:00
Dynamitos 10f9b0989f Fixing linux build 2020-03-17 02:41:33 +01:00
Dynamitos 7f1234aacf Adjusting build for linux 2020-03-17 00:40:43 +01:00
DynamitosandGitHub 2407aa2f10 Update README.md 2020-03-16 16:43:24 +01:00
DynamitosandGitHub 394cbe06c7 Create README.md 2020-03-16 13:36:38 +01:00
Dynamitos 81b51d1c21 Optimizing Array add performance for large datasets 2020-03-16 13:29:17 +01:00
HOEGLER Stefan 3b55755f0c Graphics is now a global object, instead of a per-window one 2020-03-15 15:58:01 +01:00
Dynamitos 30e256d0aa Implementing the List a little better, not performant but it works at least 2020-03-13 13:30:48 +01:00
Dynamitos a5473409c1 Startet to terribly implement a list 2020-03-13 12:44:33 +01:00
HOEGLER Stefan 80b57f5134 Fixing pointer up and downcasting 2020-03-09 19:22:21 +01:00
Dynamitos f232cffe30 Implementing refptr up and downcasts 2020-03-09 12:30:07 +01:00
HOEGLER Stefan 9bff657419 Separating declaration and definition of RefPtr 2020-03-08 13:38:40 +01:00
Dynamitos df3ed3c49e Started declaring graphics resources 2020-03-06 11:32:01 +01:00
HOEGLER Stefan 328edf5196 Added scene renderer 2020-03-05 11:43:38 +01:00
HOEGLER Stefan 4c2535931e Basic graphics structure 2020-03-02 19:07:49 +01:00
HOEGLER Stefan a14237d6ce Implemented basic containers and ref pointers 2020-02-25 00:45:20 +01:00
HOEGLER Stefan 4c491a9378 Setup build system 2020-02-05 20:58:58 +01:00