All Projects → keijiro → TestCards

keijiro / TestCards

Licence: Unlicense license
A simple test pattern generator.

Programming Languages

ShaderLab
938 projects
C#
18002 projects

Projects that are alternatives of or similar to TestCards

UnitySettings
Runtime debugging menu (like setting on Android) for Unity.
Stars: ✭ 26 (-43.48%)
Mutual labels:  utility
FastDMG
Fast, no-nonsense disk image mounting for macOS
Stars: ✭ 72 (+56.52%)
Mutual labels:  utility
ios
CoThings's iOS application. CoThings is a realtime counter for shared things.
Stars: ✭ 13 (-71.74%)
Mutual labels:  utility
js-utils
🔥 A collection of some JavaScript utility functions for everyday use
Stars: ✭ 16 (-65.22%)
Mutual labels:  utility
laika
Log, test, intercept and modify Apollo Client's operations
Stars: ✭ 99 (+115.22%)
Mutual labels:  utility
vanilla-docker
A sweet Docker setup for Vanilla Forums
Stars: ✭ 34 (-26.09%)
Mutual labels:  utility
vstutils
Small framework for easy generates web-applications (SPA or Single Page Application).
Stars: ✭ 39 (-15.22%)
Mutual labels:  utility
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (+17.39%)
Mutual labels:  utility
black hole flutter
🛠 A package absorbing all Flutter utility functions, including extension functions and commonly used widgets
Stars: ✭ 18 (-60.87%)
Mutual labels:  utility
HEAPUtil
Code for the RA-L (IROS) 2021 paper "A Hierarchical Dual Model of Environment- and Place-Specific Utility for Visual Place Recognition"
Stars: ✭ 46 (+0%)
Mutual labels:  utility
eth-rpc-errors
Ethereum RPC Errors
Stars: ✭ 78 (+69.57%)
Mutual labels:  utility
discord-paginationembed
A pagination utility for MessageEmbed in Discord.JS
Stars: ✭ 93 (+102.17%)
Mutual labels:  utility
micSwitch
macOS menu bar application for the mic mute/unmute with single click or shortcut with walkie-talkie style support
Stars: ✭ 37 (-19.57%)
Mutual labels:  utility
whatsapp-jpeg-repair
A handy tool to fix jpeg files downloaded from WhatsApp and prevent errors upon opening these files in Adobe Photoshop.
Stars: ✭ 30 (-34.78%)
Mutual labels:  utility
Funky
Funky is a functional utility library written in Objective-C.
Stars: ✭ 41 (-10.87%)
Mutual labels:  utility
hasmail
Simple tray icon for detecting new email on IMAP servers
Stars: ✭ 29 (-36.96%)
Mutual labels:  utility
utilsac
Utility functions
Stars: ✭ 13 (-71.74%)
Mutual labels:  utility
linearmouse
🖱 The mouse and trackpad utility for Mac.
Stars: ✭ 1,151 (+2402.17%)
Mutual labels:  utility
pe-util
List shared object dependencies of a portable executable (PE)
Stars: ✭ 45 (-2.17%)
Mutual labels:  utility
xd-storage-helper
A little helper to make storing key-value-pairs (e.g. settings) for Adobe XD plugins easier.
Stars: ✭ 22 (-52.17%)
Mutual labels:  utility

TestCards

TestCards is a simple test pattern generator for Unity.

screenshot screenshot

screenshot screenshot

How To Install

This package uses the scoped registry feature to resolve package dependencies. Please add the following sections to the manifest file (Packages/manifest.json).

To the scopedRegistries section:

{
  "name": "Keijiro",
  "url": "https://registry.npmjs.com",
  "scopes": [ "jp.keijiro" ]
}

To the dependencies section:

"jp.keijiro.testcards": "1.0.0"

After changes, the manifest file should look like below:

{
  "scopedRegistries": [
    {
      "name": "Keijiro",
      "url": "https://registry.npmjs.com",
      "scopes": [ "jp.keijiro" ]
    }
  ],
  "dependencies": {
    "jp.keijiro.testcards": "1.0.0",
...

How To Use

The TestOverlay component works as an image effect, so it has to be added to a camera object before using. It simply overdraws the entire screen with a test pattern.

Currently four pattern modes are available for use.

  • Fill: simply fill the entire screen with a given color.
  • Spectrum: draws a grayscale bar and a color spectrum bar.
  • Checker: draws a checker pattern with a given scale.
  • Pattern: draws a TV test pattern.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].