# learnopengl-examples **Repository Path**: mirrors_ousttrue/learnopengl-examples ## Basic Information - **Project Name**: learnopengl-examples - **Description**: Examples from learnopengl.com, implemented using sokol-zig libraries. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-05 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LearnOpenGl Examples(zig) **Unofficial** cross platform examples for [learnopengl.com](https://learnopengl.com/) - forked from https://github.com/zeromake/learnopengl-examples - written in Zig. - shader dialect GLSL v450 - runs on OSX, Linux, Windows and web (emscripten) from the same source - uses [Sokol-zig libraries](https://github.com/floooh/sokol-zig) for cross platform support ## Building `Zig-0.13.0` ### How to Build ```bash > zig build ``` #### WASM Build ```bash > zig build -Dtarget=wasm32-emscripten ```