namark 80573a08c2 Fixed ambiguity due to geom::vector implicit conversions, 5 mēneši atpakaļ
..
external fbcc61f800 Example 11 - using nanovg to draw stuff 6 gadi atpakaļ
00_just_a_window.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
01_image_on_screen.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
02_surface_convert.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
03_surface_stretch.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
04_more_image_formats.cpp 2f6fe95798 Why is endianness a thing here... 4 gadi atpakaļ
05_finally_fill_rect.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
06_make_checkerboard.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
07_renderer.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
08_gradient.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
09_texture.cpp 80573a08c2 Fixed ambiguity due to geom::vector implicit conversions, 5 mēneši atpakaļ
10_opengl.cpp 0cf877f247 Small improvements and a bunch of TODOs. 5 mēneši atpakaļ
11_nanovg.cpp 0cf877f247 Small improvements and a bunch of TODOs. 5 mēneši atpakaļ
12_floating_pixel.cpp 167997c9f2 Aftermath of latest geom::vector changes, 3 gadi atpakaļ
13_draw_line.cpp 0cf877f247 Small improvements and a bunch of TODOs. 5 mēneši atpakaļ
14_display.cpp 6711c10037 Displays have names! 5 gadi atpakaļ
15_pixel_view.cpp 05f25b235a Some more blit algorithms, 4 gadi atpakaļ
Makefile f099a773fe Useless thing. 10 mēneši atpakaļ
README.md 4a99e39a51 OpenGL window with an example. 6 gadi atpakaļ
bonus_00_checker_gradient.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
bonus_01_starwind.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
bonus_02_floating_trixels.cpp 167997c9f2 Aftermath of latest geom::vector changes, 3 gadi atpakaļ
bonus_03_unnatural_order.cpp 94909175bf Some include optimization. 4 gadi atpakaļ
bonus_04_inversion.cpp 0cf877f247 Small improvements and a bunch of TODOs. 5 mēneši atpakaļ
common.h 94909175bf Some include optimization. 4 gadi atpakaļ

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