## pyp5js: Python to P5.js Transcriptor
[![PyPI version](https://badge.fury.io/py/pyp5js.svg)](https://badge.fury.io/py/pyp5js) [![CircleCI](https://circleci.com/gh/berinhard/pyp5js.svg?style=svg)](https://circleci.com/gh/berinhard/pyp5js)
> [Processing](https://processing.org) ideas and Python 3 together with [P5.js](https://p5js.org) in the browser, using [Transcrypt](https://transcrypt.org/).
Here's an example of a valid Python code using P5.js API:
```python
from pyp5js import *
def setup():
createCanvas(200, 200)
background(160)
def draw():
fill('blue')
background(200)
r = sin(frameCount / 60) * 50 + 50
ellipse(100, 100, r, r)
```
### [Documentation](https://berinhard.github.io/pyp5js)
### [Examples](https://berinhard.github.io/pyp5js/examples/)
### [Installation](https://berinhard.github.io/pyp5js#installation)
### [Quickstart](https://berinhard.github.io/pyp5js#quickstart)
### [Internals details](https://berinhard.github.io/pyp5js#internals-details)
### [Known issues and differences to the Processing.Py and P5.js ways of doing things](https://berinhard.github.io/pyp5js#known-issues-and-differences-to-the-processingpy-and-p5js-ways-of-doing-things)
### [How can I contribute?](https://berinhard.github.io/pyp5js#how-can-i-contribute)
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
资源分类:Python库 所属语言:Python 资源全名:pyp5js-0.3.1.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
资源推荐
资源详情
资源评论
收起资源包目录
pyp5js-0.3.1.tar.gz (40个子文件)
pyp5js-0.3.1
MANIFEST.in 147B
PKG-INFO 2KB
pyp5js.egg-info
PKG-INFO 2KB
requires.txt 158B
not-zip-safe 1B
SOURCES.txt 1KB
entry_points.txt 63B
top_level.txt 7B
dependency_links.txt 1B
setup.cfg 38B
setup.py 2KB
README.md 1KB
pyp5js
cli.py 3KB
templates
pyp5js.py.template 3KB
base_sketch.py.template 67B
target_sketch.py.template 943B
index.html 542B
fs.py 3KB
assets
p5_reference.yml 9KB
commands.py 3KB
pre_compile
update_pytop5js.py 2KB
__init__.py 0B
http
templates
new_sketch_success.html 504B
new_sketch_form.html 614B
index.html 466B
web_app.py 3KB
__init__.py 54B
static
p5
p5.min.js 454KB
p5.js 2.95MB
addons
p5.sound.min.js 145KB
p5.sound.js 429KB
p5.dom.js 102KB
p5.dom.min.js 21KB
compiler.py 2KB
__init__.py 0B
config.py 158B
templates_renderers.py 1009B
pyp5js.py 26KB
monitor.py 1KB
exceptions.py 359B
共 40 条
- 1
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- mmexport1732452246811.png
- Python毕业设计基于物品的协同过滤算法实现图书推荐系统项目源码(高分项目)
- 软考(中级-软件设计师)知识点汇总与解析
- Desktop (2).zip
- 考研冲刺模拟试题50道及解析
- 11月美宝莲专卖店店内海报 店内海报完稿310mmX360mm-op.ai
- Python 中实现十大排序算法
- 基于 Java 实现的24点卡牌游戏课程设计
- 基于ssm台球俱乐部管理系统 框架html + css + jquery + jsp + java + ssm + MySQL 用户类型 管理员 admin 123456 普通用户 002 0
- 纸中世界-跳跃游戏.sb3
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功