namark 80573a08c2 Fixed ambiguity due to geom::vector implicit conversions, | пре 5 месеци | |
---|---|---|
.. | ||
external | пре 6 година | |
00_just_a_window.cpp | пре 4 година | |
01_image_on_screen.cpp | пре 4 година | |
02_surface_convert.cpp | пре 4 година | |
03_surface_stretch.cpp | пре 4 година | |
04_more_image_formats.cpp | пре 4 година | |
05_finally_fill_rect.cpp | пре 4 година | |
06_make_checkerboard.cpp | пре 4 година | |
07_renderer.cpp | пре 4 година | |
08_gradient.cpp | пре 4 година | |
09_texture.cpp | пре 5 месеци | |
10_opengl.cpp | пре 5 месеци | |
11_nanovg.cpp | пре 5 месеци | |
12_floating_pixel.cpp | пре 3 година | |
13_draw_line.cpp | пре 5 месеци | |
14_display.cpp | пре 5 година | |
15_pixel_view.cpp | пре 4 година | |
Makefile | пре 10 месеци | |
README.md | пре 6 година | |
bonus_00_checker_gradient.cpp | пре 4 година | |
bonus_01_starwind.cpp | пре 4 година | |
bonus_02_floating_trixels.cpp | пре 3 година | |
bonus_03_unnatural_order.cpp | пре 4 година | |
bonus_04_inversion.cpp | пре 5 месеци | |
common.h | пре 4 година |
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