scurest / apicula

Convert Nintendo DS .nsbmd models
BSD Zero Clause License
159 stars 18 forks source link

Add cli flags for various viewer settings #66

Closed ExcaliburZero closed 1 month ago

ExcaliburZero commented 1 month ago

Related to #65

Adds command line flags for the view subcommand to allow the user to configure the following settings that were previously hard-coded constants:

apicula.exe view \
    --window-width 1000 \
    --window-height 800 \
    --animation-fps 30 \
    --bg-color "#00ff00" \
    *
scurest commented 1 month ago

I'm not really interested in adding this. It doesn't seem that important to me for the user to be able to change these.

Also I haven't worked on this in a long time and am not likely to merge PRs.

ExcaliburZero commented 1 month ago

Understandable.

Thank you for your time!