Skip to content

itadinanta/gfx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,099 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation on docs.rs Travis Build Status AppVeyor Build Status gfx on crates.io Gitter Chat
Documentation | Tutorial | Blog

gfx-rs

gfx-rs is a graphics abstraction library in Rust. It consists of the following layers/components:

  • gfx_hal: hardware abstraction layer - a Vulkan-ic mostly unsafe API translating to native graphics backends
  • gfx_backend_*: graphics backends for various platforms, include the windowing logic.
  • gfx_render: higher level wrapper around HAL, providing resources lifetime tracking, synchronization, and more

The current master branch is heavy WIP, please refer to pre-ll for the latest stable code/examples. It also has a more complete README ;)

Features

Native API backends:

Usage

TODO

About

A high-performance, bindless graphics API for Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.7%
  • Makefile 0.3%