Skip to content

Alesk1969/Coding-Train-Logo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Train Logo

The Coding Train Logo

This repo contains the p5.js sketch to generate the Coding Train Logo and variations submitted by the Coding Train community.

Contributing

  1. Using the hard-coded data points in the p5 sketch, you can create your own variation of the Coding Train Logo and submit a pull request to this repo. Some ideas for variations include porting to anther language, changing the color, adding animation and sound. For inspiration, check out all the other contributions below. This repository has the "Hacktoberfest" label. If you would like your contribution to count towards Hacktoberfest, please either wait until October 1 to make your pull request or indicate that you are participating in Hacktoberfest in the pull request. Thank you for contributing to the Coding Train logo repository!

If you would like assistance or have a question, feel free to open an issue or ask in the Coding Train Discord. We would be happy to assist you!

Please add your variation below in the following format:

- [**Title**](link-to-sketch) _by Author_ <br>
  Description (optional)
  <!-- Screenshot / GIF / Video (add image files in `variations/`, optional.
   NOTE: A blank line or comment between Description and Image is important for correct formating) -->
  <img src="variations/your-variation-author.png" alt="Your Variation" width="300px">
  1. Port the sketch to another language or framework! You can add your port inside a directory ports/[language]/ where [language] is the name of the language or framework (eg. processing), and add it to the list below.

    - [**Language**](./ports/[language]) _by Author_

Variations

  • Animated Logo by Dipam Sen
    Animated the path of the logo by interpolating it using a cubic easing function.

    Animated Logo
  • 3D Printable Challenge Coin by Dan TheLostSorcerer
    A 3D Printable Challenge Coin I was inspired to create.

    The Coding Train - Challenge Coin Rotating GIF

Ports

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 32.6%
  • Python 31.4%
  • JavaScript 26.5%
  • HTML 9.5%