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:23:14 +02:00
..
audio sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) (#13044) 2022-01-05 18:23:14 +02:00
c sokol: add screenshot function to OpenGL based backends (#12169) 2021-10-13 21:22:58 +03:00
f
gfx sokol: type alias all sgl structs, support sgl_context (#13018) 2022-01-03 15:05:24 +02:00
sapp sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) (#13044) 2022-01-05 18:23:14 +02:00
sfons examples: use fontstash wrapper calls (#12718) 2021-12-06 23:39:43 +03:00
sgl sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) (#13044) 2022-01-05 18:23:14 +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

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.