The Wayback Machine - https://web.archive.org/web/20200715091748/https://github.com/topics/graphics
Skip to content
#

graphics

Here are 3,381 public repositories matching this topic...

aseprite
kammoh
kammoh commented Feb 20, 2020

Export of diagrams to SVG from command line when a diagram has mathematical typesetting, does render math formulas, i.e. raw AsciiMath or Latex appears in the SVG, e.g. `a^2+b^2 = c^2` . Export to PDF or PNG from command line or export using GUI to SVG or other formats works fine.

command used:
drawio -x -o out.svg diagram.drawio

drawio-desktop version: 12.6.5
OS: Ubuntu 18.04.4

matiTechno
matiTechno commented Dec 19, 2019

Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities

In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be

bgfx
JonathanILevi
JonathanILevi commented Jul 2, 2019

The documentation does not have a key code for the numberpad dot. Is this intentional? It comes up as Unknown when it is pressed. The same is true for the numlock and capslock key although this kinda makes sense.

Shouldn't there be a NumpadDot key code?

justswim
justswim commented Feb 22, 2019

This is a feature request for text ... I'd like to be able to write text with only an outer stroke (no inner stroke).

The main issue with the current fillStroke function is that the stroke gets added to the inside of the font, which makes the font skinnier and hard to read at small sizes.

Here is an example of what Konva does (top text is no stroke, bottom is with a stroke)
![screen shot 20

renderdoc
vaspoul
vaspoul commented Jul 5, 2018

We use PIX labels to organize the events in a single frame (e.g. Z PrePass, GBuffer, Alpha, etc). These can get quite deep/nested.

It would be useful if we could see a 'path' for the event currently selected, e.g.

Camera 1\3D Stage\GBuffer\TreeBark Material

It would be extra nice if clicking on any of these would take you to the beginning of that section.
(think folders in Windows Explor

raylib
raysan5
raysan5 commented Apr 29, 2020

There are +115 code examples provided with raylib, some of them contributed by several authors.

There could be some assets used on the examples that lack a license file (sometimes because it was just not available or not provided by the author). It should be reviewed.

All assets used in raylib examples should include a license and it should be a permissive license (free to use/distribute).

gfx
nyanpasu64
nyanpasu64 commented Apr 28, 2020

Short info header:

  • GFX version: v0.5.0
  • OS: Windows 10 x64
  • GPU: AMD Radeon(TM) RX Vega 10 Graphics

I'm trying to build and run rawrscope. When I run it, it calls wgpu which calls gfx-rs in DX12 mode. When I run rawrscope (the application), during startup, it calls wgpu::Device::create_bind_group, causing gfx-backend-dx12 to panic from an as

onepiecefreak3
onepiecefreak3 commented Feb 16, 2020

This feature is implemented in many graphics hardwares at least of most gaming consoles. Adding this feature would enable ImageSharp to natively allow for these specifications of graphics hardware to be supported out of the box.

As per OpenCV naming and implementation this feature is most likely known as "Remapping" or "Point remapping". So as the naming goes, it should incorporate either one.

tapir
tapir commented Jan 17, 2020
edgeDebug := imdraw.New(nil)

for !win.Closed() {
    // .....
    
    edgeDebug.Clear()
    //edgeDebug.Reset()
    edgeDebug.Color = colornames.Red
    edgeDebug.Push(points...)
    edgeDebug.Line(2)
    
    // .....

    win.Draw(edgeDebug)
}

According to documentation below

// Clear removes all drawn shapes from the IM. This does not remove Pushed points.
fun

Improve this page

Add a description, image, and links to the graphics topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.