Abe Pazos
Abe Pazos
Since now there's a [tiff profile](https://github.com/openrndr/orx/tree/master/orx-jvm/orx-video-profiles#tiff-sequence) for the `ScreenRecorder` I'll close this issue. We can re-open it if saving single TIFF files is needed.
> I think I'm going to create a separate KEEP for continous progressions, like `12..0 downTo 0 step 0.5` Is there such a KEEP already? I work with Kotlin and...
That's a pity. Doesn't that make it hard for search engines to index the reference? It's also not possible then to download reference pages from the command line (using curl...
Looking at the ant file it seems to be lib, there's no mention of libs. Should the readme be updated?
Yes, those are the problematic lines. I have: ~/workspace/VideoExport/lib/jna-4.4.0.jar ~/workspace/VideoExport/lib/jna-platform-4.4.0.jar I have selected ```Configure Build Paths``` and then ```Add JARs``` for the these two jna files. If I choose ```Add...
Here's the source of the library: https://github.com/hamoid/video_export_processing
It's here: https://openframeworks.cc/ofBook/chapters/setup_and_project_structure.html I created a screenshot for the book. Although I'm not sure what to write about it... #### QtCreator [QtCreator](https://www.qt.io/qt-features-libraries-apis-tools-and-ide/#ide) is a cross platform free/libre IDE. It is...
Welcome :) BTW, there's more mentions of code::Blocks. See https://github.com/openframeworks/ofBook/search?utf8=%E2%9C%93&q=%22code%3A%3Ablocks%22&type=
@roymacdonald Based on https://github.com/qt-creator/qt-creator/blob/master/LICENSE.GPL3-EXCEPT it's GPL3 with 2 exceptions.
It would be nice to include details about how to configure qtcreator: the debugger, the compiler (clang vs gcc), how to get autocomplete, how to autoformat code...