v/vlib/sokol
Larpon 6dca022caf
sokol: fix missing import in `sfons`. Fixes ()
2022-01-06 18:21:41 +02:00
..
audio sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) () 2022-01-05 18:23:14 +02:00
c sokol: add screenshot function to OpenGL based backends () 2021-10-13 21:22:58 +03:00
f tools: make `v test-cleancode` test everything by default () 2021-05-08 13:32:29 +03:00
gfx sokol: type alias all `sgl` structs, support `sgl_context` () 2022-01-03 15:05:24 +02:00
sapp sokol: small fixes to screenshot functions and docs () 2022-01-06 14:11:40 +02:00
sfons sokol: fix missing import in `sfons`. Fixes () 2022-01-06 18:21:41 +02:00
sgl sokol: update to floooh/sokol from 27-Dec-2021 (4ff3ed7) () 2022-01-05 18:23:14 +02:00
README.md docs: adding skeleton README.md files for all vlib modules () 2022-01-05 18:06:08 +02:00
sokol.v tools: make `v test-cleancode` test everything by default () 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.