ruxel 0.0.0

Simple renderer and ray tracer built with Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["Rodrigo Santiago <rsdlt@pm.me>"]
categories = ["graphics", "rendering"]
description = "Simple renderer and ray tracer built with Rust"
edition = "2021"
homepage = "https://github.com/rsdlt/ruxel"
keywords = ["ray", "tracer", "render", "renderer", "3D"]
license = "MIT OR Apache-2.0"
name = "ruxel"
readme = "README.md"
repository = "https://github.com/rsdlt/ruxel"
resolver = "2"
rust-version = "1.62.1"
version = "0.0.0"