[julia-users] Re: Rendering images with Julia and seeing them in iJulia

2014-12-06 Thread Benjohn Barnes
Thank you, Valentin.

On Sunday, 30 November 2014 22:51:34 UTC, Valentin Churavy wrote:

 Take a look at https://github.com/timholy/Images.jl it currently is the 
 best way I know of to work with images in Julia. 

 On Sunday, 30 November 2014 22:29:53 UTC+1, Benjohn Barnes wrote:

 Hi,

 I'd like to experiment with writing rendering / graphics algorithms in 
 Julia. Mostly for fun and education, but partly because I wonder: if you 
 used much higher level rendering optimisations, could regular processors 
 achieve what graphics cards do, while being more flexible?

 I'd like to be able to generate RGB bitmaps and see them in iJulia. Is 
 there a standard way to do this? 

 Thanks.

 p.s. – I'm a complete Julia newbie, but I've been programming for far to 
 long.



[julia-users] Rendering images with Julia and seeing them in iJulia

2014-11-30 Thread Benjohn Barnes
Hi,

I'd like to experiment with writing rendering / graphics algorithms in 
Julia. Mostly for fun and education, but partly because I wonder: if you 
used much higher level rendering optimisations, could regular processors 
achieve what graphics cards do, while being more flexible?

I'd like to be able to generate RGB bitmaps and see them in iJulia. Is 
there a standard way to do this? 

Thanks.

p.s. – I'm a complete Julia newbie, but I've been programming for far to 
long.