Justin Tennant
Justin Tennant
Hi Colin, thanks for writing this fantastic cookbook! I fixed a couple of broken links in the README and added a link to one trick that hadn't been mentioned yet.
Hey Tristan, great eye tracking system first of all. 😄 Just a heads up, your current implementation as it is in the repository won't run due to the path given...
Currently the plugin's implementation is very primitive in how it interprets the two dimensional capture data: it performs minimal corrections to translation changes by calculating delta distances from the neutral...
Possible libraries to use: - https://github.com/trishume/eyelike - https://github.com/pupil-labs/pupil
It'd be nice to have Stringless be runnable on the Windows operating system. Currently Stringless is performing IPC using POSIX shared memory, which works fine for Unix-based systems but not...
``` 2017-08-11 22:32:05.372 Stringless[32898:454311] -[CaptureDelegate doFireTimer:]: unrecognized selector sent to instance 0x7fcc214122f0 2017-08-11 22:32:05.387 Stringless[32898:454311] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CaptureDelegate doFireTimer:]: unrecognized selector sent to...
If a user tries to open a binary usd file, PyCharm will read the binary data as-is which isn't helpful. Instead, the plug-in should be converting the binary data to...
https://github.com/JetBrains/gradle-changelog-plugin This would be a nicer method of managing the plugins' changelogs instead of how it's done now with the `patchPluginXml` and `changeNotes` + `htmlFixer` function in the [build.gradle](https://github.com/justint/usd-idea/blob/main/build.gradle#L26).
The plug-in could use some nicely designed icons to maintain a consistent and usable interface. The icon designs should follow the [JetBrains UI design guidelines](https://jetbrains.design/intellij/principles/icons/). Here are some plug-in features...