No description
  • JavaScript 96.8%
  • HTML 2.9%
  • CSS 0.3%
Find a file
2026-07-17 23:03:14 +02:00
assets Feat: Import initial project. 2026-07-17 23:03:14 +02:00
.gitignore Feat: Initial commit. 2026-07-17 22:27:24 +02:00
index.html Feat: Import initial project. 2026-07-17 23:03:14 +02:00
LICENSE Feat: Initial commit. 2026-07-17 22:27:24 +02:00
README.md Feat: Import initial project. 2026-07-17 23:03:14 +02:00
sketch.js Feat: Import initial project. 2026-07-17 23:03:14 +02:00
style.css Feat: Import initial project. 2026-07-17 23:03:14 +02:00

P5.js Pixel Art Generator


Requirements

To run this project, you need:

  • A modern web browser, such as Firefox, Chrome, Chromium, Edge, or Vivaldi.
  • Git, if you want to clone the repository.
  • Python 3.8 or newer, used to run a local web server.
  • An internet connection, as the p5.js library is loaded through a CDN.

No additional packages or a separate p5.js installation are required.


Installation and running

Windows

  1. Clone the repository:

    git clone https://forge.rdmge.sh/rileydeman/p5js-pixel-art-generator.git
    
  2. Open the project directory:

    cd p5js-pixel-art-generator
    
  3. Start a local web server using Python:

    py -m http.server 8000
    

    If the py command is unavailable, try:

    python -m http.server 8000
    
  4. Open the following address in your browser:

    http://localhost:8000
    
  5. To stop the server, return to the terminal and press:

    Ctrl+C
    

Linux

  1. Clone the repository:

    git clone https://forge.rdmge.sh/rileydeman/p5js-pixel-art-generator.git
    
  2. Open the project directory:

    cd p5js-pixel-art-generator
    
  3. Start a local web server using Python:

    python3 -m http.server 8000
    
  4. Open the following address in your browser:

    http://localhost:8000
    
  5. To stop the server, return to the terminal and press:

    Ctrl+C
    

Running without Git

You can also download the repository as a ZIP file.

  1. Download and extract the ZIP file.
  2. Open a terminal inside the extracted project directory.
  3. Start the Python web server using the instructions above.
  4. Open http://localhost:8000 in your browser.

Opening the project directly

For simple projects, it may also be possible to open index.html directly in a browser.

However, using a local web server is recommended. Some browser features, assets, files, or p5.js functions may not work correctly when the page is opened using a file:// address.


⚠️ License Notice

This project is licensed for personal and educational use only.

  • Allowed: Personal projects, private learning, classroom demonstrations, and student research.
  • Not allowed: Public sharing, republishing, redistribution, or any form of commercial use.

To use this project (or any part of it) in a public or commercial context, you must obtain written permission from the author:

Author: @rileydeman

See the full LICENSE file for complete terms and conditions.


All code and visual assets in this repository are © rileydeman.

  • Code is licensed for personal and educational use only.
  • Logos, icons, and images are not open source and may not be reused without permission.

See the LICENSE file for full terms.


📝 License

Custom license © rdmge --- © rileydeman
See the LICENSE file for full terms.


© rileydeman