Glomphosche

Quick rating

Glomphosche

No reviews yet

View composed glyphs or ligatures in Minecraft. (Alpha)

Mod Loaders
Fabric
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 Unsupported

About

Project Details

Type
Mod
License
MIT License
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

Glomphosche

Glomphosche is a simple mod that visually ligates or compose supported character or Unicode code point sequences into supported ligatures.

Alpha Usage

This mod is currently in Alpha testing. The composition system is already working, though needing polishing and possibly improved capabilities that can be built on top with.

Characters

Item Pre-composed Unicode Unifont Extension Custom Font Notes
Tagalog Block N/A WIP Since 0.1.0. To display characters with vowel markers, viramas, and pamudpod, a custom font is used. The base characters are also replaced, overriding the default from Unifont.
Modern Hangul Jamo TBD Since 0.2.0. Visually handles valid jamo sequence as pre-composed syllable, which the in-game Unifont supports.
Hanuno'o Block N/A WIP Since 0.2.1. Custom font relacement and to support displaying vowel markers and pamudpod.

Technicals

The internals are still being polished. You can check the first few lines of the GlomphoscheImpl class and even the mentioned Node classes there that you may find of interest.

import io.github.startsmercury.glomphosche.impl.client.GlomphoscheImpl;
import io.github.startsmercury.glomphosche.impl.client.node.DiscreteNode;
import io.github.startsmercury.glomphosche.impl.client.node.hangul_jamo.composable.ComposableHangulJamoNode;
import net.minecraft.network.chat.FontDescription;

class Example
{

void initialize()
{
// register modern Hangul Jamo handler, or your own handler
// for a different use, if you implemented one
GlomphoscheImpl.ROOT
    .inner()
    .add(new ComposableHangulJamoNode());

// the letter 'f'
DiscreteNode node1 = GlomphoscheImpl.LOOKUP.withDiscrete('f');
// the theoretical glyph 'fi'
DiscreteNode node2 = node1.withDiscrete('i');
// register the font that retextures 'f' as the glyph representing 'fi'
node2.fontOverride(FontDescription.DEFAULT); // replace with your own

// This one is for 'ffi' by retexturing 'f'
GlomphoscheImpl.ROOT
    .withDiscrete('f')
    .withDiscrete('f')
    .withDiscrete('i')
    // replace with your own
    .fontOverride(FontDescription.DEFAULT);
}

}

The shortest path to test with an editable text box is through the Add Server screen found in Title Screen > Multiplayer > Add Server.

Screenshots

Gallery

  • Hanuno'o Ambahan (Poetry) Example from Wikipedia
    Hanuno'o Ambahan (Poetry) Example from Wikipedia This is the version written without ending consonants which is usually done by adding the consonant and marked with a pamudpod (᜴). Read more on Wikipedia: https://en.wikipedia.org/wiki/Hanunoo_script#Examples
  • Baybayin Characters (ᜋᜅ ᜆᜒᜆᜒᜃ᜕ ᜈᜅ᜕ ᜊᜌ᜕ᜊᜌᜒᜈ᜕)
    Baybayin Characters (ᜋᜅ ᜆᜒᜆᜒᜃ᜕ ᜈᜅ᜕ ᜊᜌ᜕ᜊᜌᜒᜈ᜕) Baybayin characters written on both two fields inside Minecraft's 'Add Server' screen. Their order reflects their placement in Unicode.
  • Baybayin with Krus Virama (ᜃ᜔ᜇᜓᜐ᜕)
    Baybayin with Krus Virama (ᜃ᜔ᜇᜓᜐ᜕) Baybayin characters with the cross-shaped virama (krus-kudlit) vowel canceller written on both two fields inside Minecraft's 'Add Server' screen. Their order reflects their placement in Unicode.
  • Baybayin Characters with Pamudpod (ᜉᜋᜓᜇ᜕ᜉᜓᜇ᜕)
    Baybayin Characters with Pamudpod (ᜉᜋᜓᜇ᜕ᜉᜓᜇ᜕) Baybayin characters with the pamudpod vowel canceller written on both two fields inside Minecraft's 'Add Server' screen. Their order roughly reflects their placement in Unicode, as some overflowed.

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
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