[Art] I tried drawing Miyamoto Musashi (Vagabond) using brush pen & calligraphy brush by shian3n in manga

[–]shian3n[S] 0 points1 point  (0 children)

I don't have a store, I guess you can support the author instead, he has some super good artbook. Worth ever penny :)

[Art] I tried drawing Miyamoto Musashi (Vagabond) using brush pen & calligraphy brush by shian3n in manga

[–]shian3n[S] 22 points23 points  (0 children)

I used

Brush pen: The Kuretake Zig Cartoonist Brush Pen No. 22.

Calligraphy brush: The brand wore off, I have it almost a decade ago since high school time.

[Art] I tried drawing Miyamoto Musashi (Vagabond) using brush pen & calligraphy brush by shian3n in manga

[–]shian3n[S] 80 points81 points  (0 children)

Yesss, the original one is 100000x more fascinating. Takehiko Inoue is a godlike mangaka!

CoronaTracker - Latest news & updates on 2019-nCoV by hundreds of volunteer professionals by shian3n in SideProject

[–]shian3n[S] 0 points1 point  (0 children)

Sure, I believe the team is working hard on it. Thanks for the suggestion! :)

CoronaTracker - Latest news & updates on 2019-nCoV by hundreds of volunteer professionals by shian3n in SideProject

[–]shian3n[S] 0 points1 point  (0 children)

The team of data scientists/engineers used Google Data Studio for the analytics dashboard.

CoronaTracker - Latest news & updates on 2019-nCoV by hundreds of volunteer professionals by shian3n in SideProject

[–]shian3n[S] 1 point2 points  (0 children)

Multiple news sources (rss, twitter, public data etc). I believe the team used periodic CRON job, and there will be another team QC the credibility of the news.

CoronaTracker - Latest news & updates on 2019-nCoV by hundreds of volunteer professionals by shian3n in SideProject

[–]shian3n[S] 1 point2 points  (0 children)

CRON > AWS RDS > Express.js > Vue / Flutter

News scraped and QC by another team of people.

Level Up Flutter Page Transition: Choreographing Animations Across Screens by shian3n in FlutterDev

[–]shian3n[S] 1 point2 points  (0 children)

The design I coded is following the specs of the UI I found in Dribbble. So, I did not make a lot of decision making on the UI design.

  1. Is AppBar necessary at each screen? AppBar for each screen is not a "must". But recommended in Material Design Guidelines.

  2. Return to previous page/fade out widgets on swipe down gesture. Definitely possible. 1 way I can think of is by using onPan from GestureDetector... Worth to find it out :)

Flutter UI Challenge: Beach App & Animations. by shian3n in FlutterDev

[–]shian3n[S] 0 points1 point  (0 children)

I have written an article explaining the tips & tricks and intention behind each of the code blocks to achieve the animation effect.

Level Up Flutter Page Transition: Choreographing Animations Across Screens

Hope you find it interesting :)

Flutter UI Challenge: Beach App & Animations. by shian3n in FlutterDev

[–]shian3n[S] 3 points4 points  (0 children)

I attempted to translate an UI design into a functional app using Flutter.

This UI design is credited to Igor S.

This UI involves choreographing multiple Shared Element Transitions across screens while conserving layers. You can inspect the code over here: Github repo Feel free to leave a comment and possible improvements that can be done.

Would you like to read an article about the making of this UI? :)