zzak
zzak
Hello Ash, I'm getting the following errors when trying to run sample 32 and33 with my green_shoes gem on linux x64: ``` zak@lian:~/code/green_shoes/samples$ ruby sample32.rb /home/zak/.rvm/gems/ruby-1.9.2-p0@green_shoes/gems/green_shoes-0.0.1-x86_64-linux/lib/ext/chipmunk.rb:1:in `require_relative': /home/zak/.rvm/gems/ruby-1.9.2-p0@green_shoes/gems/green_shoes-0.0.1-x86_64-linux/lib/ext/chipmunk/chipmunk.so: invalid ELF...
Green shoes currently suffers from some performance slow downs, apparent in the sample 14: https://github.com/ashbb/green_shoes/blob/master/samples/sample14.rb
Green shoes applications will need a packager to bundle up the application in either a platform specific format (exe, dmg, run), or a shoes format that will work on any...
Like (red) shoes, green_shoes will need an installer for each platform (osx, windows/mingw, linux).
Once we have a more abstracted and higher level structure of the green_shoes api, out of gtk or otherwise; we need to effectively create the shoes testing spec that all...
This is essentially a piece of the white shoes puzzle. An abstracted shoes api which we can spec all shoes implementations against. Since green_shoes is growing rather rapidly, and likely...
The current implementation of shoes api has a lot of great code in it that we should be able to port over to green_shoes. Browse the shoes source here: http://github.com/shoes/shoes/tree/master
Here's a list of some of the ideas for green_shoes I have that I would like to see on the Roadmap as possible features: - More comments in the green_shoes...
This is just a simple find&replace to see the impact
## Motivation The dummy apps were last updated in #47259 and previously in #42286. There is an interest from inside the core team to get rid of them. > In...