GlyphVM

Quick rating

GlyphVM

No reviews yet

A minecraft mod similar to hex casting and Trickster . Magic programming with elements of engineering and a stack. (In development)

Magic
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

🔮 GlyphVM – Visual Magic Programming for Minecraft

✅ NOW ON MODRINTH – beta 0.1.5 available for download


Draw spells with pixels. No code. Just glyphs and arrows.
GlyphVM turns Minecraft into a visual programming environment. Instead of typing commands, you draw pixel glyphs on an 8×8 (and larger) grid and connect them with arrows – this creates a graph that runs on a built‑in virtual machine.


✨ What's already implemented

  • 🖌️ Free‑form glyph drawing – place pixels in any order (not just continuous lines). Each glyph is an operation: number, add, subtract, multiply, divide, logical AND/OR/NOT/equals, conditional branch (IF), jump by address, lightning, chat print, block breaking, and much more.

  • 🔗 Execution graph – connect cells with arrows. Conditional glyphs (IF) have two arrows – true and false. Normal ones have one. Arrows define the execution flow.

  • ⚙️ Built‑in Virtual Machine – runs on the server with a stack, program counter, and delay support. Handles branching and loops (via arrows and jumps).

  • 📦 Stack data types – numbers, booleans, vectors (x,y,z), lists, entities, cell references, ItemStack, NULL.

  • 💾 Lists and memory – create lists, append/remove/get elements. Save lists to a Memory Crystal (new item) and read them back – perfect for batch operations (e.g., coordinate iteration).

  • 🔁 Addressing and jumps – glyphs address, address_from_xy, and jump let you dynamically move to any cell – implementing loops and advanced logic.

  • 🧪 Step‑by‑step debugging – the GUI has a Debug button. Run spell execution step by step, watch the stack and see the current cell highlighted.

  • 📋 Spell import/export – commands /spellcraft export and /spellcraft import_clipboard. Copy spells to clipboard and share with friends.

  • 🔋 Mana system – personal player mana (regenerates 1/sec) + craftable batteries (up to 200 units). Each glyph has a mana cost. Batteries can be inserted into the executor block.

  • 🧱 Executor block – place it in the world, it has two slots: one for the spell paper, one for the battery. Activated by redstone – executes the spell on behalf of the block.

  • 🌍 World interaction – break blocks, raycast (line of sight), get look vector, entity motion, foot/eye position, offhand item, etc.

  • 📚 Guidebook (Patchouli) – built‑in manual, already translated into Russian and English (needs final polishing).

  • 🌐 Multiplayer – works (minor rough edges possible).


📦 Current status

  • Version: beta 0.1.5 (active development)
  • Minecraft: 1.21.1
  • Loader: NeoForge
  • Dependency: Patchouli (for the guidebook)
  • Languages: Russian, English

📋 Upcoming plans

  • Visual textures (amethyst + copper style) – in progress.
  • More glyphs: loops, inventory manipulation, teleportation.
  • Full crafting recipes for all items.
  • Release stabilisation and polishing.

🔗 Support the project


Thanks for checking out GlyphVM! Your support makes this possible. 🎉

Screenshots

Gallery

  • demonstration of writing
    demonstration of writing
  • big spell paper
    big spell paper
  • guide book
    guide book
  • Glif write
    Glif write
  • spell redactor
    spell redactor
  • ariphmetic spell
    ariphmetic spell
  • medium spell paper
    medium spell paper

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works