1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/sokol
2022-01-05 18:06:08 +02:00
..
audio tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
c sokol: add screenshot function to OpenGL based backends (#12169) 2021-10-13 21:22:58 +03:00
f tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
gfx sokol: type alias all sgl structs, support sgl_context (#13018) 2022-01-03 15:05:24 +02:00
sapp sokol: type alias all gfx structs (#13014) 2022-01-02 20:36:01 +02:00
sfons examples: use fontstash wrapper calls (#12718) 2021-12-06 23:39:43 +03:00
sgl sokol: type alias all sgl structs, support sgl_context (#13018) 2022-01-03 15:05:24 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
sokol.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00

Description:

sokol is a thin wrapper around sokol, which in turn is a library of "Simple STB-style cross-platform libraries for C and C++, written in C.", that provide access to graphics/audio/input processing.