v/vlib/sokol
Larpon 6dca022caf
sokol: fix missing import in `sfons`. Fixes #13061 (#13062)
2022-01-06 18:21:41 +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 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: small fixes to screenshot functions and docs (#13055) 2022-01-06 14:11:40 +02:00
sfons sokol: fix missing import in `sfons`. Fixes #13061 (#13062) 2022-01-06 18:21:41 +02: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 tools: make `v test-cleancode` test everything by default (#10050) 2021-05-08 13:32:29 +03:00

README.md

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.