Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (about 1 year ago)
- Default Branch: base
- Last Pushed: 2024-02-20T08:03:49.000Z (11 months ago)
- Last Synced: 2024-02-21T08:45:07.962Z (11 months ago)
- Topics: cpp, learnopengl, opengl
- Language: C++
- Homepage:
- Size: 45.6 MB
- Stars: 0
- 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:
![simple traingle](./dev-imgs/traingle.png)- coords system example:
![coords system](./dev-imgs/coords_system.gif)- colors:
![colors](./dev-imgs/colors.gif)- phong lighting:
![lighting](./dev-imgs/phong_lighing.gif)