WIP: feat: Graphical interface #19
No reviewers
Labels
No labels
bug
critical
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
kir68k/lattice!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "graphical"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
adding all of lucide's icons might've been a mistake considering how bad gh's ui is ._.
I finally got around to moving the whole program to a GUI.
At first I tried using iced, but the whole elm thing didn't click with me, and I couldn't find anything besides egui that wasn't gonna need writing everything inside macros or a dsl. (then I gave up and forgot until mid december)
I found gpui recently and really liked its way of doing things, including the entity system & reactivity, and styling elements with tailwind syntax. The component library also provided exactly what I was looking for, i.e. easy window dialogs and client-side decorations.
This PR does several things which I wanted to naturally implement while adding the UI.
Progress tracker:
src/utilscode)src/ui.Pull request closed