|
Author |
Topic: Processing 0053 released (for real this time) (Read 261 times) |
|
fry
|
Processing 0053 released (for real this time)
« on: Apr 4th, 2003, 5:13pm » |
|
some major fixes in this release (caret bug, images issues).. online within the hour. examples have also been reorganized for this release (forgot to get that in the notes in time) as with all releases, post bugs to this forum, one bug per message with details about your machine and how to reproduce the problem. thanks! ABOUT REV 0053 - 4 april 2003 [ major bug fixes ] - finally found and fixed the 'disappearing caret' bug that some people were having on windows. text editor is much more usable. - fixes to non-smoothed images, no longer makes a weird line in the center of some images, or leaves out a line of pixels at the end. - lots of fixes to anti-aliasing, though it's still not anywhere near perfect. still suffers most of the problems mentioned below. [ small tweaks ] - color(r, g, b, a) now works, also color c = #RRGGBBAA (like web colors, but with alpha at the end) [ known bugs ] - alpha is a little weird (mostly doesn't work) on lines. it won't work on single pixel lines unless smooth() is turned on. - smooth() is still imperfect. you may find some jagged edges. text marches in a funny way (i.e. typography04). shapes don't always properly overlap (i.e. you can see triangles on spheres) - images with smooth() enabled are coming out a little garbled - concave polygons don't draw properly - lots of other exciting things just waiting to be found out!
|
« Last Edit: Apr 8th, 2003, 12:36am by fry » |
|
|
|
|
fry
|
Re: Processing 0053 released
« Reply #1 on: Apr 4th, 2003, 5:37pm » |
|
scratch that.. major problem found just as i was posting the release, so it probably won't be out until early next week.
|
|
|
|
fry
|
Re: Processing 0053 released (for real this time)
« Reply #2 on: Apr 8th, 2003, 12:36am » |
|
found the last minute bug, the new version is now posted on the site. have fun!
|
|
|
|
|