Docs.rs
  • buffer-graphics-lib-0.7.1
    • buffer-graphics-lib 0.7.1
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • emmabritton
    • Dependencies
      • graphics-shapes ^0.1.4 normal
      • image ^0.24.3 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • thiserror ^1.0 normal
      • anyhow ^1.0 dev
      • fastrand ^1.6 dev
    • Versions
    • 26.6% of the crate is documented
  • Go to latest version
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate buffer_graphics_lib

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
?
Change settings

List of all items

Structs

  • Graphics
  • color::Color
  • drawable::Drawable
  • image::Image
  • image_loading::tilesets::BasicTileset
  • shapes::collection::AutoShapeCollection
  • shapes::collection::ShapeCollection
  • text::Text
  • text::format::TextFormat

Enums

  • GraphicsError
  • drawable::DrawType
  • image_loading::ImageWrapperError
  • scaling::Scaling
  • text::TextSize
  • text::pos::TextPos
  • text::wrapping::WrappingStrategy

Traits

  • Tint
  • drawing::Renderable
  • shapes::CreateDrawable
  • shapes::collection::AddShape
  • shapes::collection::AutoAddShape

Functions

  • drawable::fill
  • drawable::stroke
  • image_loading::convert_image
  • image_loading::load_image
  • shapes::rendering::draw_flat_bottom
  • shapes::rendering::draw_flat_top
  • text::chr_to_code
  • text::large::get_px_ascii
  • text::normal::get_px_ascii
  • text::small::get_px_ascii

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::large::CHAR_HEIGHT
  • text::large::CHAR_WIDTH
  • text::normal::CHAR_HEIGHT
  • text::normal::CHAR_WIDTH
  • text::small::CHAR_HEIGHT
  • text::small::CHAR_WIDTH