Utilities for the Blue Engine
  • Rust 93.2%
  • WGSL 6.2%
  • Just 0.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-07-24 13:55:08 +02:00
examples chore: updated dependencies to latest version 2024-07-13 19:39:23 +03:00
resources chore: updated the dependencies and code to latest 2023-04-10 00:36:10 +03:00
src Added loading of .obj file 2024-07-24 13:55:08 +02:00
.gitignore base init and added animation 2023-01-14 16:05:49 +03:00
Cargo.toml Added loading of .obj file 2024-07-24 13:55:08 +02:00
CHANGELOG.md chore: added justfile and updated version 2023-08-09 15:12:38 +03:00
Justfile chore: added justfile and updated version 2023-08-09 15:12:38 +03:00
README.md fixed the issues and README 2023-01-14 16:11:55 +03:00

Blue Engine utilities

What is it?

This crate is a collection of utilities that can aid your development with the Blue Engine. They were separated from engine and turned into a crate instead of being integrated with the engine to have them as optional dependency than actual engine. This leads to the engine itself being smaller, cleaner, and more general focused.

Features

So far, these functionalities are added to this crate (more to come with time):