namark f099a773fe Useless thing. | hace 8 meses | |
---|---|---|
.. | ||
external | hace 6 años | |
00_just_a_window.cpp | hace 4 años | |
01_image_on_screen.cpp | hace 4 años | |
02_surface_convert.cpp | hace 4 años | |
03_surface_stretch.cpp | hace 4 años | |
04_more_image_formats.cpp | hace 3 años | |
05_finally_fill_rect.cpp | hace 4 años | |
06_make_checkerboard.cpp | hace 4 años | |
07_renderer.cpp | hace 4 años | |
08_gradient.cpp | hace 4 años | |
09_texture.cpp | hace 4 años | |
10_opengl.cpp | hace 4 años | |
11_nanovg.cpp | hace 3 años | |
12_floating_pixel.cpp | hace 3 años | |
13_draw_line.cpp | hace 9 meses | |
14_display.cpp | hace 5 años | |
15_pixel_view.cpp | hace 4 años | |
Makefile | hace 8 meses | |
README.md | hace 6 años | |
bonus_00_checker_gradient.cpp | hace 4 años | |
bonus_01_starwind.cpp | hace 4 años | |
bonus_02_floating_trixels.cpp | hace 3 años | |
bonus_03_unnatural_order.cpp | hace 4 años | |
bonus_04_inversion.cpp | hace 4 años | |
common.h | hace 4 años |
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