Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add cli flags for various viewer settings #66

Closed

Conversation

ExcaliburZero
Copy link

@ExcaliburZero ExcaliburZero commented Oct 22, 2024

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:

  • Window width and height (--window-width and --window-height)
  • Animation playback speed (--animation-fps)
  • Background color (--bg-color)
apicula.exe view \
    --window-width 1000 \
    --window-height 800 \
    --animation-fps 30 \
    --bg-color "#00ff00" \
    *

@scurest
Copy link
Owner

scurest commented Oct 22, 2024

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
Copy link
Author

Understandable.

Thank you for your time!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants