Friday, March 18, 2011

Database stuff and XML

Today I worked with Allen to add the abilities to our rendering engine to
allow saving snapshots to a local xml file and uploading snapshots to an
online database server. Allen's own framework in web programming is impresive.
It has made my life easier. Simply add the compiled framework dll files,
create PointModel, StepModel, LineModel, and KnotModel, corresponding to the
control point, a snapshot, a string, and a knot in the rendering engine. It
can then easily serialize the data to be xml form and database stuff, then
save it, upload it. The deserialization, as well, very easy and nice to use.
Currently, press L key is to save the snapshots and K key is to load a set of
knot snaphots in run time.

No comments:

Post a Comment