GitXplorerGitXplorer
c

nuklear_cmake_demo

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
68c9782806b8f76306fb8ef4116f95c3e9cc4cd4

Create README.md

ccxong committed 8 years ago
Unverified
f3d33b36ea1b5d20d74fbde9c1acfca5d6188984

Draw nk_image

ccxong committed 8 years ago
Unverified
36bdb732c902df888f4db1d93cdd34f59f052f15

Draw texture

ccxong committed 8 years ago
Unverified
a06b0c06e3b12afc0c860c3f369d7057d99283ee

Fix include path

ccxong committed 8 years ago
Unverified
97b3a045c61cfa59f22983a9c61ea1f8169ab6f2

Switch to gl2

ccxong committed 8 years ago
Unverified
545f32011ec03d42f0c1579a94293f61c198c767

Dump

ccxong committed 8 years ago

README

The README file for this repository.

nuklear_cmake_demo

Demo C GUI project using nuklear/SDL2/OpenGL2/CMake

Also includes an example of loading an image via SDL_Image into an SDL_Surface, converting into a gl Texture and nk_image, and drawing both inside the window.