docs.rs failed to build egui-raylib-0.1.0
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.
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:
egui-raylib-0.1.3
egui-raylib
Egui bindings for Raylib.
Built against egui 0.35 and raylib 6.0.
Installation
Inside the Cargo.toml file:
[]
= "0.1"
Usage
A minimal usage of this library is like this:
use *;
use EguiRaylib;
Todo
These features are not yet implemented, maybe they will be in the future:
- Inputs for PointerGone and WindowFocused
- Touch-screen inputs
- Custom mouse cursor
Raylib limitations
There are egui features that are not implemented because of Raylib limitations:
- No files drag and drop
- No OS theme awareness (light or dark mode)
- No IME
- Not all mouse cursor types
- No URL opening (although it can be implemented with the help of other libraries)
- No image copy/pasting