Giter Site home page Giter Site logo

acgn-svg's Introduction

ACGN SVG Club

A lot of ACGN images do not have a high resolution. In contrast, huge amounts of space are often taken up unexpectedly for higher resolution, especially for comic and anime.

There are some inverse graphics researches, like BézierSketch, which can convert low-resolution images to vector graphics with no larger size but more clear. Maybe there will be some algorithms that can convert all kinds of ACGN images to vector graphics in future.

However, we think that the best high-resolution images must be the native vector graphics. Thus, we found ACGN SVG club.

The ACGN SVG club is a collection of native vector graphics illustrations. To join us, your artwork must satisfy both of the following requirements:

  1. Must be a colored illustration of anime, comic, game or light novel.
  2. Must be SVG compliant and render perfectly as SVG.

How to join

  1. Ensure your artwork satisfy the requirements.
  2. Fork this repo
  3. Add your artwork to public/artworks and add meta in src/artworksInfo.json
  4. PR. After checking, we will add your artwork to the club.

Artwork meta is defined in /src/components/ArtworkCard.astro:

interface Artwork {
    name: string;
    tags: string[];
    author: string;
    authorLink?: string;
    artworkSrc: string;
}

acgn-svg's People

Contributors

haruki-nikaidou avatar mura-same-sama avatar

Watchers

 avatar

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.