inkanim

Crates.ioinkanim
lib.rsinkanim
version0.8.0
created_at2023-02-23 16:16:37.59848+00
updated_at2025-10-02 04:14:47.468321+00
descriptionCLI tool to quickly extract infos from JSON exports of .inkwidget and .inkanim
homepage
repositoryhttps://github.com/cyb3rpsych0s1s/inkanim
max_upload_size
id792867
size44,875
Rom's (Roms1383)

documentation

README

inkanim

Cyberpunk 2077 version compatibility WolvenKit WKitJsonVersion

CLI commands to quickly introspect .inkwidget and corresponding .inkanim exported as JSON from Wolvenkit when modding the game Cyberpunk 2077.

install

install with

cargo install inkanim

use

available commands:

  • list: quickly introspect and filters by interpolator type or widget indexes path

    inkanim list --help
    
  • tree: quickly display .inkwidget UI tree

    inkanim tree --help
    
  • whois: quickly get widget names path from indexes path

    inkanim whois --help
    
  • whereis: quickly get widget indexes path from names path

    inkanim whereis --help
    
  • show: get trimmed json for widget by names path

    inkanim show --help
    

samples output

screenshot: list screenshot: whois screenshot: whereis

Commit count: 306

cargo fmt