Skip to content

average17/flower-engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flower Engine Ver. 1

​ Flower engine is a vulkan starter friendly render engine.

​ Too keep simple, i delete some complex code like animate/serialization etc, and rewrite this version code, to keep engine code clean and easy to understand.

​ There is not too much warping, so every beginner can easy to find out how it work.

​ you can also watch the video on youtube or bilibili:

https://www.youtube.com/watch?v=ciw8UOmaFaI

https://www.bilibili.com/video/BV1FL4y147DN?share_source=copy_web

Current Features

  1. Gpu dispatch mesh rendering pipeline.
  2. Async texture uploading pipeline.
  3. Physical-Based rendering and shading.
  4. Ground-True approximate ambient occlusion.
  5. Stochastic screen space reflection.
  6. Precompute atmosphere.
  7. Gpu dispatch sample-distribution cascade shadow map.
  8. Temporal super sampling.
  9. Postprocessing effects.

How to build

​ Just download the project, all dependency here is ready.

​ bistro asset can download here: https://drive.google.com/file/d/14dXqpqvnRHF8gRtfPVgDACDAH1UQmXni/view?usp=sharing

​ and unzip data to Install/Project/

​ Set editor as start project. then click play.

NOTE: When first time run, engine need some time to bake raw media asset to engine bin asset, so need a long time baking. but next time open the engine, it work very fast.

About

vulkan render engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 87.5%
  • C 7.4%
  • GLSL 4.9%
  • Other 0.2%