Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vsensu/mot

Modern OpenGL tutorials
https://github.com/vsensu/mot

Last synced: about 1 month ago
JSON representation

Modern OpenGL tutorials

Awesome Lists containing this project

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/