slate-framework 1.0.1

GPU-accelerated Rust UI framework — umbrella crate
docs.rs failed to build slate-framework-1.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: slate-framework-0.0.2

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.