Author Topic: Gdiplus Mandelbrot  (Read 6367 times)

0 Members and 1 Guest are viewing this topic.

JRS

  • Guest
Re: Gdiplus Mandelbrot
« Reply #15 on: March 09, 2014, 03:35:29 PM »
Quote
If you have difficulties reading this horrible English, then simply learn German!

You're English is better than Aurel's if that is saying anything. As long as your code doesn't start looking German, I'm happy.  :)

JRS

  • Guest
Re: Gdiplus Mandelbrot
« Reply #16 on: March 09, 2014, 03:38:27 PM »
Are you only supporting the main surface with your SDL lib?

Aaron

  • Guest
Re: Gdiplus Mandelbrot
« Reply #17 on: March 09, 2014, 03:43:32 PM »
Quote
Are you only supporting the main surface with your SDL lib?

yes, only one surface.

JRS

  • Guest
Re: Gdiplus Mandelbrot
« Reply #18 on: March 09, 2014, 04:12:06 PM »
On a positive note, at least there is motivation to figure out how to get the alpha channel for a pixel from the main surface.  ;)
« Last Edit: March 09, 2014, 05:00:51 PM by John »

JRS

  • Guest
Re: Gdiplus Mandelbrot
« Reply #19 on: March 09, 2014, 07:18:36 PM »
Looking good Peter!

FWIW: I get a Wine exception error trying to run this. I have had good luck with O2 based apps in the past on Wine. Here is the Wine Backtrace Report if it is of any help.

 ::)  PE   6a0c0000-6a0e2000   Deferred        sdl_gfx



« Last Edit: March 09, 2014, 10:25:44 PM by John »

JRS

  • Guest
Re: Gdiplus Mandelbrot
« Reply #20 on: March 09, 2014, 07:37:29 PM »
The circles demo is very cool and using a single surface. Amazing. It looks like SDL is your calling.  8)

I wish you would at least make the SDL (ss.dll) source available so I could pick up a few of your tricks. I have made the Script BASIC GFX extension module source available which you are welcome to use in anyway you like.

« Last Edit: March 09, 2014, 10:55:14 PM by John »

Aaron

  • Guest
Re: Gdiplus Mandelbrot
« Reply #21 on: March 10, 2014, 08:29:27 AM »
Quote
PE   6a0c0000-6a0e2000   Deferred        sdl_gfx

Hi John,

No clue what this means, I have no Linux-wine here.
With Window7 runs it fine. It is the king under all the operation systems.

JRS

  • Guest
Re: Gdiplus Mandelbrot
« Reply #22 on: March 10, 2014, 09:05:37 AM »
Are you using the SDL_gfx library for your ss.dll?

JRS

  • Guest
Re: Gdiplus Mandelbrot
« Reply #23 on: March 10, 2014, 04:35:34 PM »
I changed Peter's default color modifiers and I vote this to be the new standard.  :)

Code: [Select]
gfx::PixelRGBA s, x, y, rit * 32, rit * 16, rit * 8, 255



I just compiled and tested the latest Script BASIC GFX extension module for Windows 32 and it worked perfect on XP and Wine. (see attached)


.
« Last Edit: March 10, 2014, 05:30:32 PM by John »