Project Update
Building the Geometry System
This update focused on developing the geometry system used by Project Kobon. This system takes an arrangement of lines, finds their intersection points, and counts how many Kobon triangles are present.
- Developed geometry.py, which calculates line intersections and counts triangles in an arrangement.
- Changed the project to use CPU-based calculations with NumPy.
- Added requirements.txt to simplify installation of project dependencies.
- Added a popup window to viewer.py for displaying information and instructions.
- Updated README.md with project information, installation steps, and usage instructions.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.