My favorites
|
Sign in
nexttext
a dynamic typography library for the Processing language
Project hosting will be READ-ONLY
Wednesday, 7AM PST
due to brief network maintenance
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
84 - 60 of 84
Older
›
Committed Changes
Rev
Scores
Commit log message
Date
Author
r84
Edited wiki page through web user interface.
Nov 19, 2009
bits.in.shambles
r83
Edited wiki page through web user interface.
Nov 19, 2009
bits.in.shambles
r82
Added wordBehaviours (with the appropriate add/remove/removeAll/etc functions) Updated the tutorial to match the one used in Mexico. Deprecated the build() function so that everything is parsed as a sentence unless someone really want to and goes out of her way.
Nov 12, 2009
bits.in.shambles
r81
Merged with the 3d branch. See branch for information about changes.
Nov 09, 2009
bits.in.shambles
r80
Adding updated examples.
Oct 25, 2009
prisonerjohn
r79
Creating Typ09 branch of NextText.
Oct 25, 2009
prisonerjohn
r78
Moved the P3D warning to only show with P3D, not OPENGL renderer.
Oct 13, 2009
bits.in.shambles
r77
Removed the logger from the classes in the renderer.util package so that it doesn't flood processing with warning messages.
Oct 08, 2009
bits.in.shambles
r76
Added a warning that states that NextText is still unstable with P3D. Added some exception handling to make sure that the sketch doesn't crash when it can't triangulate some messy glyph.
Oct 08, 2009
bits.in.shambles
r75
Removed PApplet.println calls I forgot in there.
Sep 14, 2009
bits.in.shambles
r74
Changed the addText function to all use buildSentece for consistency. Fixed OpenGL and P3D renderer to work with recorder (especially PDF). Added shortcut functions addGlyphBehaviour(AbstractAction action) and same for group behaviours.
Sep 10, 2009
bits.in.shambles
r73
Fix the GeometricException thrown when using the P3D renderer with some fonts. The error was cause by the switch to PVector which does not override the Object.equals(...) function. When the ClosedPolygon.close() was checking for matching first and last point, it would always return that they did not match.
Sep 04, 2009
bits.in.shambles
r72
Vertical alignment back by popular demand. Now uses the standard processing function textAlign(HALIGN, VALIGN) function.
Sep 03, 2009
bits.in.shambles
r71
Added a couple constructors to behaviours to make things simpler in processing, like using PVector or floats as argument instead of just a Locatable.
Sep 03, 2009
bits.in.shambles
r70
Updated examples and tutorial to make things a bit clearer, hopefully.
Sep 02, 2009
bits.in.shambles
r69
Remove vertical align for now. It needs to use the proper YALIGN value from Processing.
Sep 02, 2009
bits.in.shambles
r68
Fixed the PVectorProperty to allow storing a pointer to a PVector. Added some functions to PVectorListProperty to add PVectors directly. Change all doubles to floats, except in classes that are meant to be used internally.
Sep 01, 2009
bits.in.shambles
r67
After several copy/paste action, Vector3 is out and PVector is in. Examples are updated to work accordingly. Some changes are still needed but the core is there.
Sep 01, 2009
bits.in.shambles
r66
Change the Collide behaviour to Bounce because of a conflict with a Processing class (although I never found that class). Added a Push behavior. Exactly like Explode but allows to specify the force direction.
Aug 28, 2009
bits.in.shambles
r65
Changed the zip function so that the 'nexttext' folder is included in the package.
Aug 28, 2009
bits.in.shambles
r64
Changed how glyph outlines are stored to minimize points and correct curves that were drawn wrong. Added a check in the buildSentence function to make sure lineLength is greater that one. Added a getOutlineAbsolute function to the TextObjectGlyph.
Aug 24, 2009
bits.in.shambles
r63
Added return value to page addition.
Jul 13, 2009
bits.in.shambles
r62
Fixed the formating of words that are longer than the lineLenght. Now they don't automatically start on a newline, they try to fit as much as possible on the current line.
Jul 12, 2009
bits.in.shambles
r61
Fixed the formating problem that would leave extras space when inserting newline characters. Left/Right/Center alignment was a bit off, but now everything looks flush.
Jul 12, 2009
bits.in.shambles
r60
Cleaned up some old code that was caching the outline.
Jul 10, 2009
bits.in.shambles
84 - 60 of 84
Older
›
Hosted by