rokol 0.2.0

Rust bindings to Sokol
docs.rs failed to build rokol-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rokol-0.4.0

Rokol

Bindings to Sokol for personal use. API

Very early in progress..

About

Status

  • Rokol only cares about desktop platforms.
  • Rokol only supports GlCore33 backend (for now).
  • Rokol is tested on macOS only. You could find it doesn't compile out of the box. Please open an issue then!

Features

Enable features:

  • impl-app: Compile sokol_app.h
  • use-sdl2: Use SDL2
  • impl-gfx: Compile sokol_gfx.h. Specify graphics backend with feature:
    • glcore33: compile sokol_gfx.h with GlCore33 backend
  • use-fontstash: Add sokol_gfx.h support for FontStash

Notes

My devlog is here.