learn-opengl icon indicating copy to clipboard operation
learn-opengl copied to clipboard

Learn OpenGL lessons in Rust

Results 5 learn-opengl issues
Sort by recently updated
recently updated
newest added

I believe the latest is at beryllium 0.7.6. However, the library appears to have some breaking changes to the existing code, so some minor refactoring may be needed in the...

``` error: process didn't exit successfully: `target\debug\examples\000-basic-window.exe` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND) PS C:\hlpx\codei\rusti\learn-opengl> cargo run --example 001-triangle-arrays1 Compiling learn-opengl v0.0.1-alpha.0 (C:\hlpx\codei\rusti\learn-opengl) Finished dev [unoptimized + debuginfo] target(s) in 0.79s Running...

Seems like it was accidentaly deleted in ed6ae3250b06223882d99f993372efdbee4637e7... :sweat_smile:

Here, specifically: https://github.com/rust-tutorials/learn-opengl/blob/4e2a113f404025de6ea91c931ce1d474e2404f48/book-src/basics/000-creating-a-window.md?plain=1#L27-L28