Skip to content

JonShard/OKEII-Particles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overkill Engine II - Particles

About

A fork of the Overkill Engine II(OKEII) here:
https://github.com/Stektpotet/overkill-engine-II

OKEII - Particles is a fork made to show off the particle system in the small engine, adding some new functionallity to interact with the partiles on screen that doesn't belong in the base repository.

The particle system has a data driven structure to speed up the particle data caluculation pn the CPU. The drawing of the particles are using instance rendering on the data stored in a Shader Storage Buffer(SSBO) on the GPU to draw 10'000 particles on my laptop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.9%
  • C 14.5%
  • C++ 11.8%
  • JavaScript 1.4%
  • Objective-C 0.8%
  • CSS 0.3%
  • Other 0.3%