https://github.com/sancakerkan/computergraphics-projects
Welcome to my GitHub repository dedicated to Computer Graphics (CG) projects done at TED University Fall 2023. Here, you'll find a collection of my work exploring various aspects of computer-generated imagery and visual effects.
https://github.com/sancakerkan/computergraphics-projects
blender computergraphics javascript webgl
Last synced: about 1 year ago
JSON representation
Welcome to my GitHub repository dedicated to Computer Graphics (CG) projects done at TED University Fall 2023. Here, you'll find a collection of my work exploring various aspects of computer-generated imagery and visual effects.
- Host: GitHub
- URL: https://github.com/sancakerkan/computergraphics-projects
- Owner: sancakerkan
- License: mit
- Created: 2024-05-25T11:03:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T00:24:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T02:20:23.487Z (about 1 year ago)
- Topics: blender, computergraphics, javascript, webgl
- Language: JavaScript
- Homepage:
- Size: 57.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computer Graphics Projects
Welcome to my repository dedicated to Computer Graphics (CG) projects! Here, you'll find a collection of my work exploring various aspects of computer-generated imagery and visual effects.
## Projects
1. **[Project 1 - Compositing Images](https://github.com/sancakerkan/ComputerGraphicsProjects/tree/main/Project%201%20-%20Compositing%20Images)**
- This project aims to create an alpha compositing function for raster images using JavaScript.
2. **[Project 2 - Transformations](Project2_Transformations/README.md)**
- This project focuses on implementing transformations in computer graphics.
3. **[Project 3 - Blender Basics](Project3_Blender_Basics/README.md)**
- In this project, you will delve into the basics of Blender, a popular 3D modeling and animation software.
4. **[Project 4 - Ray Tracing I](Project4_Ray_Tracing_I/README.md)**
- This project introduces you to the fundamentals of ray tracing.
5. **[Project 5 - Ray Tracing II](Project5_Ray_Tracing_II/README.md)**
- Building upon the concepts covered in Project 4, this project delves deeper into ray tracing.
6. **[Project 6 - Hello WebGL](Project6_Hello_WebGL/README.md)**
- This project introduces you to WebGL, a JavaScript API for rendering interactive 2D and 3D graphics within a web browser.
7. **[Project 7 - WebGL_2](Project7_WebGL_2/README.md)**
- Continuing from Project 6, this project explores more advanced features and techniques in WebGL.
8. **[Project 8 - WebGL Robot Arm Simulation](Project8_WebGL_Robot_Arm_Simulation/README.md)**
- In this project, you will create a robot arm simulation using WebGL.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
# Repository Files Navigation
- [Project 1 - Compositing Images](https://github.com/sancakerkan/ComputerGraphicsProjects/tree/main/Project%201%20-%20Compositing%20Images)
-[Project 1 Readme](https://github.com/sancakerkan/ComputerGraphics-Projects/blob/main/Project%201%20-%20Compositing%20Images/README.md)