Crates.io | sokol |
lib.rs | sokol |
version | 0.3.0 |
source | src |
created_at | 2018-11-15 21:40:55.298718 |
updated_at | 2019-04-29 21:43:25.516194 |
description | Native bindings to the sokol header-only, cross-platform C libraries. |
homepage | |
repository | https://github.com/code-disaster/sokol-rs |
max_upload_size | |
id | 96867 |
size | 1,145,810 |
Rust bindings to the sokol header-only, cross-platform libraries.
This crate provides access to sokol_gfx
(3D-API wrapper), sokol_app
(application framework wrapper), sokol_time
(time measurement) and sokol_audio
(buffer-streaming audio playback). It can serve as an easy-to-use, lean, almost dependency-free entry point to create a graphics or game application.