Skip to content
/ eww Public
forked from luiswirth/eww

NOT MAINTAINED: egui + winit + wgpu

Notifications You must be signed in to change notification settings

MaxiPaille/eww

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eww

Crates.io Docs.rs

eww (egui + winit + wgpu) is a egui backend with a winit platform and a wgpu renderer.

This repository contains:

  • the eww crate, which builds on top of the egui-{winit, wgpu}.

eww crate

The eww crate is build on top of egui-winit and egui-wgpu and provides a more convenient API, since it handles their interactions.

For just using the winit-wgpu combination, eww is recommended.

You can find a basic usage example under eww/examples/basic.

egui-{winit, wgpu} crates

If you're intrested in building your own backend then you can either use the

  • egui-winit combined with a different renderer, or
  • egui-wgpu combined with a different platform.

Contribution

Feel free to contribute to this project. Just keep the guidelines in mind.

Guidelines

eww should be simple-to-use and handle the interaction between winit and wgpu.

About

NOT MAINTAINED: egui + winit + wgpu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 88.2%
  • Nix 11.8%