Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lingo

Build Status

Rust wrapper library for OpenGL.

Using the OpenGL API directly can be a lot of work. This library is meant to make this job easier.

Modules

  • lingo::draw::HwBuf, vertex array buffer handling.
  • lingo::draw::Matrix4x4, create projection matrices.
  • lingo::draw::Pipeline, render setup by defining a pipeline.
  • lingo::draw::Program, GLSL program abstraction.
  • lingo::draw::ProgramBuilder, makes GLSL shaders a bit easier.
  • lingo::draw::print_gl_error, OpenGL error checking.

Sample

  • Hello triangle, Hello world but for GPU.
  • Stride, multiple vertex attributes using stride.
  • 3D camera, using projections to get a 3D camera perspective.

About

Rust OpenGL helper library

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages