Docs.rs
moon-engine-0.1.1
moon-engine 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
polarvoid
Dependencies
console_error_panic_hook ^0.1.7
normal
optional
js-sys ^0.3.59
normal
nalgebra ^0.31.0
normal
wasm-bindgen ^0.2.79
normal
web-sys ^0.3.56
normal
wee_alloc ^0.4.5
normal
optional
wasm-bindgen-test ^0.3.29
dev
Versions
99.57%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
moon_
engine
0.1.1
Module renderer
Module Items
Structs
Constants
In crate moon_
engine
moon_engine
Module
renderer
Copy item path
Source
Expand description
The
Renderer
annd
Quad
structs. Used for rendering.
Structs
§
Quad
A
Quad
is a simple mesh definition with four
Vertices
.
Renderer
The
Renderer
is responsible for drawing on the screen. It handles the
Camera
and
Shader
s.
Constants
§
MAX_
BATCH_
QUADS
Maximum
Quad
s in a single batch.