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

2d-graphics

Here are 318 public repositories matching this topic...

Graphite
Keavon
Keavon commented Jun 13, 2021

The arrow keys nudge (move) the selected layer(s) by one canvas pixel. When the Shift modifier key is held down, the nudges go in increments of 10 canvas pixels.

This is probably a good first issue to get acquainted with some concepts in the Rust backend. Please reach out to @TrueDoctor here or on Discord for in-depth instructions to help you get a

Luxor.jl
Sov-trotter
Sov-trotter commented Jun 9, 2021

Hey all! I am trying to use the placeimage() function to place an image matrix over a drawing.
But I think the current approach here https://github.com/JuliaGraphics/Luxor.jl/blob/3d6b98348a1b7ba852c801d6ef205773fb6e454c/src/images.jl#L194 might be a little buggy?

The image placement is good as long as it has square dimensions(the image to be placed)
eg: `placeimage(img, centered=true, Poi

Improve this page

Add a description, image, and links to the 2d-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 2d-graphics topic, visit your repo's landing page and select "manage topics."

Learn more