tcoyvwac

Results 11 issues of tcoyvwac

**Your checklist for this pull request** - [x] I've read the [guidelines for contributing](https://cutter.re/docs/contributing/code/getting-started.html) to this repository - [x] I made sure to follow the project's [coding style](https://cutter.re/docs/contributing/code/development-guidelines.html) - [x]...

Changes: * Prefer using standard algorithms, to help check if plug-In is available. * Extract some common code between the two Analyzer{Beats,Keys} classes into its own meta-interface class. --- _Notes:_...

ui
build

* Moving some common code to their own local functions and/or preferring to use some available standard-library algorithms (which performs the same thing). * Also using a simple keyword datatype...

Hi @patriciogonzalezvivo, As the project is a C++11 project, this PR helps replace some raw pointers with smart pointers to help prevent unknown memory leaks. _(For example: possibly `m_plot_texture` in...

Hi there & Greetings :smile_cat:! Wanted to help project out by converting a raw for-loop to its standard algorithm equivalent.

* As titled. :tada: * Many greater benefits compared to `C++11`, especially to do with `constexpr`, lambdas, and standard algorithms. * This gives developers tools to refactor the codebase and...

EventManager.{c.h}xx: * Added namespace: `detail`. * Added function: `updatePlacementMode` * Added some test cases for: `EventManager`: `updatePlacementMode`.

* Reduced `renderUI` code-size in `sandbox`. * Refactored to use standard library algorithms and some dispatch-(v)-table techniques for readability. * This is to flatten the nested if-statements; reducing arrow-code. *...

System: `Debian Sid` Problem: Cannot compile project. On some systems, `noise.h` is not located & defined inside a "`noise/`" subdirectory. For example, on `Debian Sid`, [it is located inside the...

build

Hi there @vitoplantamura , love your project a lot! :smile: As titled, I wanted to contribute and send some Pull Requests, however I am slightly unsure due to the unique...