Home

Awesome

LearnOpenGl Examples

Unofficial cross platform examples for learnopengl.com

Live Demos

Building

Requirements

How to Build

> git clone https://github.com/zeromake/learnopengl-examples.git
> cd learnopengl-examples
> xmake f -c -y
> xmake b 1-3-1
> xmake r 1-3-1

Web Builds

To enable web builds you need to setup the emscripten SDK

> export EMSDK_PATH=../emsdk
> $EMSDK_PATH/emsdk activate latest
> source $EMSDK_PATH/emsdk_env.sh
> xmake f -c -y -p wasm -a wasm64
> xmake b
> xmake lua webpage.lua
> # generate to docs dir

Todo