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