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