[][src]Crate rokol

Wrapper of Sokol libraries

Check out the examples to get more information.

NOTE: Sokol considers zero-initizialized structures to be in default state. It means Default::default is ensured to make sense!

Status

This crate is very early in progress. I'd do Learn OpenGL examples to make it better.

TODO: ImGUI support

Re-exports

pub use rokol_ffi as ffi;

Modules

app

Application (FFI)

gfx

Graphics (FFI)

glue

Glue code (FFI)

Structs

Rokol

Entry point of Rokol applications

Type Definitions

Error

Any error upcasted to Box

Result

Any error is upcasted to Box