namark f099a773fe Useless thing. | il y a 8 mois | |
---|---|---|
.. | ||
external | il y a 6 ans | |
00_just_a_window.cpp | il y a 4 ans | |
01_image_on_screen.cpp | il y a 4 ans | |
02_surface_convert.cpp | il y a 4 ans | |
03_surface_stretch.cpp | il y a 4 ans | |
04_more_image_formats.cpp | il y a 3 ans | |
05_finally_fill_rect.cpp | il y a 4 ans | |
06_make_checkerboard.cpp | il y a 4 ans | |
07_renderer.cpp | il y a 4 ans | |
08_gradient.cpp | il y a 4 ans | |
09_texture.cpp | il y a 4 ans | |
10_opengl.cpp | il y a 4 ans | |
11_nanovg.cpp | il y a 3 ans | |
12_floating_pixel.cpp | il y a 3 ans | |
13_draw_line.cpp | il y a 9 mois | |
14_display.cpp | il y a 5 ans | |
15_pixel_view.cpp | il y a 4 ans | |
Makefile | il y a 8 mois | |
README.md | il y a 6 ans | |
bonus_00_checker_gradient.cpp | il y a 4 ans | |
bonus_01_starwind.cpp | il y a 4 ans | |
bonus_02_floating_trixels.cpp | il y a 3 ans | |
bonus_03_unnatural_order.cpp | il y a 4 ans | |
bonus_04_inversion.cpp | il y a 4 ans | |
common.h | il y a 4 ans |
Running make
here should produce an executable for each source file in a subdirectory called out
.
Examples that make use of OpenGL are disabled by default to keep the dependencies to minimum. To enable run make with ENABLE_OPENGL_EXAMPLES
parameter set:
make ENABLE_OPENGL_EXAMPLES=anything