gaclen

Crates.iogaclen
lib.rsgaclen
version0.0.14
sourcesrc
created_at2019-10-27 01:05:05.43367
updated_at2020-05-03 10:37:11.473612
descriptionA library for handling anything a game client needs to do.
homepage
repositoryhttps://github.com/Griffone/gaclen
max_upload_size
id176006
size143,133
Grigory Glukhov (technomunk)

documentation

https://docs.rs/gaclen

README

Game Client Engine

A full-stack 3D game client engine in Rust.

Setup

The gaclen_shader project relies on shaderc-rs which requires additional setup steps. Please follow them.

What it does

Gaclen accelerates game client creation through:

  • Providing a thin comfort layer for structuring one's rendering logic on top of Vulkano.

It also enforces minimal predetermined ideas, like scene organization, leaving it to higher level logic, allowing it to be more specialized for a specific game's need.

What it is planned to do

In the (hopefully) near future Gaclen will:

  • Provide an intermediate input layer, that organized different possible input in a portable and robust way.
  • Provide an intermediate audio layer, allowing playing and processing audio in a portable way.
  • Provide text utilities, including font loading, glyph generation, layout and rendering.

What it might do

These features are not currently planned, but might be implemented in the future:

  • Skeletal animation.
  • Inverse kinematics.
  • Vulkan-specific linear algebra.

What id does NOT do

These features will not be supported, since they make up a game, or should be common between client and server.

  • Networking.
  • Game logic.
Commit count: 125

cargo fmt