
floooh/sokol: minimal cross-platform standalone C headers - GitHub
Simple STB-style cross-platform libraries for C and C++, written in C. See what's new (08-Mar-2025 sokol_gfx.h: initial compute shader support. Everybody Wants to Crank the World demo by Aras Pranckevičius, PC/web port via sokol (source). Solar Storm, a turn-based scifi artillery game built with Odin and Sokol, released on Steam.
Sokol movement - Wikipedia
The Sokol movement (Czech: [ˈsokol], "falcon") is an all-age gymnastics organization founded in Prague in the Czech lands of Austria-Hungary in 1862 by Miroslav Tyrš and Jindřich Fügner. It was based upon the principle of "a strong mind in a sound body".
Sokol - Wikipedia
Sokol (meaning "falcon" in Slavic languages) most commonly refers to the Sokol movement, a Pan-Slavic physical education movement, and its various incarnations: Czech Sokol movement , the original one
Sokol Custom Foods
Made to be savory or sweet, Sokol Custom Foods meets the demand for CPG, retail, foodservice and more with custom sauce solutions. We’ve proudly served the food industry for over 125 years.
探索Sokol:轻量级、跨平台的图形库 - CSDN博客
2024年3月20日 · Sokol是一个由Floooh开发的header-only库,提供简单高效的2D/3D图形渲染,支持多种后端,适用于学习、实验项目、嵌入式和游戏开发。 其简洁API降低编程难度并支持高级特性。 sokol minimal cross-platform standalone C headers 项目地址:https://gitcode.com/gh_mirrors/so/sokol. 是一个强大的开源库,由Floooh开发,旨在为各种平台提供简单、高效的2D和3D图形渲染功能。 这个项目的重点是简化现代图形编程,让开发者能够 …
GitHub - floooh/sokol-samples: Sample code for https://github.com …
Building the sokol_app.h samples is currently supported for MacOS, Windows, Linux, iOS, HTML5 and Android. Use any of the following custom build configs starting with sapp- which matches your platform and build system: sapp-android-ninja-debug. ... sapp-d3d11-win64-vs2017-debug. sapp-d3d11-win64-vs2017-release. sapp-d3d11-win64-vscode-debug.
Sokol 库教程 - CSDN博客
2024年8月13日 · Sokol 是一个轻量级的 C 语言库集合,用于构建跨平台的图形和系统编程应用程序。 它涵盖了图形渲染(包括 2D 和 3D)、窗口管理、事件处理、文件系统访问等功能。 Sokol 的设计目标是简单易用,小体积,以及最小的依赖性,使其成为嵌入式系统开发和独立游戏引擎的理想选择。 2. 项目快速启动. 在大多数平台上,Sokol 需要一些基础库,例如 OpenGL 或 Vulkan。 确保你的系统安装了相应的 SDK: Windows: 安装最新版的 Visual Studio 并添加支持的图形 …
Sokol USA – Sokol USA
Elevate Your Lifestyle, Embrace Tradition, & Build Lasting Connections: Join Sokol USA Today For Fitness, Fellowship, & Fulfillment. Sokol USA is a fraternal organization serving its members with physical fitness programs, cultural activities and life insurance. WHAT DO WE OFFER? Gymnastics has been the main sport associated with the Sokol Program.
探索跨平台图形编程的利器:sokol-samples - GitCode博客
sokol 是一个轻量级、跨平台的图形库,支持多种渲染后端,包括 WebGL、WebGPU、Metal、D3D11 等。通过 sokol-samples,开发者可以快速上手并深入了解 sokol 库的使用方法,从而在不同平台上实现高效的图形渲染。 项目技术分析
[其它] 纯C实现的SokolGFX渲染库,效果超级炫酷,占用空间小, …
2023年7月12日 · 使用纯C实现,可以方便的移植到其它编程语言,比如sokol_gfx.h对GLES2/WebGL, GLES3/WebGL2, GL3.3, D3D11提供了现代3D API,方便Web和原生移动平台移植。 当前基于此渲染库的实战案例: