MeVVisualizer is a lightweight, high-performance web renderer for Minecraft Litematics, built as part of MineMeV (Minecraft Engineers Vault).
It focuses on accurate rendering, smooth interaction, and practical tools for engineers working with large structures.
-
๐ฆ Litematic Support
- Load and visualize
.litematicfiles directly in the browser
- Load and visualize
-
๐งฉ Multi-Region Support
- Correctly handles structures composed of multiple regions
-
๐ Material List Included
- Automatically calculates and displays required materials
-
๐ Slice Viewer
- Inspect structures layer by layer (X/Y/Z slicing)
-
โก High Performance
- Optimized rendering pipeline using WebGL
- Efficient handling of large builds
-
๐ง Accurate Block Rendering
-
Correct visualization of complex blocks:
- Chests
- Redstone
- Orientation-sensitive blocks
-
-
๐ฏ No Visual Glitches
- Clean and reliable rendering with no known major issues
- WebGL
- JavaScript (ES Modules)
- deepslate@0.25.1
.
โโโ src/ # Renderer logic
โโโ index.html # Entry point
โโโ .gitignore
Available via GitHub Pages:
https://dalinnar.github.io/mevvisualizer/
- Open the app in your browser
- Load a
.litematicfile - Navigate using mouse controls
- Use slice controls to inspect layers
- Check the material list for build requirements
- Left Click + Drag โ Rotate
- Scroll โ Zoom
- (Optional) Slice controls โ Change visible layers
- Uses the latest deepslate version via CDN
- Designed for engineers and technical Minecraft players
- Works entirely client-side (no backend required)
Built by MineMeV