+ 9
SoloLearn Logo Generation
Due to the Q&A's tedious character-limit, I'm sharing my question via a code-playground link: https://code.sololearn.com/WdO8f4U7MkRC
9 Answers
+ 6
I'm pretty sure the sololearn logo was hand-drawn with some editor. If you look at a large version of it the gaps between the petals are very irregular, they aren't nice geometric shapes.
The way I did it is intersect a circle with a circle that's squished in height by half to get a crescent moon shape.
The sololearn logo isn't spherical on the outside like the aperture science logo, so if you wanna do the "donut method" I wouldn't start with one large circle, rather 6 circles arranged in a circle and then you cut out the center. The curvy spiral lines going inwards are circles with radius twice as large as the 6 small circles.
+ 5
This is nice!
https://code.sololearn.com/Wp3QUov9I62Q/?ref=app
+ 5
Coder Kitten
I'd like to generate it from scratch so that I don't have to do that - as I've stated in the question.
+ 5
I think everyone is misunderstanding my question, lol. I'm not asking about how to import images nor about how to generate the SL logo in-general. I'm wanting to know if it'd be possible to generate the logo via the method mentioned within the question (steps are bulleted). If someone has succeeded at doing this already, I'd most definitely be interested to know how they pulled it off.
+ 4
I think Jema has a code for this
+ 2
Ah Fox I get it now đ. Personally I have not tried your method.
+ 1
Wasn't there a contest on this once? Perhaps you could search "Sololearn logo" on code playground for some inspiration?
+ 1
I don't think foxes code?
+ 1
Waiting to see it