Ahmed Essam
Ahmed Essam
This relies on vcpkg's ports overlay feature which allows adding custom ports, and manifest mode feature which allows specifying dependency tree for one project similar to npm or cargo. To...
To build, you do something like ``` cd conan-recipes/gtk/all conan export . gtk/3.24.34@ cd ../../gtkmm/all conan export . gtkmm/3.24.6@ cd ../../../ mkdir build conan install .. -if ./modules/ --build=missing #...
**Describe the bug** Can't add layers to nested exported canvas. **To Reproduce** Steps to reproduce the behavior: 1. Draw a rectangle. 2. Create a group containing the rectangle by pressing...
Hi all, I'm Hesham from Egypt, and I'm interested in applying with you for GSoC this year. This is my attempt at fixing #2036. As far as I understand, the...
Meson can use the binaries section in the meson ini file for finding programs. See https://mesonbuild.com/Machine-files.html#binaries Currently only a specific list of binaries are added `c, cpp, objc, objcpp, c_ld,...
I've been working on writing a port for ImageMagick that uses the autotools build scripts for Windows. Here is what I had to do: ```python def generate(self): tc = AutotoolsToolchain(self)...
This PR adds vcpkg support for linux. Changes include: 1. Adding ports for at-spi2-core and at-spi2-atk since they're required for gtk on Linux. These are the same from the PR...
Specify library name and version: **ImageMagick** This enables ImageMagick on Windows. The previous solution is to use VisualMagick, which is not the best, since VisualMagick builds all of its dependencies...
First of all, thanks for the amazing project. I've learned a lot going through it. I was wondering about this section of the code https://github.com/Twinklebear/ChameleonRT/blob/a148d2e4ee5906fb7e9b5d8023d64bba29ff3529/backends/vulkan/disney_bsdf.glsl#L142-L149 Specifically: https://github.com/Twinklebear/ChameleonRT/blob/a148d2e4ee5906fb7e9b5d8023d64bba29ff3529/backends/vulkan/disney_bsdf.glsl#L145-L146 Shouldn't it be:...
I was reading up on `etl::rshared_object`, and found this potential bug. If we have a number of rhandles pointing to the same object but with different types in the hierarchy...