Looks great. I just tried to give it a try, but I get stuck.

I did the following on Mac Lion:

- I took Pharo 1.4:
http://gforge.inria.fr/frs/download.php/30620/Pharo-1.4-14438.zip
- I ran it with CogNB:
https://ci.lille.inria.fr/pharo/view/NativeBoost/job/NB-Cog-Mac-Cocoa/lastSuccessfulBuild/artifact/NBCog.zip
- I then executed:
Gofer new
        squeaksource: 'Athens'; 
        package: 'ConfigurationOfAthens';
        load.
((Smalltalk at: #ConfigurationOfAthens) project version: '1.0') load.
- Then:
AthensDemoMorph new openInWorld
 
But I get "Error: function unavailable" for:
- #(#AthensCairoSurface #cairo_image_surface_create #(#int #aFormat #, #int 
#aWidth #, #int #aHeight))
- '/opt/local/lib/libcairo.2.dylib'

See the attached log.

I guess I am missing the cairo library. What should I do to get it?

Cheers,
Doru

Attachment: PharoDebug.log
Description: Binary data

On 19 Apr 2012, at 16:41, Igor Stasenko wrote:

> Hello, all
> 
> I recorded a small introductory video about Athens.
> Here it is:
> 
> http://vimeo.com/40653315
> 
> (about 21 minutes).
> 
> I explain some basic stuff like drawing things using Athens canvas,
> building paths, use of transformation matrices etc.
> 
> Please note, this is a first video i ever recorded in such context in
> my life, so don't be too harsh :)
> Also, note that the animations are jagged because of video recording
> frame rate, not because it is that slow in reality.
> 
> There are still a blog post pending about it.. which i plan to finish
> when i will finish ;)
> 
> -- 
> Best regards,
> Igor Stasenko.
> 


--
www.tudorgirba.com

"It's not what we do that matters most, it's how we do it."

Reply via email to