ascending_camera 0.3.0

A basic camera solution for Rendering
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.glam]
features = ["bytemuck", "mint"]
version = "0.27.0"

[package]
authors = ["S.J.R. van Schaik", "Andrew Wheeler <genusistimelord@gmail.com>"]
description = "A basic camera solution for Rendering"
documentation = "https://docs.rs/ascending_camera"
edition = "2021"
keywords = ["wgpu", "camera", "rendering"]
license = "MIT OR Apache-2.0"
name = "ascending_camera"
readme = "README.md"
repository = "https://github.com/AscendingCreations/AscendingLibraries"
version = "0.3.0"