HomeJavaShadersProto-Monitor
Proto-Monitor
ShadersJava

Proto-Monitor

by Usarda · on CurseForge

Screen-space X-ray composite with procedural overlays. Free Minecraft Java shader for 1.16.3, 1.17.1, 1.21.

⬇ Download on CurseForge
Proto-Monitor — screenshot 1Proto-Monitor — screenshot 2Proto-Monitor — screenshot 3Proto-Monitor — screenshot 4Proto-Monitor — screenshot 5Proto-Monitor — screenshot 6

Proto Monitor

Post-processing X-ray visualization shader with scanline and interference effects.

Overview

Proto Monitor is a lightweight full-screen post-processing shader that transforms the rendered scene into a simulated X-ray monitor view. The effect is applied entirely in the composite pass, converting scene luminance into a high-contrast monochrome image with phosphor-inspired coloration, edge enhancement, film grain, periodic scan sweeps, and intermittent signal interference.

The shader operates on the final rendered image (colortex0) rather than modifying world lighting or material rendering, making it a screen-space visual effect.


Core Features

X-Ray Image Conversion

Visual Effect

The scene is remapped into an X-ray-style image where darker and brighter areas are transformed into a high-contrast negative representation.

Implementation

This produces the base X-ray appearance used throughout the shader.

Performance

Very low cost. Requires only a single texture sample for the base image.


Edge Enhancement

Visual Effect

Object boundaries become more pronounced, creating stronger outlines within the X-ray image.

Implementation

This increases local contrast around geometry silhouettes and texture transitions.

Performance

Low impact. Adds two additional texture fetches per pixel.


Film Grain

Visual Effect

Subtle noise is layered over the image, simulating grain present in scanned film or imaging equipment.

Implementation

Performance

Low to moderate arithmetic cost with no additional texture lookups.


Scanner Sweep Overlay

Visual Effect

A bright scanning bar periodically moves vertically across the screen.

Implementation

The sweep repeats continuously over time.

Performance

Minimal. Implemented entirely with mathematical operations.


Phosphor-Based Color Grading

Visual Effect

The grayscale X-ray image is tinted with cold blue-green monitor colors while preserving bright white highlights.

Implementation

Performance

Negligible.


Interference Burst System

Visual Effect

Brief periods of display instability introduce horizontal corruption and altered image regions.

Implementation

The effect appears as short interference bursts rather than continuous distortion.

Performance

Mostly inactive. During active bursts, additional texture sampling is performed.


Film Edge Response

Visual Effect

Screen edges become slightly brighter while the image simultaneously fades toward the corners.

Implementation

This produces a film-viewer style framing effect.

Performance

Negligible.


Compatibility

Rendering Pipeline

GLSL Version

Included Shader Stages

Detected Uniforms

Loader Support

No loader-specific metadata is included in the project files.

Compatibility with OptiFine, Iris, Sodium, or other shader loaders cannot be verified from the archive alone.

Known Constraints


Shader Options / Configurable Settings

No user-configurable shader options were found.

The archive contains an empty shaders.properties file and exposes no configurable parameters through project metadata.

Proto-Monitor is a free Minecraft Java shader. Compatible with Minecraft 1.16.3, 1.17.1, 1.21, 1.16.1 and newer. Downloaded 6,283 times (via CurseForge). Download it and open it directly in the game.

Explore more