Skip to content

dscvitc/FontPalette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

84e1db5 · Nov 25, 2023

History

5 Commits
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 30, 2023
Oct 23, 2023
Oct 30, 2023
Oct 30, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023
Oct 23, 2023

Repository files navigation

FontPalette

A cross-platform font management system that allows you to:

  • List installed fonts and keep track of any newly added or non-system default fonts.
  • Display a list of fonts installed along with previews.
  • Create collections and organize fonts and have these stored and synced.
  • Have a basic color picker tool and create colour palletes and save and view them.
  • Have a basic websitew view where you can apply a particular set of fonts and colours.

Project overview:

Currently working on:

  • Basic frontend to view system fonts.
  • Load and send list of fonts to frontend and view them.

To run:

Install dependencies first tauri dependencies Clone the repo, and run:

yarn
yarn tauri dev

Recommended IDE Setup

VS Code + Svelte + Tauri + rust-analyzer.