rokol

Crates.iorokol
lib.rsrokol
version0.4.0
sourcesrc
created_at2020-11-20 07:53:46.489866
updated_at2022-01-06 13:35:19.179595
descriptionRust bindings to Sokol
homepage
repositoryhttps://github.com/toyboot4e/rokol
max_upload_size
id314278
size101,991
toyboot4e (toyboot4e)

documentation

README

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
  • sdl2: Use SDL2
  • impl-gfx: Compile sokol_gfx.h. Specify graphics backend with feature:
    • glcore33: compile sokol_gfx.h with GlCore33 backend
  • fontstash: Add rokol graphics support for FontStash

Notes

My devlog is here.

Commit count: 223

cargo fmt