Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-06 Thread Chris Marshall
I found it... The graphics are provided by another distribution from ArrayFire: https://github.com/arrayfire/forge.git and that uses GLFW or SDL to create the windows and GLEW to handle OpenGL bindings and contexts. --Chris On 12/6/2015 11:17, Karl Glazebrook wrote: > I am still poking arou

Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-06 Thread Chris Marshall
I think OpenGL, see graphics_common.cpp for some OpenGL API stuff. Unfortunately, they are too clever for me to grok exactly how things work with a quick scan. --Chris On 12/6/2015 11:17, Karl Glazebrook wrote: > I am still poking around to see what the ‘windows’ are made of. Open GL? > >> On 7

Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-06 Thread Karl Glazebrook
I am still poking around to see what the ‘windows’ are made of. Open GL? > On 7 Dec 2015, at 1:59 am, Chris Marshall wrote: > > I couldn't find any but you could get the library > and build and run some of the Examples: > > http://www.arrayfire.com/docs/graphics_2plot3_8cpp-example.htm > > I w

Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-06 Thread Chris Marshall
I couldn't find any but you could get the library and build and run some of the Examples: http://www.arrayfire.com/docs/graphics_2plot3_8cpp-example.htm I would be interested to see what it looks like as well. --Chris On 12/6/2015 08:28, Karl Glazebrook wrote: > Couldn’t find any screenshots? >

Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-06 Thread Karl Glazebrook
Couldn’t find any screenshots? > On 2 Dec 2015, at 2:22 am, David Mertens wrote: > > And it has built-in graphics support: > http://www.arrayfire.com/docs/classaf_1_1Window.htm > > On Tue, Dec 1, 2015 at 9:51 AM, Chris Marshall wrote: > See the very similar implementation of their > Indexing

Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-01 Thread Chris Marshall
Yet another checkbox from the PDLng plans (piddles interoperable with OpenGL buffers for direct rendering support) Looking better and better! If it builds for cygwin, look out! :-) --Chris On Tue, Dec 1, 2015 at 10:22 AM, David Mertens wrote: > And it has built-in graphics support: > htt

Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-01 Thread David Mertens
And it has built-in graphics support: http://www.arrayfire.com/docs/classaf_1_1Window.htm On Tue, Dec 1, 2015 at 9:51 AM, Chris Marshall wrote: > See the very similar implementation of their > Indexing using parentheses (kind of like our > PDL::NiceSlice syntax): > > http://www.arrayfire.com/d

Re: [Pdl-devel] ArrayFire and PDL next gen

2015-12-01 Thread Chris Marshall
See the very similar implementation of their Indexing using parentheses (kind of like our PDL::NiceSlice syntax): http://www.arrayfire.com/docs/indexing.htm --Chris On Tue, Dec 1, 2015 at 9:44 AM, Chris Marshall wrote: > All- > > One of the plans for PDL next gen (PDLng) > was support for GP