Getting Started with GraphApp
Where is it?
- On the web at http://www.cs.usyd.edu.au/~loki/graphapp/
- Or, cd ~loki/graphapp/examples to see examples.
- Notes are in the Copy Centre (in the Sports Centre).
How to compile the examples:
- Create a directory, e.g. mkdir graphics
- Change to that directory, cd graphics
- Go to the web examples page ~loki/graphapp/examples
- Copy the Makefile to
your directory.
- Copy the smiley.c
program to your directory.
- Type make smiley and the program will run.
- Try using some of the other examples.