slate-framework 0.0.2

GPU-accelerated Rust UI framework — umbrella crate
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 37.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 675.72 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 42s Average build duration of successful builds.
  • all releases: 42s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • HuynhHoangPhuc

slate-framework

Crates.io Docs.rs

GPU-accelerated Rust UI framework. Native window/event-loop layer (no winit), wgpu rendering, custom WGSL SDF shaders.

Overview

Umbrella crate that re-exports the public API from:

Usage

use slate_framework::{slate_platform, slate_renderer};

// Platform
use slate_platform::{DefaultPlatform, Platform, WindowOptions, Event};

// Renderer
use slate_renderer::{Renderer, Scene};

Requirements

  • Rust 1.95+
  • GPU with Vulkan, Metal, or DX12 support

License

Dual-licensed under MIT or Apache-2.0.