pixel-perfect
Here are 91 public repositories matching this topic...
I recently ported my emulator to use pixels, and it's great! I love the automatic scaling to the window size.
However, I would also like to allow my users to select a scaling factor that they prefer, regardless of window size. I tried passing my own values to pixels.resize, but this doesn't do what I want.
-
Updated
Nov 16, 2020 - Reason
-
Updated
Jul 23, 2018 - C#
-
Updated
Feb 10, 2017 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Jul 23, 2020 - TypeScript
-
Updated
Oct 28, 2020 - C++
-
Updated
Nov 22, 2020 - C++
Document should be short and contain basic information about pixiq package primitives (Image, Selection, Color, Screen, Loop) and coordinate system used by Pixiq (origin is on top-left corner, x is always before y in method signatures etc.). It should be approachable by beginner. Experiment with visual documentation - maybe create Pixel Art animated image describing basic primitives?
-
Updated
Jun 30, 2020 - CSS
-
Updated
Nov 24, 2018 - C#
-
Updated
Oct 5, 2020 - Kotlin
-
Updated
Aug 20, 2020 - Rust
-
Updated
May 30, 2019 - JavaScript
-
Updated
Sep 3, 2017 - JavaScript
-
Updated
Aug 2, 2020 - Java
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Jul 1, 2018 - JavaScript
-
Updated
Nov 25, 2020 - Lua
-
Updated
May 18, 2020 - C#
-
Updated
Oct 23, 2019 - HTML
-
Updated
Aug 2, 2018 - HTML
-
Updated
Sep 6, 2020 - HTML
-
Updated
Jul 30, 2016 - JavaScript
-
Updated
Nov 24, 2017 - JavaScript
Improve this page
Add a description, image, and links to the pixel-perfect topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pixel-perfect topic, visit your repo's landing page and select "manage topics."
We currently have support for interpolating
CGFloat,CGPoint, andCGSize. We should add a method forCGRectas well.