2df42a604c
GLFW is a free, open source, portable framework for OpenGL application development. In short, it is a library that constitutes a powerful API for handling operating system specific tasks, such as opening an OpenGL window, reading keyboard and mouse input, creating threads, and much more. PR: ports/61861 Submitted by: Igor Pokrovsky <tiamat@comset.net>
26 lines
725 B
Text
26 lines
725 B
Text
lib/libglfw.a
|
|
include/GL/glfw.h
|
|
%%EXAMPLESDIR%%/boing.c
|
|
%%EXAMPLESDIR%%/gears.c
|
|
%%EXAMPLESDIR%%/keytest.c
|
|
%%EXAMPLESDIR%%/listmodes.c
|
|
%%EXAMPLESDIR%%/mipmaps.c
|
|
%%EXAMPLESDIR%%/mtbench.c
|
|
%%EXAMPLESDIR%%/mthello.c
|
|
%%EXAMPLESDIR%%/particles.c
|
|
%%EXAMPLESDIR%%/pong3d.c
|
|
%%EXAMPLESDIR%%/splitview.c
|
|
%%EXAMPLESDIR%%/triangle.c
|
|
%%EXAMPLESDIR%%/wave.c
|
|
%%EXAMPLESDIR%%/mipmaps.tga
|
|
%%EXAMPLESDIR%%/pong3d_field.tga
|
|
%%EXAMPLESDIR%%/pong3d_instr.tga
|
|
%%EXAMPLESDIR%%/pong3d_menu.tga
|
|
%%EXAMPLESDIR%%/pong3d_title.tga
|
|
%%EXAMPLESDIR%%/pong3d_winner1.tga
|
|
%%EXAMPLESDIR%%/pong3d_winner2.tga
|
|
%%EXAMPLESDIR%%/makefile
|
|
@dirrm %%EXAMPLESDIR%%
|
|
%%PORTDOCS%%%%DOCSDIR%%/glfwrm14.pdf
|
|
%%PORTDOCS%%%%DOCSDIR%%/glfwug14.pdf
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|