mirror of
https://github.com/bspeice/libcvautomation
synced 2025-04-21 00:41:29 -04:00
Add the global TODO file
This commit is contained in:
parent
dc01500412
commit
62431b5a18
12
TODO.md
Normal file
12
TODO.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
libcvautomation TODO list
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
###### Core functionality #######
|
||||||
|
Add support for a string of characters to input to X, not just one at a time.
|
||||||
|
|
||||||
|
Fix the libcvautomation.h header such that it doesn't need to rely on the build-time flag USEOPENCV2, which will not be present if anyone builds something on libcvautomation - i.e. hard-code a define in the header that lists some of the options used at build (USEOPENCV2, etc.)
|
||||||
|
Alternately, research creating a pkg-config .pc file that will contain the needed cflags and library includes.
|
||||||
|
|
||||||
|
###### Looking ahead ######
|
||||||
|
Add Python bindings
|
||||||
|
Research XInput2 to see if this would be a good idea to pursue.
|
Loading…
Reference in New Issue
Block a user