1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/gx
2022-10-10 02:47:55 +03:00
..
color_test.v gx: implement C1.over(C2), add gx.cyan and gx.magenta, fix + and - ops, add more tests 2022-01-29 21:40:09 +02:00
color.v gx: add documentation for Color methods (#16010) 2022-10-10 02:47:55 +03:00
image.v builtin, compiler: replace isnil(x) calls with x == unsafe { nil } (a little faster without -prod) (#15759) 2022-09-15 14:59:37 +03:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
text.c.v gg,sokol,stbi,gx,fontstash: cleanup for -Wimpure-v 2021-08-12 22:42:42 +03:00
text.js.v js,gg: more work on porting gg to JS backend (#12903) 2021-12-20 16:18:21 +03:00
text.v gg: add text rendering, keyboard event handling for JS and other fixes (#12932) 2021-12-22 12:26:52 +02:00

Description:

gx is a complementary module to gg, that just provides some predefined graphical color names/operations.

NB: gx is going to be merged with gg soon.