Coder Social home page Coder Social logo

octwall's Introduction

Octwall

svg icons pattern picture generation made easy.

Checkout the demo

Octwall help genrate picture like below from a bunch of svg icons or svg sprites.

octwall example

From the online demo, you will only see github octicons icons. Google material design icons are also avaliable in the repo, but you need to run octwall yourself in your local environment, see below.

And also octwall supports some more color patterns.

octwall colors

Octwall is built with nodejs.

Run it in your local environment

1/ Clone the repo

git clone https://github.com/haishanh/octwall.git

2/ Install dependency

cd octwall
npm install -g gulp
npm install

3/ Modify the file octwall.config.js as your want.

Basicly, the file will being imported as a object. Explanation for each key is also avaliable in the file itself.

4/ Build

Octwall using gulp as task runner. To build:

gulp

5/ Serve and browse

gulp serve

Go checkout http://localhost:3000

Note: Seems on some Linux distro there is a issue with slug module used in gulp-svg-symbol, like below:

Error: Cannot find module 'unicode/category/So'

To resolve it you can try my patch slug.patch. To apply the patch:

patch -p1 < slug.patch

License

octicons used in this project come from GitHub's original octicons repo. License here. Google material design icons used in this project come from Google's original google/material-design-icons repo. License here.

Others are my own work, use it whatever you want.

octwall's People

Contributors

haishanh avatar

Stargazers

 avatar  avatar Tassel avatar Rancho Hoo avatar HavenShen avatar DONGHAO.LI avatar Howard avatar LΞO avatar Ru avatar Sam Su avatar

Watchers

 avatar  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.