Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chr15m/blender-hylang-live-code

Live-coding Blender with Hy(lang)
https://github.com/chr15m/blender-hylang-live-code

Last synced: about 2 months ago
JSON representation

Live-coding Blender with Hy(lang)

Awesome Lists containing this project

README

        

Live-coding [Blender](http://blender3d.org/) with [Hylang](http://hylang.org/).

[![Quick screencast of Live-coding Blender with Hylang](./screencast.gif)](https://www.youtube.com/watch?v=vRBdqsaKmuU)

### Running it ###

Tested on GNU/Linux and OSX.

On OSX add alias to use Blender from the command line:

```alias blender="/Applications/blender.app/Contents/MacOS/blender"```

* Run `./install-dependencies.sh` to install the Hy-lang dependencies in a place where Blender's internal Python can find them.
* Run `./blender-livecode.sh examples/one-hundred-cubes.hy` to start Blender watching one-hundred-cubes.hy and re-loading it whenever it changes.