Commit Graph

192 Commits

Author SHA1 Message Date
Josh Miklos 8d94b0f9a6 py37: grew fix 2019-03-10 17:25:02 -07:00
Josh Miklos e70ea519d8 py37: Updated requirements. 2019-03-10 17:19:12 -07:00
Josh Miklos 43f4859889 py37: Updated requirements. 2019-03-10 17:19:12 -07:00
Josh Miklos bb6f7f440c Merge pull request #19 from SimLeek/py37
Py37
2019-03-10 17:14:00 -07:00
Josh Miklos 172da4a34a Merge pull request #19 from SimLeek/py37
Py37
2019-03-10 17:14:00 -07:00
Josh Miklos 228e95f277 py37: added detection for cp37 2019-03-10 17:07:10 -07:00
Josh Miklos 4886453d5b py37: added detection for cp37 2019-03-10 17:07:10 -07:00
Josh Miklos 0b63999ead py37: added python 3.7 compatibility. Grew fix. 2019-03-10 17:02:34 -07:00
Josh Miklos 84d59ae2d5 py37: added python 3.7 compatibility. Grew fix. 2019-03-10 17:02:34 -07:00
Josh Miklos 9b0e5859e9 Merge pull request #18 from SimLeek/keymouse
Keymouse
2019-02-25 23:16:44 -07:00
Josh Miklos 6d127c114c Merge pull request #18 from SimLeek/keymouse
Keymouse
2019-02-25 23:16:44 -07:00
SimLeek 53f3a63f35 Merge remote-tracking branch 'origin/keymouse' into keymouse 2019-02-25 23:03:23 -07:00
SimLeek 95dd77bbd6 Merge remote-tracking branch 'origin/keymouse' into keymouse 2019-02-25 23:03:23 -07:00
SimLeek 4ac5b74b9f keymouse: grew fix because fix. 2019-02-25 23:03:00 -07:00
SimLeek babdb76a17 keymouse: grew fix because fix. 2019-02-25 23:03:00 -07:00
SimLeek 66d9a07458 keymouse: Fixed input slowdown. 2019-02-25 23:02:26 -07:00
SimLeek 0f77a6586c keymouse: Fixed input slowdown. 2019-02-25 23:02:26 -07:00
SimLeek da87f3e0af keymouse: Fixed input slowdown. 2019-02-25 22:57:03 -07:00
SimLeek 2267d591b7 keymouse: Fixed input slowdown. 2019-02-25 22:57:03 -07:00
Josh Miklos 34120a04ea Merge pull request #17 from SimLeek/keymouse
Keymouse
2019-02-25 22:16:28 -07:00
Josh Miklos 522e2076bf Merge pull request #17 from SimLeek/keymouse
Keymouse
2019-02-25 22:16:28 -07:00
SimLeek ac0294ec64 keymouse: Added input examples. 2019-02-25 22:13:04 -07:00
SimLeek a483047763 keymouse: Added input examples. 2019-02-25 22:13:04 -07:00
SimLeek 1b4ee8e70b keymouse: grew fix for added functionality. 2019-02-25 22:10:37 -07:00
SimLeek 6ef7758e7c keymouse: grew fix for added functionality. 2019-02-25 22:10:37 -07:00
SimLeek 79b1d6d223 keymouse: Created input loop decorators. Added tests. Added mouse events and mouse event handling. Added mouse interaction to conway test. 2019-02-25 22:09:37 -07:00
SimLeek e54e3b26be keymouse: Created input loop decorators. Added tests. Added mouse events and mouse event handling. Added mouse interaction to conway test. 2019-02-25 22:09:37 -07:00
Josh Miklos 3939c6acc8 Merge pull request #16 from SimLeek/exceptions
Exceptions
2019-02-25 20:21:24 -07:00
Josh Miklos 1b6e0011bd Merge pull request #16 from SimLeek/exceptions
Exceptions
2019-02-25 20:21:24 -07:00
SimLeek 1af06cf8cd exceptions: Moved callbacks to its own location. Added VideoHandlerThread callback exception handling. Added exception tests. 2019-02-25 20:14:09 -07:00
SimLeek cb3f3d7b10 exceptions: Moved callbacks to its own location. Added VideoHandlerThread callback exception handling. Added exception tests. 2019-02-25 20:14:09 -07:00
SimLeek b685649780 callbacks: Modified callbacks example to use coords with modification. 2019-02-24 21:24:29 -07:00
SimLeek afca15e824 callbacks: Modified callbacks example to use coords with modification. 2019-02-24 21:24:29 -07:00
SimLeek 97baf91f64 callbacks: Modified callbacks example to use coords. 2019-02-24 21:21:04 -07:00
SimLeek 5fd06fabcf callbacks: Modified callbacks example to use coords. 2019-02-24 21:21:04 -07:00
SimLeek 4586e9743f callbacks: Added pytorch function display and pytorch conway life example. Still need to test coords. 2019-02-24 21:04:35 -07:00
SimLeek 877149194a callbacks: Added pytorch function display and pytorch conway life example. Still need to test coords. 2019-02-24 21:04:35 -07:00
Josh Miklos 67ff8bf122 Merge pull request #15 from SimLeek/callbacks
Callbacks
2019-02-24 01:48:27 -07:00
Josh Miklos 8ea078ed21 Merge pull request #15 from SimLeek/callbacks
Callbacks
2019-02-24 01:48:27 -07:00
SimLeek 72b0a13bbc callbacks: Grew minor due to added features. 2019-02-24 01:43:09 -07:00
SimLeek c171895833 callbacks: Grew minor due to added features. 2019-02-24 01:43:09 -07:00
SimLeek 3bfc954e36 callbacks: Fixed some sonarlint problems. Added test for image with opencv scaling args. 2019-02-24 01:42:27 -07:00
SimLeek 82e81fc32b callbacks: Fixed some sonarlint problems. Added test for image with opencv scaling args. 2019-02-24 01:42:27 -07:00
SimLeek 6d257e99ca callbacks: Moved global_cv_display_callback to callbacks file. Added gpu-like function_display_callback. Removed need for wp.display_callback when using .display(). Added tests and examples. 2019-02-24 01:28:48 -07:00
SimLeek 767ebc4381 callbacks: Moved global_cv_display_callback to callbacks file. Added gpu-like function_display_callback. Removed need for wp.display_callback when using .display(). Added tests and examples. 2019-02-24 01:28:48 -07:00
Josh Miklos 34b101cfbe Merge pull request #14 from SimLeek/nesting
nesting: Grew fix to fix tensor displaying. Added list handling. Impr…
2019-02-20 22:49:29 -07:00
Josh Miklos 3e09a8a196 Merge pull request #14 from SimLeek/nesting
nesting: Grew fix to fix tensor displaying. Added list handling. Impr…
2019-02-20 22:49:29 -07:00
SimLeek 49c797f338 nesting: Grew fix to fix tensor displaying. Added list handling. Improved tensor display test. Added list editing handling. 2019-02-20 22:45:12 -07:00
SimLeek ef467f2b61 nesting: Grew fix to fix tensor displaying. Added list handling. Improved tensor display test. Added list editing handling. 2019-02-20 22:45:12 -07:00
Josh Miklos 98eeaaf137 Merge pull request #13 from SimLeek/nesting
Nesting
2019-02-20 22:17:48 -07:00