gsfk

Crates.iogsfk
lib.rsgsfk
version0.1.0
sourcesrc
created_at2023-04-20 13:58:36.508178
updated_at2023-04-20 13:58:36.508178
descriptionGraphics framework
homepage
repository
max_upload_size
id844394
size31,705
(Lattexshz)

documentation

README

GSFK logo Lines of code
GSFK is an open source, cross-platform library for creating contexts and
managing windows for each graphics API.

Status of support

OpenGL

  • Windows
  • Macos
  • Xlib
  • Wayland

Vulkan

  • Windows
  • Macos
  • Xlib
  • Wayland

Direct2D

  • Windows

Concept

  • GSFK abstracts away the tedious work required to use graphics APIs,
    and also defines a set of functions from the beginning to enable the use of various graphics APIs.

  • In addition, while OpenGL and Vulkan are cross-platform APIs,
    GSFK will also support the creation of contexts for platform-specific APIs such as Direct2D.

Authors

  • Lattexshz

License

GSFK is under MIT License

Commit count: 0

cargo fmt