update lab1

This commit is contained in:
2026-01-27 10:06:30 -05:00
parent 4316bc80a9
commit ba73476389
6 changed files with 9 additions and 3 deletions

View File

@@ -10,6 +10,8 @@ I use `uv` to create a virtual environment for this project. You can synchronize
uv sync
```
`uv` is not the only option, you can run this program in any Python environment with the required dependencies installed. The main dependencies are listed in `pyproject.toml`.
## Run the Code
To run the interactive Bezier curve editor, execute the following command in your terminal:
@@ -25,6 +27,7 @@ For example, to create a new Bezier curve with 5 control points, run:
```bash
uv run ibezier.py 5
```
To load control points from a file named `control_points.txt`, run:
```bash
@@ -33,4 +36,4 @@ uv run ibezier.py control_points.txt
## Statement of AI Usage
I use Github Copilot's Auto Completion feature to help me write code and README faster. I ask Gemini to help me to debug GUI issues.
I use `Github Copilot`'s Auto Completion feature to help me complete code lines and README faster. I ask `Gemini` to help me to debug GUI issues.