From 43db93d6d533a2e06ce895347e711ece10a1ce8f Mon Sep 17 00:00:00 2001 From: t-rvw <429601557@qq.com> Date: Tue, 19 Sep 2023 00:10:25 +0800 Subject: [PATCH] update README.md --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db41c6a0..04b4eb3c 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,34 @@ [![win64_vs2022_clang](https://github.com/CatDogEngine/CatDogEngine/actions/workflows/win64_vs2022_clang.yml/badge.svg?branch=main)](https://github.com/CatDogEngine/CatDogEngine/actions/workflows/win64_vs2022_clang.yml) ## Snapshots - -![image](https://github.com/CatDogEngine/CatDogEngine/assets/75730859/4f1f0006-76e4-40cf-bd3a-ae70ecf4b6b5) +![image](https://github.com/CatDogEngine/CatDogEngine/assets/75730859/bdeb4f25-fe78-4aca-92ca-8cd39022e194) +![image](https://github.com/CatDogEngine/CatDogEngine/assets/75730859/3da2895f-cbd5-4617-860d-3471bfab8c6f) +![image](https://github.com/CatDogEngine/CatDogEngine/assets/75730859/22da0826-baaa-47e2-b1b2-e49954345fbe) +![image](https://github.com/CatDogEngine/CatDogEngine/assets/75730859/6a383b35-a1cd-45fd-98bb-a1d14709cc3e) ## Features * Basic Cross Platform Editor based on ImGui * Basic Entity/Component Framework * Basic Physically Based Rendering +* Basic PostEffects + * Bloom + * Exposure + * Gamma Correction + * Tone Mapping * Basic Scene Graph SDK * Standard Atmospheric Scattering ## Developing Features +* Animation + * BlendShape + * Skeletion * JobSystem * Modern RHI except bgfx +* Particle System * Procedural Generated Terrain * RenderGraph -* Skeleton Animation ## TODO List @@ -32,7 +42,6 @@ * Foliage Rendering * Memory Management based on multiple allocators * Optimized STL specific for GameEngine -* Particle System * Physical Engine ## ThirdParty