Giter Site home page Giter Site logo

Logo about govariants HOT 11 CLOSED

benjaminpjones avatar benjaminpjones commented on June 4, 2024
Logo

from govariants.

Comments (11)

benjaminpjones avatar benjaminpjones commented on June 4, 2024 3

Samtaegeuk but with Vue greens and OGS white. I chose this because the Samtaegeuk is a variant of the Taiji which looks like a variant of the OGS logo.

Samtaegeuk but with Vue greens and OGS white

BTW if anyone has ideas for a different or modified logo, we can discuss! I went ahead and put this in because we needed some replacement for the placeholder Vue icon.

from govariants.

GreenAsJade avatar GreenAsJade commented on June 4, 2024 3

I came here to submit a logo just like that one, except not as good.

The only thing I do wonder is whether the black deserves to be actual black, which would be a better link with heritage and topic.

from govariants.

JonKo314 avatar JonKo314 commented on June 4, 2024 2

I've been thinking about colors a bit. I like the blackish, whitish logo, but all colors should be (somehow) distinguishable from the background when using dark and light mode. That's not easy with blackish and whitish in the logo, but I think it's manageable. Also it would be nice to have, if the logo worked as a stone on the brownish board.

image

image

from govariants.

GreenAsJade avatar GreenAsJade commented on June 4, 2024 1

Yeah I think there's a reasonable chance that there's a green that will work. (The red somehow sticks out too much - I imagine that's what you concluded. :) )

from govariants.

JonKo314 avatar JonKo314 commented on June 4, 2024 1

Vue's color scheme is nice, but I think we should be able to come up with something of our own.

The only thing I do wonder is whether the black deserves to be actual black, which would be a better link with heritage and topic.

I think so too, but then the third color shouldn't be red I think, because black, white and red reminds me of Germany (and Austria) around 1940.

from govariants.

GreenAsJade avatar GreenAsJade commented on June 4, 2024 1

I didn't realize you were watching these! 😄

Via comments in slack, rather than actively here :)

from govariants.

JonKo314 avatar JonKo314 commented on June 4, 2024 1

@benjaminpjones can you tell me something about the geometry? Is the boundary between green and white just a semicircle with a radius that is half as big as the radius of the whole logo? If so, I think that's enough information for me to construct the shape.

Like that?
image

from govariants.

benjaminpjones avatar benjaminpjones commented on June 4, 2024

I didn't realize you were watching these! 😄

The only thing I do wonder is whether the black deserves to be actual black, which would be a better link with heritage and topic.

Actually an earlier iteration did just use OGS black & white, but I switched to Vue colors because it fit better with the site's current color scheme. I never tried a black white and green combo though - maybe it would work?

Screen Shot 2022-09-04 at 8 06 19 PM

from govariants.

benjaminpjones avatar benjaminpjones commented on June 4, 2024

Oh huh somehow I missed this further discussion - haha @JonKo314 I couldn't put a finger on it, but there I did sense a certain harshness to that first iteration 😅

from govariants.

benjaminpjones avatar benjaminpjones commented on June 4, 2024

I like it!

I like the blackish, whitish logo, but all colors should be (somehow) distinguishable from the background when using dark and light mode.

We could use an outline if one background is proving particularly tricky. I think OGS uses highlights to address this issue and also give the logo a bit of depth.

Also it would be nice to have, if the logo worked as a stone on the brownish board.

Yeah! Maybe for three-player games like parallel (n=3), maybe we can default to these!

const distinct_colors =
props.config.num_players === 2
? ["black", "white"]
: [

const distinct_colors =
  props.config.num_players <= 3
    ? LOGO_COLORS
    : [...];

from govariants.

benjaminpjones avatar benjaminpjones commented on June 4, 2024

That's correct, all just semicircles, rotated by 120°! But hopefully you don't have to recreate the geometry.. you could probably just patch the fill colors in the svg in my earlier comment.

- <path d="M-150 259.808A300 300 0 0 0 300 0a225 225 0 0 0-450 0z" fill="#cd2e3a"/>
+ <path d="M-150 259.808A300 300 0 0 0 300 0a225 225 0 0 0-450 0z" fill="#4ab04a"/>
- <path d="M-150-259.808a300 300 0 0 0 0 519.616A150 150 0 0 0 0 0z" fill="#010101"/>
+ <path d="M-150-259.808a300 300 0 0 0 0 519.616A150 150 0 0 0 0 0z" fill="#0e101b"/>
- <path d="M0 0a150 150 0 0 1 300 0 300 300 0 0 0-450-259.908A150 150 0 0 0 0 0z" fill="#dededd"/>
+ <path d="M0 0a150 150 0 0 1 300 0 300 300 0 0 0-450-259.908A150 150 0 0 0 0 0z" fill="#fbeeee"/>

Edit: as an aside, TaegeukStone.vue generates a slightly different SVG but ends up with the same shape. Might be worth a look if you're interested in the geometry.

from govariants.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.