Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add text annotation feature #104

Open
bk138 opened this issue Nov 14, 2020 · 3 comments
Open

Add text annotation feature #104

bk138 opened this issue Nov 14, 2020 · 3 comments

Comments

@bk138
Copy link
Owner

bk138 commented Nov 14, 2020

Text annotation: for example, point to the beginning of the text, and a cursor is rendered and a single line of non-formatted text can be placed in the screen, with the current color;

If you'd like to put out an incentive for implementing this feature, you can do so at https://issuehunt.io/r/bk138/gromit-mpx

@matteg
Copy link

matteg commented May 25, 2021

When I used windows I daily used the Snagit utility ( https://www.techsmith.com/store/snagit ) to annotate screenshots. I would dearly love the ability to annotate my desktop screen with keyboard text in my choice of colours.

@Cybernetic1
Copy link

I'd like to contribute. Which file(s) and where abouts should I start looking at? Thanks :)

@bk138
Copy link
Owner Author

bk138 commented Dec 11, 2021

I'd like to contribute. Which file(s) and where abouts should I start looking at? Thanks :)

Nice! You basically have to read through the source:

  • callbacks is generally all gtk callbacks
  • config handles .ini and .cfg file parsing
  • drawing contains everything drawing related
  • input handles input
  • main has the entry point and some general purpose functions

Please also see https://github.com/bk138/gromit-mpx/blob/master/CONTRIBUTING.md

@bk138 bk138 removed this from the Release 1.6 milestone Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants