Header-Only-GL-Helpers

所属分类:OpenGL
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2021-02-28 15:05:06
上 传 者sh-1993
说明:  头文件的集合,可以简化OpenGL编程,
(A collection of header files that can ease OpenGL programming,)

文件列表:
LICENSE (1061, 2021-02-28)
Screenshots/ (0, 2021-02-28)
Screenshots/test_character_standalone.jpg (42105, 2021-02-28)
Screenshots/test_sdf.gif (2282841, 2021-02-28)
Screenshots/test_sdf.png (102521, 2021-02-28)
Screenshots/test_shadows.jpg (48220, 2021-02-28)
Screenshots/test_shadows_dr.jpg (53794, 2021-02-28)
Tests/ (0, 2021-02-28)
Tests/test_character.c (62756, 2021-02-28)
Tests/test_character_standalone.c (86443, 2021-02-28)
Tests/test_matrix_stack.c (24481, 2021-02-28)
Tests/test_sdf.cpp (32744, 2021-02-28)
Tests/test_shadows.c (72974, 2021-02-28)
Tests/test_teapot.c (26241, 2021-02-28)
character.h (255282, 2021-02-28)
character_inl.h (120454, 2021-02-28)
dynamic_resolution.h (57640, 2021-02-28)
im_matrix_stack.h (78658, 2021-02-28)
minimath.h (288911, 2021-02-28)
sdf.h (374888, 2021-02-28)
teapot.h (314733, 2021-02-28)

# Header-Only-GL-Helpers A collection of header files that can ease OpenGL programming. Filename | Language | Needs OpenGL | Description ---------------------|----------|--------------|----------------------------------------------------------------- teapot.h | C/C++ | Yes | The basic file that is used in all the demos. It can display the teapot mesh and a lot of other meshes dynamic_resolution.h | C/C++ | Yes | Implements dynamic resolution and the first shadow mapping pass im_matrix_stack.h | C/C++ | No | Implements a matrix stack and some other helper methods sdf.h | C++ | Yes | Signed distance fonts to display text on screen minimath.h | C/C++ | No | Just a collection of all the math of the other files (no example available) character.h (WIP) | C/C++ | Recommended | Animated character implementation # Demos The following demos are available: test_teapot.c, test_shadows.c, test_matrix_stack.c, test_character_standalone.c, test_character.c and test_sdf.cpp. Command-lines to compile them on Linux, Windows and Emscripten are present at the top of the files. ### Dependencies (demos only) * glut (or freeglut) * glew (Windows only) # Screenshots ### Click on images for WebGL demos

近期下载者

相关文件


收藏者