Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Showcase #1360

Open
justinmoon opened this issue Oct 30, 2020 · 20 comments
Open

Project Showcase #1360

justinmoon opened this issue Oct 30, 2020 · 20 comments
Labels
write-up Detailed information / thoughts

Comments

@justinmoon
Copy link
Contributor

justinmoon commented Oct 30, 2020

Let's make a collection of Druid projects. Here's a few nice ones I've seen:

Leave a comment to share your project!

@justinmoon justinmoon pinned this issue Oct 30, 2020
@justinmoon justinmoon changed the title Project showcase Project Showcase Oct 30, 2020
@kud1ing
Copy link
Contributor

kud1ing commented Nov 4, 2020

There are also:

@tirix
Copy link
Contributor

tirix commented Dec 16, 2020

I have not tried those out, so I don't know their actual state, but at lease some of them might be interesting:

@timothyhollabaugh
Copy link

I've been working on a computer-aided-manufacuring (CAM) tool that generated toolpaths for milling out circuit boards and SVGs on a CNC mill or router.

https://gitlab.com/timothyhollabaugh/cam

Will way that I'm pretty happy using druid here. There are a number of custom widgets, lenses, list iters, and an AppDelegate to talk to a computation thread. Patiently waiting for 3d support though 😄 .

@RyanMeulenkamp
Copy link

Hi, I got hinted to submit my little druid app here. It's called Solplan, and it maps solar panels onto a roof.

@tirix
Copy link
Contributor

tirix commented Jan 1, 2021

To be added to the showcase:

@kud1ing
Copy link
Contributor

kud1ing commented Jan 8, 2021

People at https://old.reddit.com/r/rust/comments/ksgtk7/druid_v070/ expressed a desire for screenshots.

Not sure whether this issue here or another place is best to collect some.
Our friends at Iced put them in the issue: iced-rs/iced#355

@chanble
Copy link

chanble commented Mar 26, 2021

druid-huarongdao - fifteen move puzzle

@arthmis arthmis mentioned this issue Apr 21, 2021
13 tasks
@Maikel1963

This comment was marked as off-topic.

@SecondFlight

This comment was marked as off-topic.

@lisael
Copy link
Contributor

lisael commented Aug 26, 2021

Here's my take: https://gitlab.com/lisael/rebor, an editor project. The editor is far from being usable, but the editor widget is interesting enough.

@Kethku
Copy link
Contributor

Kethku commented Sep 23, 2021

https://github.com/Kethku/Pando I made a tree based task tracker

image

@Maikel1963

This comment was marked as off-topic.

@ratmice
Copy link
Collaborator

ratmice commented Jan 16, 2022

I made a little project for controlling a bluetooth light,
It is going to be a pretty blank screen if you don't have the specific device that it is for though
https://github.com/ratmice/neewerctl

It uses druid and druid-widget-nursery for prisms and some controls,
and is a moderately complex program using tokio, and the async bluetooth communications library btleplug,
communication then goes both from druid to the bluetooth device, and the other way around.

It definitely works, but some parts are less elegant than others

@pepone42
Copy link

Looks like text editor made with druid are trendy. Here is my own humble little notepad like editor
nonepad

@xStrom xStrom added the write-up Detailed information / thoughts label Apr 10, 2022
@markijohn
Copy link

I made druid ui prototype maker using rune script.

@atlanticaccent
Copy link

For the past year(?)+ I've been working in my free time on a mod manager for an indie game called Starsector. It started out built in C++/wxWidgets, then Iced, and, for a while now, Druid.

image

If it wasn't already obvious, I'm terrible at UI/UX design, but I've learned a lot. The vast majority of MOSS is managing file I/O operations, moving and deleting folders. But it also deals in (de)compression, networking (for voluntary update checking), concurrency, and system webviews (it fork into and communicate with a wry managed system webview allowing me to intercept downloads as users browse and automatically begin mod installations).

@Will-Banksy
Copy link

I've been working on a D&D character manager tool with druid https://github.com/Will-Banksy/druid_5e_manager

@Techno3d
Copy link

For a few months now I have been making a now-playing widget for my desktop
https://github.com/Techno3d/now-playing

FunnyScreenshot

@markijohn
Copy link

I made a druid ui static code generator using HTML syntax.
It's been a few months since I started doing this, and I recently added an experiment with CSS transitions for animation.

image

@liias
Copy link
Contributor

liias commented Feb 16, 2023

I've made a browser picker

https://github.com/Browsers-software/browsers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
write-up Detailed information / thoughts
Projects
None yet
Development

No branches or pull requests