jdanford / glyphs

A two-dimensional pictorial language in the browser, sort of like Befunge but prettier

Home Page:https://jdanford.github.io/glyphs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glyphs

A two-dimensional pictorial language in the browser, sort of like Befunge but prettier. It has minimal external dependencies but does require a browser that supports CSS variables.

Development

Prerequisites:

  • Webpack

Running:

  • npm install/yarn install
  • webpack
  • hs (or other web server)

Usage (in app)

Click the question mark button to view documentation and examples.

Future improvements

External

  • Add input to console (no more window.prompt)
  • Add more examples
  • Add more glyphs
  • Make UI scale better with font size
  • Make a better favicon

Internal

  • Make CSS more modular
  • Move program encoding/decoding to separate module

Attributions đź’–

About

A two-dimensional pictorial language in the browser, sort of like Befunge but prettier

https://jdanford.github.io/glyphs/

License:ISC License


Languages

Language:TypeScript 81.9%Language:CSS 11.1%Language:HTML 5.9%Language:JavaScript 1.0%