• Stars
    star
    198
  • Rank 195,737 (Top 4 %)
  • Language
    JavaScript
  • License
    GNU Lesser Genera...
  • Created almost 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python to P5.js Transcriptor

pyp5js: drawing with Python 3

PyPI version Continuous Integration Gitpod ready-to-code

Processing ideas and Python 3 together with P5.js in the browser.

Python 3 drawing in the web! Try it here!

Here's an example of a valid Python code using P5.js API:

def setup():
    createCanvas(200, 200)

def draw():
    background(200)
    diameter = sin(frameCount / 60) * 50 + 50
    fill('blue')
    ellipse(100, 100, diameter, diameter)

Project setup

$ git clone [email protected]:YOUR_GITHUB_PROFILE/pyp5js.git
$ cd pyp5js
$ pip install -r dev-requirements.txt
$ python setup.py develop
$ make test

More references

Documentation

Examples

Installation

Quickstart

Internals details

Known issues and differences to the Processing.Py and P5.js ways of doing things

How can I contribute?

More Repositories

1

model_mommy

No longer maintained, please migrate to model_bakery
Python
903
star
2

sketches

my sketches created with processing
JavaScript
45
star
3

jazz-graph

Graph Study of Jazz Music
Python
26
star
4

mongoengine_fuel

A factory for mongoengine documents
Python
25
star
5

YouCover

A search tool for youtube
Python
10
star
6

berin

Personal tools I'm using to create my PyProcessing daily sketches
Python
7
star
7

camisas_crawler

Python
6
star
8

talks

HTML
5
star
9

pybitly

A Python tool to consume the Bit.ly API
Python
4
star
10

scrapy-pybr8

Python
3
star
11

curso-crawler

Repositório com material gerado para o curso de Crawlers em Python na Pingmind
Python
3
star
12

django-bulb-switcher

Simple feature toggle tool for Django
Python
3
star
13

facebook_client

A Python Facebook Client
Python
3
star
14

programacao_ibemec

Repository for java exercises from Ibemec
Java
2
star
15

grandmas-recipes

Python
2
star
16

project_euler

My Project Euler's Resolutions
Python
2
star
17

forkinrio_exercises

Exercícios para o ForkinRio de Python
Python
2
star
18

config_files

config_files
Python
2
star
19

heroku-buildpack-darknet

Heroku Buildpack for Darknet
Shell
2
star
20

cempre_parser

JavaScript
1
star
21

my_dojo_resolutions

Minhas resoluções dos problemas que vejo nos Dojos da vida
JavaScript
1
star
22

expenses_tracker

Python
1
star
23

pygenius

Genius Simon Says Game implemented with Pygame
1
star
24

xadrezonator

Chess game for the discipline of Software Engeneering II at UFF
Java
1
star
25

py-notify

A fork of Py-Notify, lib that implements oberver pattern
Python
1
star
26

teashirts

Ruby
1
star
27

Jeees-Game-API

Django API to be consumed by GUIs that wants to implement the Jeees.
Python
1
star
28

berinfontes.com

http://berinfontes.com/
JavaScript
1
star
29

forkinrio

Forkin'Rio is a technology study group to investigate cool topics
Python
1
star