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

Latest commit

 

History

History
20 lines (13 loc) · 571 Bytes

File metadata and controls

20 lines (13 loc) · 571 Bytes

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.