namark f099a773fe Useless thing. hai 2 meses
..
external fbcc61f800 Example 11 - using nanovg to draw stuff %!s(int64=6) %!d(string=hai) anos
00_just_a_window.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
01_image_on_screen.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
02_surface_convert.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
03_surface_stretch.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
04_more_image_formats.cpp 2f6fe95798 Why is endianness a thing here... %!s(int64=3) %!d(string=hai) anos
05_finally_fill_rect.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
06_make_checkerboard.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
07_renderer.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
08_gradient.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
09_texture.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
10_opengl.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
11_nanovg.cpp 34c82819d0 so used to RAII -_- %!s(int64=3) %!d(string=hai) anos
12_floating_pixel.cpp 167997c9f2 Aftermath of latest geom::vector changes, %!s(int64=2) %!d(string=hai) anos
13_draw_line.cpp c0a6b7d7c8 No more mutants in geom. hai 3 meses
14_display.cpp 6711c10037 Displays have names! %!s(int64=4) %!d(string=hai) anos
15_pixel_view.cpp 05f25b235a Some more blit algorithms, %!s(int64=4) %!d(string=hai) anos
Makefile f099a773fe Useless thing. hai 2 meses
README.md 4a99e39a51 OpenGL window with an example. %!s(int64=6) %!d(string=hai) anos
bonus_00_checker_gradient.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
bonus_01_starwind.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
bonus_02_floating_trixels.cpp 167997c9f2 Aftermath of latest geom::vector changes, %!s(int64=2) %!d(string=hai) anos
bonus_03_unnatural_order.cpp 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos
bonus_04_inversion.cpp 05f25b235a Some more blit algorithms, %!s(int64=4) %!d(string=hai) anos
common.h 94909175bf Some include optimization. %!s(int64=4) %!d(string=hai) anos

README.md

Intro

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