Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Latest commit

 

History

History

01 - Randomly Moving Spheres

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

01 - Randomly Moving Spheres

Creating an arbitrary amount of spheres that move in random directions.

Learning Objectives

  • Initializing an ECS project
  • Bootstrapping

Resources

Notes

On my laptop (Nvidia GTX 850M & Intel Core i7), the GPU runs at 95% while the CPU sits at around 30% for 20k spheres.

This is a very simple setup that does not include much CPU work. But still, seeing the bottleneck is at GPU and not CPU is pretty impressive.