Gavin

Results 7 issues of Gavin

If so, how can this be achieved? I tried using the template file as a qss, but it didn't seem to work.

Hi! First off, thank you for creating this library! I've been looking for a scripting engine for my C++ project and was considering using javascript, but trying compile V8 was...

enhancement
help wanted
good first issue

Hi! Just wanted to say thank you for developing this library. Its been extremely useful! Would it be possible to get additional functions added to this library. 1. drawLineSegment(ImVec3 p1,...

### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a feature request that...

enhancement

### Version/Branch of Dear ImGui: Version 1.92, Branch: master (master/docking/etc.) ### Back-ends: imgui_impl_sdlrenderer2.cpp + imgui_impl_sdlrenderer2.cpp ### Compiler, OS: Gcc13/Linux ### Full config/build information: _No response_ ### Details: Hello, I don't...

data types
cplusplus

Distrobox has been extremely useful for me running on NixOS. I run my host on NixOS and then do all my C++ development inside an Ubuntu dbox. This has been...

There are many helper classes that defined in `vulkan.hpp` that are potentially useful independent of the vulkan hpp. For example: `ArrayProxy`, `Flags`, `Result`. It would be nice if these classes/structs...