Stuart Axon | 9 Apr 2013 16:01
Picon
Favicon

Nodebox compatiblity milestone - Evolution example runs unmodified

Hi,
   Back in 2008 when I first saw nodebox, it was the Evolution example
http://nodebox.net/code/index.php/Evolution that made me sad I couldn't 
nodebox on linux...  luckily shoebot was here, though it couldn't run
that particular example yet.. it had puredata integration, a gui and
some nice drawing examples..

Today though, evolution runs completely unmodified on shoebot !


Downloading and running it
sbot -w evolution.py
See's little beasties battle it out for survival (possibly too fast in shoebot)
- for more information read the page on the nodebox site.


Luckily it just involved uncommenting some of our cmyk code, a little work
+ adding a little more to our nodebox compatiblity code (see nodebox-lib).


Obligatory pic..


Known bugs:
Running this did expose a memory leak (issue 33) - also I'm not sure
if colours are 100% correct yet.


TL;DR
The evolution nodebox bot is pretty cool, and see's little creatures battle
it out to survive in the genepool - it runs a little quickly in shoebot.

Have fun -
S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Ricardo Lafuente | 8 Apr 2013 00:29

Testing the list, please ignore

Disregard me
Stuart Axon | 20 Mar 2013 19:01
Picon
Favicon

Color examples

Been playing with some things to get the color examples working again ..  the background on hair.bot comes out bluish when I'm pretty sure it should be brown.

Pretty sure this came up before, if anyone has any time to look at it or a clue why it might be doing it then please mention it !


In other news, it turns out the cairocffi branch works on pypy, though no gtk on that one yet - but still; pretty promising :)
 
S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 20 Mar 2013 18:36
Picon
Favicon

website twitter feed

Looks like another random tweet has got on there...  wonder if we can blacklist 'walid' to stop these slipping through?
 
S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 20 Mar 2013 11:43
Picon
Favicon

A couple of shoebot experiments..

Hi,
  Just uploaded a couple of shoebot experiments with movement.  - Always fun building stuff with shoebot + fixing the bugs as they arise :)


S
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 18 Jan 2013 13:18
Picon
Favicon

Scripted publishing [RFC]

I'd like a 'publish' option, it would take shoebot output and run it through some sort of scripted process.
It would work with hooks at various points (e.g. frame has been generated)

It could work like this:

--publish video:somevideo.avi
--publish html:some_directory
--publish gist:github_gist

The first part is the script/plugin, then the parameters.

video plugin - take each frame and pass it to something like gstreamer or ffmpeg with sensible defaults to create the output video.

html plugin -  build an html page, using sphinx (like processing/contextfree have) for the script, with a screenshot.

gist - call the html plugin and publish to a github gist, with screenshots uploaded and linked.



The above plugins are just examples... something like this would make it easier for us to add desired functionality to IDE plugins.


.. I really like the idea of a plugin that publishes to the shoebot site, however because someone could publish a dangerous script, we'd probably need some sort of vetting.

[See ContextFree - if you use the windows version you can click a .CDFG file in the site and have it work straight on your computer - I guess security might be a problem for us]


 
S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 16 Jan 2013 16:29
Picon
Favicon

Nice example on nodebox site - Fireworks

This example from the nodebox site worked in shoebot first time (always nice).

 
So might be worth including .. as always I'd like it to have better performance (or at least progressive rendering), but c'est la vie..

S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 10 Jan 2013 12:46
Picon
Favicon

Pycharm license for shoebot devs 2013

Hi,
  I've made inquiries with Jetbrains and we can use Pycharm for shoebot development for another year.   
If anyone is interested then reply and I will forward the license info.

Their email is below - I guess logo considerations would be something to discuss when we update the site, if lots of people are find pycharm helpful.
 
S++
----- Forwarded Message -----
From: Nadya Kudryavtseva <opensource-DYC7RR670WeakBO8gow8eQ@public.gmane.org>
To: 'Stuart Axon' <stuaxo2-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
Sent: Thursday, January 10, 2013 11:20 AM
Subject: RE: Your Free License Request

Hello Stuart,
 
Thank you for your message and your interest in JetBrains' PyCharm. Great to hear from you again :-)
 
We have approved your request of a renewal and sent the license key to your e-mail in a separate message. Please, feel free to share the key with other contributors to the project. The license will work for one year and covers all new versions released before the license expiration date.
 
If you feel that PyCharm has helped you a great deal, we’d be grateful if you could mention JetBrains’ support for Shoebot by placing PyCharm logo (http://www.jetbrains.com/company/press/logos.html) with the link (http://www.jetbrains.com/pycharm/) at the project website. Thank you in advance for your consideration.
 
As to your question regarding purchasing PyCharm on the Mayan Doomsday, I’ll forward your question to my colleagues from the Sales team.
 
Should you have any further questions - I’m happy to help. Again, sorry for the delay. Good luck with your project!
 
Have a great day)
Kind regards,
 
Nadya Kudryavtseva
Community Support Coordinator
JetBrains, s.r.o.
http://www.jetbrains.com/
"Develop with pleasure!”
 
  
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 7 Jan 2013 13:39
Picon
Favicon

Image paths for examples, assets etc

Running examples can be a pain if you're not in the right directory -
I was thinking of adding some string processing to image + anything that can uses assets.

%(sbot.dir)s        - directory of currently running bot
%(sbot.assets)s   -  shoebot assets directory
%(sbot.examples)s   - shoebot examples directory
 

Any objections/suggestions ?

S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 5 Jan 2013 00:04
Picon
Favicon

Small sphinx-contrib-shoebot change

s/still/snapshot/g

for consistency with shoebot itself - I've updated commands.rst and shoebot-sphinx-contrib.

 
S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net
Stuart Axon | 4 Jan 2013 23:59
Picon
Favicon

anyone else virtualenv with shoebot ?

Quick survey - does anybody else use virtualenv with shoebot ?

I'm going to move the virtualenv instructions into the main README .. it's a bit of a pain as you can't just

pip install -r requirements

As one needs to symlink in gtk first.. it does work though + is worth it.


For my own use I've made this to make the process easy
https://github.com/stuaxo/add-dist-package


 
S++
_______________________________________________
Shoebot-devel mailing list
Shoebot-devel@...
http://lists.tinkerhouse.net/listinfo.cgi/shoebot-devel-tinkerhouse.net

Gmane