Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
villares authored Jan 2, 2025
1 parent 0c99624 commit 4e8d2c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ Some of the tools I have explored:
- [[p5py](https://github.com/p5py/p5)] A Python 3 implementation of Processing ideas (no Java needed).
- [[Processing Java](https://processing.org]) Processing Java or "standard" mode.
- [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] Processing Python mode (legacy).
- [[py5](https://py5coding.org/)] A new Processing Java + Python 3 amazing tool
- **[[py5](https://py5coding.org/)] the Processing 4 + Python 3 amazing tool I use almost every day.**
- [[pyp5js](https://berinhard.github.io/pyp5js/)] initially a Python to p5js trancriptor, now a pyodide + p5js tool
- [[pyscript](https://pyscript.net)] A new Python in the browser tool.
- [[shoebot](https://shoebot.github.io/shoebot/)] Generate 2D vector graphics with Python.
- [[VPython](https://vpython.org/)] Python + glowscript gives you 3D on the browser.
- [Bezmerizing](https://github.com/aparrish/bezmerizing) a drawing library by Allison Parrish, based on the flat library.
- [pyxel](https://pypi.org/project/pyxel/) A retro game engine for Python.
- [raylib/pyray](https://pypi.org/project/raylib/) Python bindings for the raylib framework.
- [trimesh](https://trimesh.org/) A Python library to work with 3D meshes. Can be used on Jupyter Notebooks and integrates well with [py5](https://p5coding.org)
- [Ursina](https://www.ursinaengine.org/) A 3D game engine based on the [Panda3D](https://www.panda3d.org/) framework.
- [Bezmerizing](https://github.com/aparrish/bezmerizing) A drawing library by Allison Parrish, based on the flat library.
- [pyxel](https://pypi.org/project/pyxel/) A retro game engine for Python.
- [raylib/pyray](https://pypi.org/project/raylib/) Python bindings for the raylib framework.
- [trimesh](https://trimesh.org/) A Python library to work with 3D meshes. Can be used on Jupyter Notebooks and integrates well with [py5](https://p5coding.org)
- [Ursina](https://www.ursinaengine.org/) A 3D game engine based on the [Panda3D](https://www.panda3d.org/) framework.

---

Expand Down

0 comments on commit 4e8d2c6

Please sign in to comment.