Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakewharton/madge
A debugging tool to determine whether or not your bitmaps are being drawn at their native resolution.
https://github.com/jakewharton/madge
Last synced: 13 days ago
JSON representation
A debugging tool to determine whether or not your bitmaps are being drawn at their native resolution.
- Host: GitHub
- URL: https://github.com/jakewharton/madge
- Owner: JakeWharton
- License: apache-2.0
- Created: 2013-12-05T22:50:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T17:47:34.000Z (over 8 years ago)
- Last Synced: 2024-10-14T12:25:00.920Z (25 days ago)
- Language: Java
- Homepage: http://jakewharton.github.io/madge/
- Size: 208 KB
- Stars: 389
- Watchers: 16
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Madge
=====Pixel grid overlays for debugging whether assets are drawing at their native resolution.
![](scaling.png)
Use the "Magnification Zoom" setting under "Accessibility" to easily inspect the pixel grid on
the device.[Watch example of zooming at runtime][1]
Download
--------```groovy
dependencies {
debugCompile 'com.jakewharton.madge:madge:1.1.4'
}
```License
--------Copyright 2013 Jake Wharton
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.[1]: http://youtu.be/wat8Xn2pc84
[2]: https://search.maven.org/remote_content?g=com.jakewharton.madge&a=madge&v=LATEST&c=jar