Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 732 (100.0%) | 9.5 |
Picasso/src/picasso/parser/language/expressions/ | 36 (46.8%) | 287 (39.2%) | 7.9 |
Picasso/src/picasso/parser/ | 17 (22.1%) | 186 (25.4%) | 10.9 |
Picasso/src/picasso/view/ | 6 (7.8%) | 99 (13.5%) | 16.5 |
Picasso/src/picasso/parser/tokens/functions/ | 6 (7.8%) | 51 (7.0%) | 8.5 |
Picasso/src/picasso/complex/ | 2 (2.6%) | 40 (5.5%) | 20.0 |
Picasso/src/picasso/view/commands/ | 3 (3.9%) | 33 (4.5%) | 11.0 |
Picasso/src/picasso/ | 1 (1.3%) | 19 (2.6%) | 19.0 |
Picasso/src/picasso/parser/tokens/operations/ | 1 (1.3%) | 12 (1.6%) | 12.0 |
Picasso/src/tests/ | 2 (2.6%) | 2 (0.3%) | 1.0 |
Picasso/src/picasso/parser/language/ | 2 (2.6%) | 2 (0.3%) | 1.0 |
Picasso/src/picasso/parser/tokens/ | 1 (1.3%) | 1 (0.1%) | 1.0 |
Fixed Newton fractal
56 lines of code changed in 4 files:
random fixed.
7 lines of code changed in 1 file:
Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable "t". t varies from -1 to 1 just like x and y. There is a set number of frames to the animation and it simply cycles back between -1 and 1 over and over. The evaluate function methods had to be changed so they take an x,y and t. The Canvas was changed into an AnimatedCanvas class which has a list of pixmaps (the animation frames) instead of just one, and has an update function.
1 lines of code changed in 1 file:
Implemented the random and time variation stuff. The time variation works just like the x and y variables, but with a variable
1 lines of code changed in 1 file:
Implemented the random and time variation stuff.
314 lines of code changed in 45 files:
Implemented a multiargument function PerlinColor.
85 lines of code changed in 5 files:
Trigonometric function implementations.
199 lines of code changed in 13 files:
6 lines of code changed in 2 files:
Multiply operator implementation.
63 lines of code changed in 5 files: