Xeverous
Xeverous
I have successfully installed Emscripten on Windows but when I'm trying to build my project for Emscripten the configuration fails with this error: ``` CMake Error at external/magnum/CMakeLists.txt:295 (include): include...
I'm creating an application that (so far) is planned to be run on desktop (Linux and Windows) and the browser (via Emscripten). I need to ask the user to open...
I have modified ImGui example application, adding following lines to platform constructor: ```cpp _imgui = Magnum::ImGuiIntegration::Context([...]; // already present line // added code: ImGuiIO& io = ImGui::GetIO(); _fontin_small_caps = io.Fonts->AddFontFromFileTTF("assets/fonts/Fontin-SmallCaps.otf",...
We need a feature which will allow to generate filters with multiple variants/strictness levels from 1 template. ___ Current idea: decorate blocks (something akin to Python's decorators) and then specify...
Generate random loot from specific encounters. Howering over each loot should point display which code line catches that item. Right now the UI features many basic buttons for rares and...
It would be good to be able to specify: 1. Required FS version to generate the filter (if the version user is currently running is lower, give a clear error...
https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout
https://github.com/SFML/SFML/blob/9b596cc8d9240b240c391abb8c784fddbec4e0df/src/SFML/Graphics/Text.cpp#L99-L100 If the function is passed an rvalue, the const reference parameter forces a copy of the temporary that could be reused. As per [CppCon 2014: Herb Sutter "Back to...
This issue is for tracking any decisions before implementing this widget. - likely just a button with predefined `on_click` function - requires platform-specific code
I just realized there is `align_left`, `align_right` etc but also `left_margin`, `right_margin`. Is this intended? IMO it would be good to have everything spelled one way.