https://github.com/yusdacra/levent
A media tagger.
https://github.com/yusdacra/levent
imgui zig
Last synced: about 1 year ago
JSON representation
A media tagger.
- Host: GitHub
- URL: https://github.com/yusdacra/levent
- Owner: yusdacra
- License: unlicense
- Created: 2023-01-09T01:37:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T07:23:55.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:05:58.776Z (about 1 year ago)
- Topics: imgui, zig
- Language: Zig
- Homepage:
- Size: 193 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`levent` is a WIP media tagger.
### whats working
- importing images into levent (w/ thumbnail generation)
- tagging images (very simple space separated tags)
- filtering images
### whats next
- use sqlite or something
- importing any file
- support showing more metadata about files
- add tabs for showing files (with separate filters)
- add filtering by various metadata (width, height, etc.)
## usage
obtain executables from [the latest nightly release](https://github.com/yusdacra/levent/releases/tag/nightly).
currently supports macos, linux and windows.
also see `levent -h` for CLI flags / commands.
## development
- obtain zig (current targeted version is `0.14.0-dev.2362+a47aa9dd9`).
- on linux, you also need `gtk-3.0`, `gdk-3.0` and `atk-1.0`.
- run `zig build run` to run a debug build.