graphics
Here are 3,758 public repositories matching this topic...
Official electron build of diagrams.net
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 30, 2020 - Jupyter Notebook
Is there any way to implement horizontal radio button group?
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
Nov 30, 2020 - TypeScript
Hi,
Sorry for asking sceneform related bug here but since the repo is archived didn't have other options.
This is related to the sceneform related bug google-ar/sceneform-android-sdk#1039
My question is there a way to directly use filament to find the bones position that are exported in the model and
A brief computer graphics / rendering course
-
Updated
Aug 25, 2020 - C++
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
-
Updated
Nov 28, 2020 - C++
The image crate with default options is the absolute leader in code size:
File .text Size Crate
5.7% 14.6% 364.0KiB image
4.6% 12.0% 297.3KiB wgpu_native
3.8% 9.9% 246.5KiB std
3.5% 8.9% 222.1KiB usvg
2.6% 6.8% 170.0KiB iced_wgpu
I don't need to support ico, bmp, tga, hdr, dxt, dds, farbfeld and so on in a program that would only ever decode
-
Updated
Nov 17, 2020 - C++
Simple and Fast Multimedia Library
-
Updated
Nov 29, 2020 - C++
Konva.js is an HTML5 Canvas JavaScript framework that extends the 2d context by enabling canvas interactivity for desktop and mobile applications.
-
Updated
Nov 25, 2020 - JavaScript
Powerful and easy-to-use vector graphics Swift library with SVG support
-
Updated
Oct 25, 2020 - Swift
MeshNormalSmooth() takes a vertex and iterates all the others, looking for vertices with a distance < epsilon.
Then it calculates their normals and sums it.
That's not a good idea, IMO:
- Two close vertices can be not physically linked, I don't think summing normals makes sense.
- It's quadratic.
A simpler and faster way to smooth a model could be:
- Iterating through each triangle
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.
A library for visualization and creative-coding
-
Updated
Nov 30, 2020 - TypeScript
A brief computer graphics / rendering course
-
Updated
Mar 22, 2020 - C++
Lightweight and modular C++11/C++14 graphics middleware for games and data visualization
-
Updated
Nov 29, 2020 - C++
A hand-crafted 2D game library in Go
-
Updated
Nov 22, 2020 - 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."




Most appropriate sub-area of p5.js?
Feature enhancement details:
Currently, several DOM examples are not executed in the reference. It is always helpful to have the example code exec