You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

5h 17m 32s logged

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.
0
25

Comments 0

No comments yet. Be the first!