Nicolas Phister

Results 8 issues of Nicolas Phister

putils_meta is a collection of type-traits and compile-time programming helpers.

putils_reflection is a simple, header-only, `constexpr` reflection system.

putils is a large collection of helper classes and functions for C++ projects.

kengine is an Entity-Component-System, usable as a generic framework as well as a game engine.

PassFilter will now return true if all required ranges are found The current behavior is rather inconsistent: given `"Some fancy sentence"` as `text`, `PassFilter` will: * return `true` if the...

+ Remove reference to undeclared impl_Button

Passing a separator to `scan_list_ex` when scanning a list of strings will have no effect, because the separator will be consumed by the string scanner. In the following example: ```cpp...

Option to automatically set the tiling direction when a new window is focused or resized * unchanged * horizontal * vertical * alternate between horizontal and vertical * automatically pick...