| [View Project]Title: | 2D structured art datatype superclass | | Synopsis: A drawing.datatype superclass for 2D structured artwork, and an IFF DR2D subclass. |
Title: | Skeleton code done | Text: | I thought I'd provide an update given that progress has been very slow owing to lack of time. The superclass and first subclass (dr2d) are in "skeleton" form, ie. the communication and rendering between the two class libraries and datatypes.library is in a state where it works without any major problems. Rendering is using graphics.library currently as using Cairo and/or SObjs was causing the one of the libraries to crash. Needs further investigation. If I'm forced to use graphics.library this will make the rendering code much more difficult to write.
The superclass needs to be fleshed out with the appropriate methods, structures to be able to create a drawing list and then render it. Likewise, the subclass needs to be able to convert a DR2D into this partially-defined structure to be able to pass it on to the superclass.
| Created by: | chris | Created at: | 20100206 19:24 | Comments: | 0 | [View Comments] |
|