Dimitre

Results 177 issues of Dimitre

It is already great most of the actions are running under 10 minutes but some minor changes can shave off some seconds or minutes - [ ] Using always make...

I'm thinking about deprecated functions and remembering some previous discussion in github and other means: Personally I don't think deprecated functions should survive very long on the core (more than...

it should just work, as ofPolyline is usually a 2d drawing. some related discussion here: - https://github.com/openframeworks/openFrameworks/issues/5440

Complete List - https://github.com/openframeworks/openFrameworks/milestone/27 Just starting a sketch of things that would be nice to work after 0.12 release, feel free to edit / suggest items ### general / all...

Some measures were made in previous PRs trying to reduce .h includes in .h files And there is room for more optimization. PRs - https://github.com/openframeworks/openFrameworks/pull/7779 - https://github.com/openframeworks/openFrameworks/pull/7784 - https://github.com/openframeworks/openFrameworks/pull/7792 -...

functions that return a path object like ofToDataPath can return of::filesystem::path instead of std::string when we have a breaking api release (0.12.0) with this we assure path encodings are preserved...

development-strategy
filesystem

I'm opening this issue to document a recent change where ``` using namespace std; ``` was removed. Maybe your addon need more explicit ```std::``` in some places like std::min, std::cerr,...

still a draft. other things to do - [ ] test devices - [ ] implement hidden files as it breaks api, better to implement in a major version change....

filesystem

I'm creating and closing windows by demand, maybe I'm doing something wrong, but it seems it is causing a memory leak. Should I take more steps to close properly? Edit:...

core

I've noticed using ofTrueTypeFont drawStringAsShapes the apostrophe / right single quote character is missing. Probably pointing to another unicode character. steps to reproduce ```c++ font.drawStringAsShapes("marketer’s", x, y); ```