8000 GitHub - Yrds/glew-meson-example-cpp: GLEW/GLFW example in meson
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Yrds/glew-meson-example-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLFW Meson example

This is the GLFW gist made by https://gist.github.com/Sythelux but meson version.

You can use as a template project for getting started with C++ and GLFW/GLEW.

I made this project to show how meson is simple and easy.

Building, compiling and running

In 3 easy commands you can run this program

  • meson setup build
  • meson compile -C build
  • ./build/glew_meson_example

You should see a window like this:

Glew Meson example running

Authoring

No need to mention my name or this repository in projects using this code.

About

GLEW/GLFW example in meson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0