egui-neko 0.1.0

Neko for Egui
Documentation
  • Coverage
  • 75%
    3 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 246.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.74 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 43s Average build duration of successful builds.
  • all releases: 42s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • atalii

Neko

This is a port of Neko to egui.

A screenshot of Neko. A cat is chasing an invisible cursor across the screen.

Usage

See the examples. Make sure to install the image loaders.

You'll also likely want to request a repaint on each update so that the cat's consistently redrawn.

Stolen Code

The sprites are lifted straight from crgimenes' neko repository.

The example code is modified from that in the egui repository.

Missing Features

I haven't implemented the waking animation or the clawing behavior yet. My aplogies :(