Earlier quoted context omitted.
Was it deliberate?
From the source code: > >@font-face { font-family: 'Gloria Hallelujah'; ... src: local('Gloria Hallelujah'), local('GloriaHallelujah'), url(fonts/font.woff2) format('woff2'); ... } >body { ... font-family: 'Gloria Hallelujah', sans-serif; ... } So yes, the choice of font looks to be quite deliberate.
UI elements with a hand-drawn, sketchy look
81–90 of 123 posts
Re: UI elements with a hand-drawn, sketchy look
#82This is UI theory gone wrong. The idea that users will give feedback more freely when something looks unfinished is at best a non-validated theory. This used to work with actual paper prototypes. But going the extra length to make UI designs look hand-drawn, when the users know full well they are computer generated is just busy work. Showing the users what the actual design might look like works better and it actuall…
Personally I've found basic shapes and text boxes, or felt markers, infinitely more helpful at getting direct feedback from users.
Re: UI elements with a hand-drawn, sketchy look
#83Last commit is three years ago
Re: UI elements with a hand-drawn, sketchy look
#84This is UI theory gone wrong. The idea that users will give feedback more freely when something looks unfinished is at best a non-validated theory. This used to work with actual paper prototypes. But going the extra length to make UI designs look hand-drawn, when the users know full well they are computer generated is just busy work. Showing the users what the actual design might look like works better and it actuall…
The key though is you also have to present them at least 2 - 3 very radically different versions of the same thing.
Each tool has a different purpose at different parts of the design stage. When I'm in blue sky ideation phase, I don't want users to be thinking about colors and proximity (although I do, even at that stage, care deeply about information hierarchy and hate sketch tools that make information heirarchy hard to design for). It's when I'm more in the narrowing down stage that I'll move to more higher fidelity tools.
Re: UI elements with a hand-drawn, sketchy look
#85Earlier quoted context omitted.
Algorithms can't be copyrighted (though code can be), so this really depends on what level of copying is implied by the word "adapted".
"I read this code and then reimplemented it from scratch in a different language" does not release you from licensing obligations. If that were the case then brb while I go reimplement unreal engine in rust.
And yes, it does release you from licensing obligations (unless the license included specific clauses).
Re: UI elements with a hand-drawn, sketchy look
#86I personally like the look of this kind of thing enough I would want to use it for a real product, or maybe for the beta version of the product and then switch it up when official release. Probably too much extra work though.
There's good reason to use it for a beta build (or an alpha) - it changes the type of feedback you get. While my google-fu is failing me as I write this, there was a blog post I read long ago about a making things look not done (I want to say it was in the context of an AWT look and feel). Related: xkcd-style Plots https://mathematica.stackexchange.com/questions/11350/xkcd-s... ( https://news.ycombinator.com/item?id=…
Re: UI elements with a hand-drawn, sketchy look
#87Re: UI elements with a hand-drawn, sketchy look
#88This is UI theory gone wrong. The idea that users will give feedback more freely when something looks unfinished is at best a non-validated theory. This used to work with actual paper prototypes. But going the extra length to make UI designs look hand-drawn, when the users know full well they are computer generated is just busy work. Showing the users what the actual design might look like works better and it actuall…
> A set of common UI elements with a hand-drawn, sketchy look. These can be used for wireframes, mockups, or just the fun hand-drawn look.
You made up all the stuff about users and feedback. It isn't on the page and it isn't in the README.
Re: UI elements with a hand-drawn, sketchy look
#89This is UI theory gone wrong. The idea that users will give feedback more freely when something looks unfinished is at best a non-validated theory. This used to work with actual paper prototypes. But going the extra length to make UI designs look hand-drawn, when the users know full well they are computer generated is just busy work. Showing the users what the actual design might look like works better and it actuall…
I like the style for its aesthetics alone
Re: UI elements with a hand-drawn, sketchy look
#90My favorite tool for this is Balsamiq Wireframes: https://balsamiq.com/wireframes/ Having to write code loses the point of quick and dirty.
Edit: it was called napkee. looks like it was open sourced but hasn't been touched in almost a decade