A genetic algorithm for fonts
 
 
 
 
Go to file
dullbananas 81454e60dd Update README.md 2023-09-01 14:04:57 +00:00
crates Use median of 3 samples per glyph in test 2023-06-22 21:29:20 +00:00
scripts Improve scripts 2023-06-01 17:49:00 +00:00
.gitignore Rename static frontend to deployment and include backend executable 2023-06-01 14:32:35 +00:00
Cargo.lock Add SizeLimit 2023-05-30 19:17:37 +00:00
Cargo.toml Add SizeLimit 2023-05-30 19:17:37 +00:00
LICENSE
README.md Update README.md 2023-09-01 14:04:57 +00:00
index.html
rustfmt.toml

README.md

Font generator

Build

Requirements:

  • rust
  • wasm-pack 0.11
  • bash

To compile and run the server with dev profile, run this in a terminal. Address can be changed and is optional.

ADDRESS=127.0.0.1:8000 sh scripts/dev-server.sh