Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 607 results for
fractal
- Page 1
Fractal rendering
Programming
Software Development
13 Years Ago
by jaskij
…computing // ////////////////////////////// // general compute call, takes the
fractal
type as a parameter // just launches the apropriate … ////////////////////////////// // // rendering // ////////////////////////////// // renders the
fractal
void
fractal
::Histogram::render(SDL_Surface* const screen){ if(!isHistValid())throw(&…
Fractal Color Generation
Programming
Software Development
15 Years Ago
by llemes4011
Hello! I'm writing a
fractal
generation application. I have the
fractal
part down, but I can't seem to get the …
About Fractal
Programming
Game Development
19 Years Ago
by tcp_ip
… create or to call "
Fractal
" using Java? Here a short defenition about
fractal
: "Many people are …perception of mathematics as a body of sterile formulas,
fractal
geometry mixes art with mathematics to demonstrate that equations…are more than just a collection of numbers. With
fractal
geometry we can visually model much of what we…
Creating a fractal...
Programming
Software Development
14 Years Ago
by emcyroyale
Hello everyone I am making a code to create a
fractal
using the turtle class in java. The problem is… that the
fractal
string doesn't seem to be registering through the if… else...Thanks [CODE]/** * This program is suppose to create a
fractal
* * @author Troyle Thomas * @version 08/19/10 */ import …
python fractal project
Programming
Software Development
14 Years Ago
by kk12345
Hey, So I need help with
fractal
project, Pythagoras Tree, and below is the code i need …() f = frame() for i in range(1, 13): # create a
fractal
of order i t = ETree((0,0,0), 100, i…, (400, 475)) # add the
fractal
to the movie as a new frame f.addGO(t…
APress Fractal Programming Contest
Programming
Computer Science
19 Years Ago
by JeffHeaton
Has anyone seen this yet? It looks like APress is having a contest to see who can write the fastest
fractal
program. [url]http://www.apress.com/promo/
fractal
/[/url]
Re: python fractal project
Programming
Software Development
14 Years Ago
by TrustyTony
Here one simple
fractal
if it could clear up things: import turtle def initialize(): …
Re: APress Fractal Programming Contest
Programming
Computer Science
19 Years Ago
by server_crash
I made a
fractal
drawer once. You can see pictures of it on my website, but it's not very fast.
Toshiba laptop with fractal pink areas on LCD
Hardware and Software
Hardware
18 Years Ago
by pmravdin
… hours yesterday I noticed that there was some small faint
fractal
pink area that developed on some areas of the screen…
Mandelbrot Fractal Graphics (BCX basic)
Programming
Software Development
19 Years Ago
by vegaseat
A simple experiment with the ever so popular Mandelbrot
fractal
graphics, call it mathematical art, nice to look at. This set of experiments loops through a number of colors to make the whole thing more exciting.
Sierpinski Triangle Fractal (Python)
Programming
Software Development
18 Years Ago
by vegaseat
Another famous
fractal
called the Sierpinski Triangle named after Polish mathematician Waclaw Sierpinski. …
Generating a basic Fractal.
Programming
Software Development
15 Years Ago
by llemes4011
This is a very basic implementation of a Julia Set
Fractal
Generator. All of the variables are coded in, so feel …
recursive fractal
Programming
Software Development
13 Years Ago
by MahdiAlQaffas
… am writing a program in java that draws a square
fractal
recursively. The program starts by drawing a rectangle in the…
Help with this C# Fractal!
Programming
Software Development
10 Years Ago
by notgreatatcode
… please help me with this problem.. I am converting a
Fractal
from another langauge into C#, I have the code below…
Re: Fractal rendering
Programming
Software Development
13 Years Ago
by DeanMSands3
Very nice. However, somewhere along the line, in the zoom functions, times became an asterisk and center became a cent.
Re: Fractal rendering
Programming
Software Development
13 Years Ago
by WaltP
[QUOTE=DeanMSands3;1750303]Very nice. However, somewhere along the line, in the zoom functions, times became an asterisk and center became a cent.[/QUOTE] Well, the times sign [I]is[/I] an asterisk, so that makes some sense. And you probably zoomed in so far the [B]er[/B] couldn't fit on the screen anymore... :D
Re: Fractal rendering
Programming
Software Development
13 Years Ago
by jaskij
Maybe something went wrong with ampersands or something? It displays the same way for me :/
Re: Fractal Color Generation
Programming
Software Development
15 Years Ago
by ithelp
Increase R G B from 0 to 255 gradually .
Re: About Fractal
Programming
Game Development
19 Years Ago
by jwenting
The mathematics are well described in many publications. For the graphics there are several options, most notably OpenGL and Java2D. Start with studying those separately, then combine that knowledge.
Re: About Fractal
Programming
Game Development
19 Years Ago
by server_crash
Good luck on the math ;) I made one once. You'll need a complex class since it goes in the form a + bi or something like that. I can't remember the exact formula for a mandelbrot.
Re: About Fractal
Programming
Game Development
19 Years Ago
by iamthwee
In java it's simple largely due 2 its 2d package. Try googling 4 ideas. The mandelbrot set is defined by-- (-2.25 < Re c < 0.75,-1.5 < Im c <1.5) Simple as pie. :cool:
Re: About Fractal
Programming
Game Development
19 Years Ago
by jwenting
is that applepie or chocolate pie? :)
Re: About Fractal
Programming
Game Development
19 Years Ago
by iamthwee
[QUOTE=jwenting]is that applepie or chocolate pie? :)[/QUOTE] Chocolate pie sounds yucky, do they sell that over in the netherlands? :cheesy: :
Re: Creating a fractal...
Programming
Software Development
14 Years Ago
by Ezzaral
Use [iCODE]equals()[/iCODE] or [iCODE]equalsIgnoreCase()[/iCODE] to test String equality, not "==".
Re: python fractal project
Programming
Software Development
14 Years Ago
by TrustyTony
You seem to have teachers help in comments.
Re: python fractal project
Programming
Software Development
14 Years Ago
by richieking
can you give more idea what your code is supposed to do?
Re: python fractal project
Programming
Software Development
14 Years Ago
by kk12345
The file supposes to show a Pythagoras Tree by importing movieSolution. The tree shuold look like this below [URL="http://en.wikipedia.org/wiki/Pythagoras_tree"]http://http://en.wikipedia.org/wiki/Pythagoras_tree[/URL]
Re: python fractal project
Programming
Software Development
14 Years Ago
by woooee
There is an example in the turtle graphics demo of the Python docs that come with Python.
Re: APress Fractal Programming Contest
Programming
Computer Science
19 Years Ago
by Rashakil Fol
Thanks for the tip.
Re: APress Fractal Programming Contest
Programming
Computer Science
19 Years Ago
by jwenting
Interesting. And darn that I've no time to look into it (and found out about it a month after it started).
1
2
3
11
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC