0 branches
Tree
Top files
Clone with HTTPS:
additive.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
2.7 KB
bezier.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
842 bytes
bezier_anim.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
1.14 KB
bouncing_balls.v
examples: add a small examples/gg/bouncing_balls.v simulation of falling balls
1 year ago
1.72 KB
cursor.v
examples: fix most notices for `./v -check-unused-fn-args -N build-examples` (remaining ones are triggered for vlib/x/json2/decode.v)
last Jan 25
384 bytes
drag_n_drop.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
1.2 KB
draw_pixels.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
976 bytes
expanding_rect.v
gg, examples: add expanding_rect.v (modeled after the example from https://love2d.org/wiki/love), add generic helpers gg.frgb/3 gg.frgba/4
last Dec 10
274 bytes
draw_unicode_text_with_gg.v
examples: add examples/gg/draw_unicode_text_with_gg.v, for easy comparison of how different fonts and unicode texts will look, when rendered by gg
1 year ago
736 bytes
mandelbrot.v
examples: fix most notices for `./v -check-unused-fn-args -N build-examples` (remaining ones are triggered for vlib/x/json2/decode.v)
last Jan 25
6.41 KB
many_thousands_of_circles.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
1.64 KB
many_thousands_of_circles_overriding_max_vertices.v
examples: mention also the RAM usage increase in many_thousands_of_circles_overriding_max_vertices.v
1 year ago
1022 bytes
moving_square.v
gg, examples: add optional `update_fn: fn (dt f32, ctx &gg.Context)` to gg.Context and gg.Config . Pass consistently the current GG context to *all* callback functions, instead of nil.
last Dec 10
705 bytes
polygons.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
534 bytes
random_stars.v
examples: add random_stars.v, to illustrate that the streaming image can be moved/scaled just like any other static image
last Oct 3
2.83 KB
raven_text_rendering.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
3.13 KB
rectangles.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
870 bytes
rotating_textured_quad.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
1.82 KB
sample_count.v
gg, gx: deprecate `gx` and replace all occurences with `gg` (which now contains all the functionality of `gx`) (#24966)
last Aug 14
598 bytes