Docs.rs
  • peter-engine-0.1.2
    • peter-engine 0.1.2
    • Permalink
    • Docs.rs crate page
    • CC0-1.0
    • Links
    • crates.io
    • Source
    • Owners
    • petersn
    • Dependencies
      • eframe ^0.23.0 normal
      • image ^0.24.7 normal
      • nalgebra ^0.32.3 normal
      • wgpu ^0.17.1 normal
      • winit ^0.28.7 normal
      • getrandom ^0.2.10 normal
      • js-sys ^0.3.63 normal
      • wasm-bindgen ^0.2.86 normal
      • wasm-bindgen-futures ^0.4.36 normal
      • web-sys ^0.3.63 normal
    • Versions
    • 1.84% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate peter_engine

peter_engine0.1.2

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Traits
  • Functions

Crates

  • peter_engine

Crate peter_engine

Source

Re-exports§

pub use eframe;
pub use eframe::egui;
pub use eframe::wgpu;
pub use image;
pub use nalgebra;

Modules§

graphics
mipmapping

Structs§

EframeApp

Traits§

PeterEngineApp

Functions§

launch

Results

Settings
Help
    trait
    peter_engine::PeterEngineApp
    function
    peter_engine::launch
    GameState -> Result<(), Error>
    where
    GameState: PeterEngineApp
    method
    peter_engine::EframeApp::new
    GameState, &CreationContext -> EframeApp<GameState>
    where
    GameState: PeterEngineApp
    trait method
    peter_engine::PeterEngineApp::init
    &mut PeterEngineApp, &CreationContext, &mut RenderData -> PeterEngineApp::RenderResources
    method
    peter_engine::PeterEngineApp::central_panel_input
    &mut PeterEngineApp, &Context, Response, &Rect -> ()
    trait method
    peter_engine::PeterEngineApp::update
    &mut PeterEngineApp, &Context, &mut Frame, f32 -> ()
    trait method
    peter_engine::PeterEngineApp::paint
    &mut PeterEngineApp, &RenderData, &PeterEngineApp::RenderResources, PaintCallbackInfo, &mut RenderPass -> ()
    trait method
    peter_engine::PeterEngineApp::prepare
    &mut PeterEngineApp, &mut RenderData, &mut PeterEngineApp::RenderResources, &Device, &Queue, &mut CommandEncoder, (u32, u32) -> Vec<CommandBuffer>
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.