| New Reply |
Fractals Programming Tutorial |
Share Thread | Thread Tools |
| Mar29-12, 07:20 AM | #1 |
|
|
Fractals Programming Tutorial
I want good tutorial on programming fractals using computer languages like C++,Java,Python,C#,Perl,Delphi,OpenGL.
I want to program various fractals using any above languages for that I need some tutorial. Please suggest me some of the resources which are useful. |
| Mar29-12, 07:55 AM | #2 |
|
|
This might be a good place to start. I'm not sure why you ask, though. There's plenty to be found about it on the internet.
|
| Mar30-12, 12:59 AM | #3 |
|
|
Thanks Hobin, is that above program was compile in C++.
I want to post fractal calculating program on webpage with the help of Java or any other languages, how to do that. Also fractals can be calculated by using OpenGL but my computer doesn't have good GPU. Any other option can you suggest. |
| Mar30-12, 06:14 AM | #4 |
|
|
Fractals Programming Tutorial Though this might make things a bit more complicated. Are you an experienced programmer?
|
| Mar30-12, 08:19 AM | #5 |
|
|
I am a high school student and an intermediate program.
The link which you post for fractal programming which compiler was used. |
| Mar30-12, 08:32 AM | #6 |
|
|
|
| Mar30-12, 09:45 AM | #7 |
|
|
I copy n pasted the program code but it shows error. I am using Dev C++ 5.0
|
| Mar30-12, 10:17 AM | #8 |
|
|
|
| Mar30-12, 08:08 PM | #9 |
|
|
That tutorial is the one I've been using to learn about drawing the Mandelbrot set, it's very helpful, but you must adapt the algorithm to your language of choice, and you'll need to figure out how to use whatever 2d library you are using. OpenGL is fine, I made one in C using OpenGL. The fractal rendering speed is more dependant on the algorithm you use than it is on your graphics hardware.
There are much easier programs to write while you are still learning the basics of programming. |
| New Reply |
| Thread Tools | |
Similar Threads for: Fractals Programming Tutorial
|
||||
| Thread | Forum | Replies | ||
| Recommended programming language (and texts) for middle-school beginner programming | Programming & Comp Sci | 9 | ||
| All about Unicode /programming with Unicode [tutorial] | Programming & Comp Sci | 4 | ||
| using geometeric series to get different shapes | General Math | 2 | ||
| Fractals | General Physics | 1 | ||
| Fractals of rational dimension and fractals of integral powers | General Math | 3 | ||