Popular repositories
976 contributions in the last year
Less
More
Contribution activity
February 2021
Created 89 commits in 13 repositories
Created 3 repositories
- thomasgeissl/lucediretta C#
- thomasgeissl/sketchex TypeScript
- thomasgeissl/b8c C++
Created a pull request in openframeworks/openFrameworks that received 1 comment
fix regular expression example
hello the regex example was crashing on osx, m1. i removed the closing parenthesis. i guess adding an opening one would work as well. not sure this…
+1
−1
•
1
comment
Opened 1 other pull request in 1 repository
openframeworks/openFrameworks
1
merged
Created an issue in openframeworks/openFrameworks that received 3 comments
unwanted command line args passed to the app from xcode
Heyho,
xcode passes some commandline args to the app.
int main(int argc, char *argv[])
{ ofLogNotice() << "argc: " << argc; for(int i = 0; i < argc…
3
comments
Opened 19 other issues in 2 repositories
thomasgeissl/lucediretta
11
open
6
closed
- add network based output, e.g. osc based
- replace ndi addon
- colour corrections, colour lookup tables
- serial protocol improvements
- serial port crashes
- optimize syphon
- add spout
- relative file paths for command line args
- fix font loading
- allow to add multiple video files to libary
- add lua input
- add syphon/spout
- add command line args
- add midi support
- add github actions
- add videoplayer gui
- add export feature