All Projects → kilon → pyEphestos

kilon / pyEphestos

Licence: other
A visual programming language for python and blender

Programming Languages

python
139335 projects - #7 most used programming language

SUMMARY

Ephestos is an effort to offer an alternative to Python for Blender. The alternative is Pharo.

http://pharo.org/

Pharo offers several things

  1. A language that is simple and more english like than python. Pharo is a modern non backward compatible Smalltalk implementation. Everything is messages to objects.

For example the typical hello world code in Pharo is :

Transcript show: 'Hello World

  1. Live coding , meaning that you can code the application while it runs.

  2. A powerful IDE implemented in Pharo itself. Tons of tools to make life easy.

  3. A very powerful debugger, in case of an error the debugger alows you to change the code and resume your application where the error happened as if the error never happened.

  4. A full blown GUI API , simple, powerful and flexible and entirely written in Pharo. Far more sophisticated than what the Blender GUI API offers.

PyEphestos is the Blender Side of the Ephestos project , its a typical python addon that exchanges communication with the Pharo side via sockets. It allows Pharo to control Blender.

Pharo also can be used as a GUI alternative for Blender.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].