All Projects → zero-to-mastery → Animation-Nation

zero-to-mastery / Animation-Nation

Licence: other
A ZTM Challenge for Hacktoberfest 2019

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Animation-Nation

Chataigne
Artist-friendly Modular Machine for Art and Technology
Stars: ✭ 251 (+53.05%)
Mutual labels:  art
pxlsrt.js
Node.js module for pixel sorting.
Stars: ✭ 46 (-71.95%)
Mutual labels:  art
odex-patcher
Run arbitrary code by patching OAT files
Stars: ✭ 44 (-73.17%)
Mutual labels:  art
Shan Shui Inf
Procedurally generated Chinese landscape painting.
Stars: ✭ 3,168 (+1831.71%)
Mutual labels:  art
Art1
Art1 by Richard Williams, 1968
Stars: ✭ 24 (-85.37%)
Mutual labels:  art
audiocard
⏯️ AudioCard - Opinionated, responsive, audio player compatible with Twitter Cards
Stars: ✭ 66 (-59.76%)
Mutual labels:  art
Androidmethodhook
android art hook like Sophix
Stars: ✭ 235 (+43.29%)
Mutual labels:  art
generative-art
🌈🎨 Generative Art is the idea realized as genetic code of artificial events, as construction of dynamic complex systems able to generate endless variations. This is also a nuxt-module (@luxdamore/nuxt-canvas-sketch) - [three.js, tensorflow.js and gsap are not included].
Stars: ✭ 41 (-75%)
Mutual labels:  art
color-code
Encodes files as color
Stars: ✭ 17 (-89.63%)
Mutual labels:  art
sketch360
Cross-Platform 360 Degree Panoramic Sketching App
Stars: ✭ 37 (-77.44%)
Mutual labels:  art
P5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
Stars: ✭ 16,542 (+9986.59%)
Mutual labels:  art
Generative-Art
A selection of generative art scripts written in Python
Stars: ✭ 284 (+73.17%)
Mutual labels:  art
stamps
A language for producing art
Stars: ✭ 116 (-29.27%)
Mutual labels:  art
Polyhedra Viewer
Explore the relationships between convex regular-faced polyhedra.
Stars: ✭ 253 (+54.27%)
Mutual labels:  art
generative-art-Processing
Processingによるアート作品をまとめたリポジトリです.一部の作品はopenFrameworksで書かれています.This is a repository for art portfolio of Processing art. Some of arts are written in openFrameworks, one of the C++ libraries.
Stars: ✭ 31 (-81.1%)
Mutual labels:  art
Circle Evolution
Evolutionary Art Using Circles in Python
Stars: ✭ 237 (+44.51%)
Mutual labels:  art
JRubyArt
JRubyArt a ruby implementation of processing
Stars: ✭ 87 (-46.95%)
Mutual labels:  art
art-turing-ellipse
A six-panel artistic rendition of Alan Turing
Stars: ✭ 17 (-89.63%)
Mutual labels:  art
code-art
🌈 Collect beautiful art text, never bug. 收集好看的艺术代码,佛祖保佑,永无 Bug。找好看的注释,看这里。
Stars: ✭ 38 (-76.83%)
Mutual labels:  art
generative-art
I wanted to make a nicer sticker for Munihac, then things got out of hand.
Stars: ✭ 134 (-18.29%)
Mutual labels:  art

UPDATE: Event Concluded!

This project started as a project for Hacktoberfest 2019, Thank you to everyone that participated and made this project what it is today and we look forward to seeing you all at Hacktoberfest 2020!. Feel free to continue adding your designs to the master branch, you can check out the Hactoberfest-Edition branch to see the project as it was at the end of the event.

Interested in more events? keep an eye on our Events page HERE


Sharpen your pencils, we're getting creative!

Animation Nation

Hello and welcome to Animation Nation, a ZTM project for Hacktoberfest 2019! This site aims to showcase the creative talents of the ZTM community :)

Rules

The rules are simple. You have to:

  • Use HTML <divs> and CSS only! No JS, and no SVGs!
  • Have at least one animation in your work
  • Please make sure that the code is indeed your own, and not copied from someone else
  • That's it!

All discussions around this event can now be had in our #hacktoberfest-2019 channel on Discord!

How to contribute

If you've never forked a repository or made a pull request before, we recommend making your first one over at https://github.com/zero-to-mastery/start-here-guidelines. That will count towards your total, and then you'll be ready to take on this challenge with your new GitHub skills!

A cool resource to learn about the fork workflow can also be found here - https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow

Now, once you've forked this repo and got a local version up on your computer, follow these steps:

  1. In the Art directory (folder), create a directory named after yourself.
  2. Within this folder you just made, create two files, an HTML file, and a CSS file.
  3. Link your CSS file to your HTML file.
  4. Using only HTML and CSS (no <script> allowed!!), create a work of art! It can be as simple or as complex as you like, as long as it's animated in some way!
  5. Get a screen recording of your finished work, and make a gif! Try to crop it so that it looks good as a smallish (preferably squarish) image. Save this in your directory, together with your HTML and CSS files. Static screenshots are also acceptable.
    If you don't add a gif/screenshot, the website won't show your animation.
  6. Go to the root include.js. You will see an array of objects, each one represents a work of art that someone has created. Copy an example object and paste it at the end, filling it out with your art information and links:
let cards = [
  //  Add your card in this section
  {
    artName: 'Your art name here',
    pageLink: './Art/Joy/triangle/triangle.html',
    imageLink: './Art/Joy/triangle/triangle.gif',
    author: 'Joy',
    githubLink: 'https://github.com/royranger'
  }
];
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].