Giter Club home page Giter Club logo

runesmith's Introduction

Runesmith

Runesmith is a character map application that allows you to browse and copy Unicode characters. It is similar to gucharmap.

Screenshot

Features

  • Browse Unicode characters by block or script (including script extensions), in grid view or list view
  • Characters are color coded by general category, and characters in a script are divided by block
  • Double click on a character to insert it into the text editor
  • Normalize texts, change casing, and see the code point breakdown with the text editor
  • Go to character by hex or decimal value, or search by name (matches full words only)
  • Single page web app, works locally without a server

Usage

Clone the repo, or download index.html and dist.js. Then open index.html in your browser. Alternatively, you can try the online version at https://johnfactotum.github.io/runesmith/.

GTK app

There are two GTK wrappers, one for GTK 3 and one for GTK 4. They require GJS, libadwaita/libhandy, and WebKitGTK.

Building

Building requires Deno. ./data/get-data.js is used to fetch UCD data and convert it to ./data/data.json. To enable use without a server, this data is combined with ./index.js into dist.js by ./build.js.

Issues

The code is quick and dirty, sort of speghetti. There are a number of obvious issues:

  • Cannot configure the font
  • No support for name aliases
  • The UI is not responsive. No support for smaller screens.
  • It's a bit slow to start. It loads all data, about 1.6 MB, at once. Though this is less of a problem if you run it locally.
  • It renders all characters in a block or script; no optimizations such as lazy loading or "virtual" rendering. In practice, though, the performance seems acceptable. Firefox seems to handle it particularly well.
  • Poor support for showing ranges in Han, Hangul, and Tangut. It requires an additional click when browsing by script, and it shows the wrong character name. There's no support for Unihan, either. To be fair, for Hangul, it's easy enough to use normalization to convert between precomposed syllables and decomposed jamo, so it's not really an issue.

runesmith's People

Contributors

johnfactotum avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

runesmith's Issues

working?

Hi

Is this working?

Tried your demo site, loads partially.

Trying locally, I get attached.

2023-04-30_10-05

Thanks, Ian

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.