Skip to content

SET001/specsSpawnEntities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

specsSpawnEntities

I continue to study Rust. This time experimenting with spawning entities with specs library.

This can spawn more than 70k entities and continue processing them on 60fps.

The only optimization is that entities that are our of the screen borders are not rendered. Otherwise, the limit would be in about 4k drawcalls per game loop.

About

learning how to spawn entities in specs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages