-
Updated
Aug 16, 2021 - JavaScript
graphics
Here are 4,416 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
-
Updated
Apr 14, 2021 - Jupyter Notebook
Is there any way to implement horizontal radio button group?
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
Jan 27, 2021 - C++
-
Updated
Jul 12, 2021 - C++
-
Updated
Aug 14, 2021 - TypeScript
Right now any StyleSheet
has a list of functions without a default implementation. Implementing a StyleSheet
is really annoying, because you have to override all of the functions and not just the thing you want to change.
I recently wanted to just change the border_radius of a text_input and I had to write the following code.
impl StyleSheet for Styles {
fn active(&self) ->
The y-axis ticks supports the rotated
option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
Jul 27, 2021 - C++
-
Updated
Aug 16, 2021 - C++
-
Updated
Aug 16, 2021 - C
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Jan 13, 2021 - Swift
PLEASE ONLY DO A SINGLE WIDGET/FILE PER PULL REQUEST.
If you want to work on this, comment here and we will put your name next to the widgets you are working on. Just comment between 1 and 3 you think you can tackle within a day or 2. Look at already completed ones for a better idea.
Background
In order to start moving the backend system towards a more "component" based system, we are wo
-
Updated
Jun 6, 2021 - TypeScript
-
Updated
May 26, 2021 - C++
-
Updated
Aug 17, 2021 - Go
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