Docs.rs
  • pixels-graphics-lib-0.4.0
    • pixels-graphics-lib 0.4.0
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • emmabritton
    • Dependencies
      • directories ^4.0 normal
      • image ^0.24.3 normal
      • pixels ^0.8.0 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • winit ^0.27.2 normal
      • winit_input_helper ^0.13.0 normal
      • anyhow ^1.0 dev
      • fastrand ^1.6 dev
    • Versions
    • 30.91% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • 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
logo

logo

Crate pixels_graphics_lib

logo
Change settings

List of all items

Structs

  • color::Color
  • drawing::PixelWrapper
  • image::Image
  • image_loading::tilesets::BasicTileset
  • math::Point
  • math::Rect
  • math::UPoint
  • math::URect
  • prefs::WindowPref
  • prefs::WindowPreferences
  • prefs::preferences::Preferences

Enums

  • GraphicsError
  • WindowScaling
  • image_loading::ImageWrapperError
  • prefs::PrefError
  • scaling::Scaling
  • text::TextPos
  • text::TextSize

Traits

  • Tint
  • drawing::DrawingMethods
  • math::contains::Contains
  • math::lerp::Lerp
  • math::traits::Add
  • math::traits::ClampXy
  • math::traits::MaxXy
  • math::traits::MinXy
  • math::traits::Mul
  • math::traits::SimpleMath
  • math::traits::Sub
  • math::traits::Swap

Functions

  • image_loading::convert_image
  • image_loading::load_image
  • math::lerp::flerp
  • prefs::preferences::get_pref_dir
  • setup
  • text::normal_letters::get_px
  • text::small_letters::get_px

Constants

  • color::BLACK
  • color::BLUE
  • color::CYAN
  • color::DARK_GRAY
  • color::GREEN
  • color::LIGHT_GRAY
  • color::MAGENTA
  • color::RED
  • color::TRANSPARENT
  • color::WHITE
  • color::YELLOW
  • text::normal_letters::CHAR_HEIGHT
  • text::normal_letters::CHAR_WIDTH
  • text::small_letters::CHAR_HEIGHT
  • text::small_letters::CHAR_WIDTH