v/thirdparty/sokol
2024-06-22 18:25:52 +03:00
..
util thirdparty/sokol: bump _SGL_DEFAULT_MAX_VERTICES and _SGL_DEFAULT_MAX_COMMANDS again; mark them with __v_ start and __v_ end 2024-04-23 12:21:19 +03:00
README.md thirdparty: add license information and source repo info to the READMEs in each subfolder (#21135) 2024-03-29 08:00:56 +02:00
sokol_app.h string: optimize is_ascii() 2024-06-22 18:25:52 +03:00
sokol_app2.h all: improve unused variable warning (fix x = 1, x += 1 etc) 2021-04-23 13:33:48 +03:00
sokol_audio.h sokol: fix audio example to work on FreeBSD (#21558) 2024-05-24 08:12:41 +03:00
sokol_gfx.h all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
sokol_v.post.h sokol: add screenshot function to OpenGL based backends (#12169) 2021-10-13 21:22:58 +03:00

floooh/sokol

Minimal cross-platform standalone C headers.

ZLib License

Copyright (c) 2018 Andre Weissflog

This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from the
use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

    1. The origin of this software must not be misrepresented; you must not
    claim that you wrote the original software. If you use this software in a
    product, an acknowledgment in the product documentation would be
    appreciated but is not required.

    2. Altered source versions must be plainly marked as such, and must not
    be misrepresented as being the original software.

    3. This notice may not be removed or altered from any source
    distribution.