KO
|
EN
gitlite โ search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
uiua386color
โ 13
Open GitHub โ
Uiua386 font but with color glyphs
Download README (.md)
Explore Similar Repositories
tabby-backend-py
:
Tabby (self-hosted AI coding assistant) server in 20 lines of python
Perdoname
:
๐ Proyecto para los bros que necesitan el perdรณn
Token-bridge
:
A token bridge utilizing PortalBridge to facilitate the seamless transfer of assets across multiple blockchain networks.
sdcore-helm-charts
:
Helm charts used for SD-Core packaging
survey-scanner
:
This repository publishes the sources of Internet-Wide Scans observed by NICTER darknet monitoring.
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
uiua386color
?
Download (.md)
# Uiua386, colored [demo and downloads](https://code.jonathanperret.net/uiua386color) ## why Syntax highlighting can color Uiua's glyphs but not render the magnificent multi-color glyphs you can see in the [Uiua pad](https://uiua.org/pad) such as <img src="glyphs/uni2349.svg" width=32> or <img src="glyphs/intersection.svg" width=32>. This font uses both the Opentype-SVG extension (for Firefox and Apple platforms) and the COLR1 extension (for Chrome) to render color glyphs using the official Uiua palette. ## requirements ``` $ python -mvenv venv $ source ./venv/bin/activate $ pip install -r requirements.txt ``` ## build font ``` $ make ```