#vulkan #api-bindings #applications #no-color

nightly rhyoea

Rhyoea is a Vulkan API bindings for Rust programming language

1 unstable release

0.1.0 Dec 7, 2019

#866 in Graphics APIs

AGPL-3.0

140KB
2K SLoC

Features

  • no-color : No terminal color

lib.rs:

Rhyoea is a Vulkan API bindings for Rust programming language

Vulkan is a low-overhead, cross-platform 3D graphics and computing API. Vulkan targets high-performance realtime 3D graphics applications such as video games and interactive media across all platforms. Compared to OpenGL and Direct3D 11, and like Direct3D 12 and Metal, Vulkan is intended to offer higher performance and more balanced CPU/GPU usage.

Reading Suggestions

If you start under Rhyoea, you should read the examples. The instance module is the entry point.

Environnement

This section itemize how to prepare the developement environnement

Rhyoea use the nightly rust version, with many components. You should install it by RustUp

$ curl https://sh.rustup.rs -sSf | sh
$ rustup install nightly

How to use the library

Add this in your Cargo.toml:

[dependencies]
rhyoea = "^1"

Developpement

$ git clone git@framagit.org:ametha/aquaengine/rhyoea.git
$ cd rhyoea
$ rustup override set nightly # Set the nightly rust version
$ cargo test # Run tests

New features

The implementation of a new feature follows the steps:

  1. Create an issue on FramaGit
  2. The maintener project assign and tag the issue
  3. Create the merge request
  4. Pull the branch
  5. Work on the branch
  6. Push the branch
  7. Send a notification to maintener project (@jeser)
  8. Merge the request

Dependencies

~0.1–9MB
~53K SLoC