Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsensu/mot
Modern OpenGL tutorials
https://github.com/vsensu/mot
Last synced: about 1 month ago
JSON representation
Modern OpenGL tutorials
- Host: GitHub
- URL: https://github.com/vsensu/mot
- Owner: vsensu
- Created: 2020-09-14T02:53:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T15:30:12.000Z (over 3 years ago)
- Last Synced: 2024-08-02T07:15:23.063Z (4 months ago)
- Language: C++
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xmake - mot
README
## Platform
xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [debug|release]
> eg. xmake f -p windows -a x86 -m debug## Build
xmake## vscode compile_commands.json
xmake project -k compile_commands
C/C++: Edit Configurations (JSON)"configurations": [
{
"compileCommands": "${workspaceFolder}/.vscode/compile_commands.json"
}
],## Reference
https://learnopengl.com/https://learnopengl-cn.github.io/
http://ogldev.atspace.co.uk/