Skip to content

xonsium/CubeShadowArea

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cube Shadow Area

What is the average area of the shadow of a cube? I first stumbled upon this problem in 3B1B's video

Here is the caveman's way of approaching this problem using python.

Libraries used

  • Pygame
  • Numpy
  • Scipy

Usage

pip install -r requirements.txt
python3 main.py

License

This repository is licensed under the Apache License, Version 2.0 (the "License"). The Apache 2.0 License allows for the use, modification, and distribution of the software, both for open source and proprietary projects, subject to the terms and conditions specified in the License.

About

Calculate the area of the shadow of a cube

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Python 100.0%