v/examples/gg
2024-08-09 14:55:58 +03:00
..
path_finding_algorithm_visualizer all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
additive.v gg: deprecate gg.DrawImageConfig.rotate, in favor of gg.DrawImageConfig.rotation, improve the documentation comments (#21963) 2024-07-30 17:45:57 +03:00
arcs_and_slices.v all: fix typos in comments (#20963) 2024-03-04 18:41:55 +02:00
bezier.v fmt: fix and simplify align of struct fields (#21995) 2024-08-05 20:23:39 +03:00
bezier_anim.v examples, x: fix notice about assigning 0 to a reference field (#20115) 2023-12-07 22:34:53 +02:00
cursor.v gg: setup ctx.window.user_data and ctx.user_data on ctx.run(), instead of in gg.new_context, to allow for embedding gg.Context in ui (#17169) 2023-01-31 18:22:20 +02:00
digital_rain.v examples: over print in digital_rain.v, to simulate the custom font used in the movie effect (#21846) 2024-07-12 01:41:15 +03:00
drag_n_drop.v examples: fix warnings about 0 assignments to reference fields (#21133) 2024-03-29 10:35:37 +02:00
draw_pixels.v examples: fix warnings about 0 assignments to reference fields (#21133) 2024-03-29 10:35:37 +02:00
fire.v examples: add gg/fire.v (#21784) 2024-07-02 11:04:00 +03:00
mandelbrot.v all: change single blank comment to blank line (#22016) 2024-08-09 14:55:58 +03:00
many_thousands_of_circles.v examples: add examples/gg/many_thousands_of_circles.v, thanks to @xjunko, document how to use ctx.end(how:.passthru). (#18832) 2023-07-10 15:33:14 +03:00
minimal.v examples: shrink examples/gg/minimal.v even more 2023-12-29 16:46:18 +02:00
polygons.v gg: renaming drawing functions (#12913) 2021-12-23 13:31:25 +02:00
random.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
raven_text_rendering.v examples: fix warnings about 0 assignments to reference fields (#21133) 2024-03-29 10:35:37 +02:00
raycaster.v examples: add a gg raycaster demo (#21904) 2024-07-21 23:27:24 +03:00
rectangles.v examples: fix warnings about 0 assignments to reference fields (#21133) 2024-03-29 10:35:37 +02:00
rotating_textured_quad.v examples: make rotating_textured_quad.v compile and run on Android (#21987) 2024-08-03 17:37:26 +03:00
sample_count.v examples: add examples/gg/sample_count.v, showing the influence of the sample_count gg.Config parameter 2023-09-29 12:06:06 +03:00
spirograph.v examples: add a glow effect to spirograph.v 2024-07-05 14:07:16 +03:00
stars.v examples: fix warnings about 0 assignments to reference fields (#21133) 2024-03-29 10:35:37 +02:00
worker_thread.v examples: fix warnings about 0 assignments to reference fields (#21133) 2024-03-29 10:35:37 +02:00