[vwnc] Cairo Update

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Cairo Update

Maarten Mostert-2
Hi,

As lots seems to have been done since I last updated CairoGraphics I
wanted to test the latest builds.

As Akamura is now broken is their any demo app available that shows me
how the graphics context is now created.

Regards,

@+Maarten,


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Cairo Update

Maarten Mostert-2
Actually things are working under windows.

Under the Mac I get the following errors with stack:

Unhandled exception: bad argument 1
CairoGraphics.LibCairo class>>externalAccessFailedWith:
CairoGraphics.LibCairo
class>>cairo_quartz_surface_create_for_cg_context:with:with:
ExternalMethod>>unlinkedCall:arguments:
optimized [] in CairoGraphics.QuartzSurface>>initCGContextRef:width:height:
CairoGraphics.QuartzSurface(CairoGraphics.ManagedHandle)>>handleValue:
CairoGraphics.QuartzSurface>>initCGContextRef:width:height:
CairoGraphics.QuartzSurface class>>pixmap:
Pixmap>>cairoSurface
Pixmap(DisplaySurface)>>newCairoSurfaceWhile:
ScreenGraphicsContext>>newCairoContextWhile:
RibbonView>>displayOn:

Regards,

@+Maarten,


Maarten Mostert a écrit :

> Hi,
>
> As lots seems to have been done since I last updated CairoGraphics I
> wanted to test the latest builds.
>
> As Akamura is now broken is their any demo app available that shows me
> how the graphics context is now created.
>
> Regards,
>
> @+Maarten,
>
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>
>  



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Cairo Update

Maarten Mostert-2
Hi,

Actually if I load my application in cake sep09.01 cairographics
96,triggs  I see the following:

http://stakepoint.com/files/video/2009-09-06_0523.swf

Notice that if I wait some time more the image will just hang.

If I load cairographics 96+ObjectiveCConnect,mlucassith  I see the next
thing.

http://stakepoint.com/files/video/2009-09-06_0541.swf

Ofcourse a part of my graphics follow the animation thing with an extra
activity loop similar to what Travis did with Akamura so I do create an
infinite number of cairo contexts at a pritty high frequency rate.

I also tried the X11 VM but the results are the same.

Anyway I am really awaiting the day that I can run and adapt my
application on the Mac.

For the moment I seem to be forced to stay on windows.

Regards,

@+Maarten,


Maarten Mostert a écrit :

>
> Actually things are working under windows.
>
> Under the Mac I get the following errors with stack:
>
> Unhandled exception: bad argument 1
> CairoGraphics.LibCairo class>>externalAccessFailedWith:
> CairoGraphics.LibCairo
> class>>cairo_quartz_surface_create_for_cg_context:with:with:
> ExternalMethod>>unlinkedCall:arguments:
> optimized [] in
> CairoGraphics.QuartzSurface>>initCGContextRef:width:height:
> CairoGraphics.QuartzSurface(CairoGraphics.ManagedHandle)>>handleValue:
> CairoGraphics.QuartzSurface>>initCGContextRef:width:height:
> CairoGraphics.QuartzSurface class>>pixmap:
> Pixmap>>cairoSurface
> Pixmap(DisplaySurface)>>newCairoSurfaceWhile:
> ScreenGraphicsContext>>newCairoContextWhile:
> RibbonView>>displayOn:
>
> Regards,
>
> @+Maarten,
>
>
> Maarten Mostert a écrit :
>> Hi,
>>
>> As lots seems to have been done since I last updated CairoGraphics I
>> wanted to test the latest builds.
>>
>> As Akamura is now broken is their any demo app available that shows
>> me how the graphics context is now created.
>>
>> Regards,
>>
>> @+Maarten,
>>
>>
>> _______________________________________________
>> vwnc mailing list
>> [hidden email]
>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>>
>>
>>  
>
>
>
>



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Cairo Update

Eliot Miranda-2


On Sat, Sep 5, 2009 at 9:09 PM, Maarten Mostert <[hidden email]> wrote:
Hi,

Actually if I load my application in cake sep09.01 cairographics
96,triggs  I see the following:

http://stakepoint.com/files/video/2009-09-06_0523.swf

Notice that if I wait some time more the image will just hang.

If I load cairographics 96+ObjectiveCConnect,mlucassith  I see the next
thing.


I always knew Michael was a Jedi master.  But when did he go over to the dark side?

 
http://stakepoint.com/files/video/2009-09-06_0541.swf

Ofcourse a part of my graphics follow the animation thing with an extra
activity loop similar to what Travis did with Akamura so I do create an
infinite number of cairo contexts at a pritty high frequency rate.

I also tried the X11 VM but the results are the same.

Anyway I am really awaiting the day that I can run and adapt my
application on the Mac.

For the moment I seem to be forced to stay on windows.

Regards,

@+Maarten,


Maarten Mostert a écrit :
>
> Actually things are working under windows.
>
> Under the Mac I get the following errors with stack:
>
> Unhandled exception: bad argument 1
> CairoGraphics.LibCairo class>>externalAccessFailedWith:
> CairoGraphics.LibCairo
> class>>cairo_quartz_surface_create_for_cg_context:with:with:
> ExternalMethod>>unlinkedCall:arguments:
> optimized [] in
> CairoGraphics.QuartzSurface>>initCGContextRef:width:height:
> CairoGraphics.QuartzSurface(CairoGraphics.ManagedHandle)>>handleValue:
> CairoGraphics.QuartzSurface>>initCGContextRef:width:height:
> CairoGraphics.QuartzSurface class>>pixmap:
> Pixmap>>cairoSurface
> Pixmap(DisplaySurface)>>newCairoSurfaceWhile:
> ScreenGraphicsContext>>newCairoContextWhile:
> RibbonView>>displayOn:
>
> Regards,
>
> @+Maarten,
>
>
> Maarten Mostert a écrit :
>> Hi,
>>
>> As lots seems to have been done since I last updated CairoGraphics I
>> wanted to test the latest builds.
>>
>> As Akamura is now broken is their any demo app available that shows
>> me how the graphics context is now created.
>>
>> Regards,
>>
>> @+Maarten,
>>
>>
>> _______________________________________________
>> vwnc mailing list
>> [hidden email]
>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>>
>>
>>
>
>
>
>



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Cairo Update

Michael Lucas-Smith-2
Eliot Miranda wrote:

>
>
> On Sat, Sep 5, 2009 at 9:09 PM, Maarten Mostert
> <[hidden email] <mailto:[hidden email]>> wrote:
>
>     Hi,
>
>     Actually if I load my application in cake sep09.01 cairographics
>     96,triggs  I see the following:
>
>     http://stakepoint.com/files/video/2009-09-06_0523.swf
>
>     Notice that if I wait some time more the image will just hang.
>
>     If I load cairographics 96+ObjectiveCConnect,mlucassith  I see the
>     next
>     thing.
>
>
>
> I always knew Michael was a Jedi master.  But when did he go over to
> the dark side?
Such is the power of the sith to conceal itself!

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc