A simple geometry calculator with 2D and 3D visualization of flat and solid shapes:
- circle
- square
- rectangle
- triangle
- trapezoid
- rhombus
- sphere
- cube
- cuboid
- square pyramid
- cylinder
- cone
Supports area, volume, perimeter, and triangle median calculation.
Made with Streamlit using Pythreejs bridge library for 3D animation in the web browser.
To run the app:
$ streamlit run app.py
or:
$ python3 app.py