annotate 1__Development/6__Website/ApacheServer/developers.html @ 6:d18eee376f45

Persist graph works.. in middle of putting pointers back, adding OO
author Sean Halle <seanhalle@yahoo.com>
date Wed, 06 Aug 2014 00:16:19 -0700
parents
children
rev   line source
seanhalle@6 1 <html>
seanhalle@6 2 <head>
seanhalle@6 3 <title>Developers Corner</title>
seanhalle@6 4 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
seanhalle@6 5 </head>
seanhalle@6 6
seanhalle@6 7 <body bgcolor="#FFFFFF">
seanhalle@6 8 <p>&nbsp;</p>
seanhalle@6 9 <h2>Developers Corner</h2>
seanhalle@6 10 <p>&nbsp;</p>
seanhalle@6 11 <p>There are a number of projects in active development at the moment:</p>
seanhalle@6 12 <blockquote>
seanhalle@6 13 <p><a href="visualizer_project.html">Visualizer</a> -- the Visualizer takes
seanhalle@6 14 in a syntax graph and puts out a list of GraphicalElements that represent
seanhalle@6 15 the syntax graph</p>
seanhalle@6 16 <p>Display -- the Display paints the GraphicalElements in a window, and gathers
seanhalle@6 17 gestures input by the user</p>
seanhalle@6 18 <p>Modifier -- the Modifier takes the gestures from the Display and turns them
seanhalle@6 19 into modifications to the syntax graph</p>
seanhalle@6 20 <p>Re-writer -- takes the original syntax graph and re-writes all the custom
seanhalle@6 21 elements into primitives</p>
seanhalle@6 22 <p>&nbsp;</p>
seanhalle@6 23 </blockquote>
seanhalle@6 24 <p>If you're new to the project, or thinking about joining, here are some things
seanhalle@6 25 to get you started:</p>
seanhalle@6 26 <blockquote>
seanhalle@6 27 <p><a href="projecttools.html">Project.. setting up tools (SVN).. etc</a></p>
seanhalle@6 28 <p>Notes on the code base (coming soon)</p>
seanhalle@6 29 <p>Style guides (coming soon)</p>
seanhalle@6 30 </blockquote>
seanhalle@6 31 <p>&nbsp;</p>
seanhalle@6 32 <p><a href="index.html">back</a></p>
seanhalle@6 33 <p>&nbsp;</p>
seanhalle@6 34 <blockquote>
seanhalle@6 35 <p>&nbsp;</p>
seanhalle@6 36 </blockquote>
seanhalle@6 37 </body>
seanhalle@6 38 </html>