Objective
Create a simple 3D star model using Python and make it interactive Tasks
- Create a 3D star using Python.
- Use PyOpenGL/Pygame for the 3D graphics.
- Add keyboard controls to move the star.
- Add controls to rotate the star.
- Test the program and fix any errors.
Learning Goals
- Understand basic Python programming.
- Learn about 3D coordinates.
- Practice loops, functions, and keyboard input.
- Get familiar with GitHub issues and project tracking.
Expected Result
A working 3D star that can be moved and rotated using the keyboard.
Objective
Create a simple 3D star model using Python and make it interactive Tasks
Learning Goals
Expected Result
A working 3D star that can be moved and rotated using the keyboard.