SiloCityLabs / Cuttlephone

Phone case generator - Joycon and Junglecat rails for 3D printing
https://silocitylabs.github.io/Cuttlephone/
Creative Commons Attribution Share Alike 4.0 International
5 stars 2 forks source link

Icon, logo #8

Open maave0 opened 2 years ago

maave0 commented 2 years ago

I need logos. Splatoon's thick lined style should show up on a 3d print nicely. Make a Cuttlefish girl character and several icons. I can't draw, get it commissioned.

Get something like ThatSrb2Dude's emoji

ThatSrb2Dude emoji.zip

smile image

maave0 commented 2 years ago

this art style is used in the Splatoon 2 Splatfest pictures. There are more uses of this art somewhere in-game or in promotional art ... pls comment if you find examples

https://splatoon.nintendo.com/splatfests/

https://splatoonwiki.org/wiki/List_of_Splatfests_in_Splatoon_2

image

image

maave0 commented 1 year ago

I went thru all Dude's emoji and he has 36 variations. The outline stays the same for most of them - features are layered on-top.

3D print outline

tracing Dude's outlines produces a nice printable shape

smile thin line

smile thick line 3

I think recessing the black lines is the best move (like recessing the letters). Certain corners won't be sharp but I think it'll fit the art style. The white area is raised so the corners have a minimum radius of ~0.4mm

probable print quality

more emoji to study

Android

I like most of Android emoji, both new and old.

Android new round emoji, with reusable components like eyes, mouths, etc. https://medium.com/google-design/redesigning-android-emoji-cb22e3b51cc6

Android old blob emoji have less shading and simpler lines. https://github.com/C1710/blobmoji Some have squishy bodies that contribute to the emotion - cool but less re-usable. https://github.com/C1710/blobmoji/discussions/65

Microsoft

Microsoft Fluent emoji have a permissive MIT license and some high-contrast art. https://medium.com/microsoft-design/designing-in-the-open-source-5c62be73a599

All the files are under "assets": https://github.com/microsoft/fluentui-emoji

The use of components and high-contrast versions is nice (great for 3D printing). However I don't like how most of them look, the style is not my style image image

here's a searchable selector with the high-contrast: https://icon-sets.iconify.design/fluent-emoji-high-contrast/

maave0 commented 1 year ago

SVG import() works (issue #13), and has good performance unlike PNG surface() Inkscape PNG-to-SVG is easy enough.

bonus: angled ponytail doesn't interfere with the fingerprint cutout

image

maave0 commented 1 year ago

Certain SVGs do not work. Sometimes the extruded object has intersection issues. Changing the SVG it may help. I had to use a higher resolution version.

Ticket describing the issue: "ERROR: The given mesh is not closed! Unable to convert to CGAL_Nef_Polyhedron." https://github.com/openscad/openscad/issues/4039

A new PNG import feature is coming soon which might bypass this issue: https://github.com/openscad/openscad/pull/1110

I found this with "sia_simpler.svg" which I lowered in details as much as I could in Inkscape. Another version of the file with more nodes works fine

sia_simpler.svg before and after F6 rendering

image

image

sia_simple.svg before and after F6 rendering

image

image