https://github.com/t-88/learn-opengl
following learnopengl.com website tutorial to learnopengl duh and graphics dev
https://github.com/t-88/learn-opengl
cpp learnopengl opengl
Last synced: 2 months ago
JSON representation
following learnopengl.com website tutorial to learnopengl duh and graphics dev
- Host: GitHub
- URL: https://github.com/t-88/learn-opengl
- Owner: t-88
- License: mit
- Created: 2023-11-23T12:03:13.000Z (over 1 year ago)
- Default Branch: base
- Last Pushed: 2024-02-20T08:03:49.000Z (over 1 year ago)
- Last Synced: 2025-02-01T23:44:55.217Z (4 months ago)
- Topics: cpp, learnopengl, opengl
- Language: C++
- Homepage:
- Size: 45.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Opengl
baby steps into graphics engineering and development## Run
**This project depends on assimp install assimp**
```
sudo apt-get update
sudo apt-get install libassimp-dev
```
or **[github](https://github.com/assimp/assimp/blob/master/Build.md)**- run main code is on ```./run```
- there is examples sections u can run them using ```./run_examples name_of_example``` example ```./run_examples rotating_colors```## Resources
- [learnopengl.com/](https://learnopengl.com/)## dev imgs
- simple traingle:
- coords system example:
- colors:
- phong lighting:
