Skip to content

Commit

Permalink
Merge pull request #34 from SableRaf/add-processing-foundation-projects
Browse files Browse the repository at this point in the history
Add Processing Foundation projects listing
  • Loading branch information
ShaneCurcuru authored Dec 11, 2024
2 parents 92870ea + 65760ea commit e7175ae
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _pages/projects-processingfoundation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Software Projects Hosted By The Processing Foundation
excerpt: A list of projects supported by the Processing Foundation
layout: default
permalink: /projects-processingfoundation
nav_exclude: true
---

The Processing Foundation hosts a variety of major open source projects that serve as creative tools for artists, educators, and programmers alike. These projects encourage experimentation with code as a medium of expression and learning, and they aim to make coding accessible to people from diverse backgrounds and disciplines.

<h2>Processing Foundation Subprojects</h2>

- **Processing (Java)**
https://processing.org/
A flexible software sketchbook and a language for learning how to code within the context of visual arts. Processing is aimed at creating interactive visual applications with ease.
- **p5.js**
https://p5js.org/
A JavaScript library inspired by Processing, which makes it easy to create graphics and interactive content for the web. p5.js is focused on making creative coding more accessible, especially for beginners.
- **Processing for Android**
https://android.processing.org
A version of Processing designed for creating native Android applications, allowing developers to write code that runs on Android devices with the same ease as desktop sketches.
- **Processing Python**
https://py.processing.org
A mode for Processing that allows users to write sketches using the Python programming language, providing an alternative syntax while retaining the core features of Processing.
- **Processing for Pi**
https://pi.processing.org
A specialized version of Processing optimized for the Raspberry Pi, aimed at leveraging the unique capabilities of the popular single-board computer for creative projects.
1 change: 1 addition & 0 deletions _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ These listings are updated on a best-effort basis, and provide just a snapshot i
- Software Freedom Conservancy projects.
- [NumFocus](projects-numfocus) projects.
- [Software In The Public Interest](projects-spi) projects.
- [Processing Foundation](projects-processingfoundation) projects.

Project listings may not be current. Various helper scripts in [assets/ruby/scrapers.rb](/~https://github.com/Punderthings/fossfoundation/tree/main/assets/ruby/scrapers.rb) are used to semi-automate enumerating foundation projects and creating a simplified per-foundation `.csv` listing.

0 comments on commit e7175ae

Please sign in to comment.