-
Updated
Feb 5, 2022 - Shell
graphics
Here are 4,915 public repositories matching this topic...
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
JavaScript Request: Expose Texture methods getWidth(), getHeight(), getDepth(), getLevels(), etc.
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in
-
Updated
Oct 11, 2021 - Jupyter Notebook
As of right now, the Image widget displays an image downscaled to fit within the widgets bounds.
However, as mentioned in #885, some users may want their image upscaled within the widget bounds as well. Beyond this, however, some users may want an image to completely cover (as opposed to just fit within) the image bounds, cropping out the edges. This is especially useful for images meant to
-
Updated
Jan 13, 2022 - C++
-
Updated
Jan 30, 2022 - C++
Is there any way to implement horizontal radio button group?
-
Updated
Feb 8, 2022 - TypeScript
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
Feb 8, 2022 - C++
-
Updated
Feb 5, 2022 - C
Hi,
We have added a new test engine (called Unity) to LVGL and planning to improve the coverage. See this README about how to write and run tests.
I've already created a test for the drop-down list as an exam
-
Updated
Feb 8, 2022 - C++
-
Updated
Jan 20, 2022 - TypeScript
-
Updated
Oct 16, 2021
-
Updated
Jan 26, 2022 - Swift
A follow up on SixLabors/ImageSharp#1378 (comment).
Currently 32 bit test execution is only done for .NET Framework, with dotnet xunit which is an obsolete tool today, we need to adapt dotnet test, and add 32 bit CI targets for both net5.0 and netcoreapp3.1. Opening an issue to remember and track this debt.
-
Updated
Jan 15, 2022 - TypeScript
Improve this page
Add a description, image, and links to the graphics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the graphics topic, visit your repo's landing page and select "manage topics."




Hi👋 👋 👋
We are using this issue to focus on documentation! Documentation is essential for new learners and experienced programmers alike. It helps make our community inclusive by extending a friendly hand to those that are less familiar with p5.js. It also helps us find the bugs and issues with the code itself, because we test and try things out as we document.
[There are several ways to con