Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ke Shan
cs349-code
Commits
1fcb974b
Commit
1fcb974b
authored
Sep 13, 2017
by
Daniel Vogel
Browse files
Update readme.md
parent
325c55e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
x/readme.md
x/readme.md
+13
-2
No files found.
x/readme.md
View file @
1fcb974b
...
...
@@ -41,6 +41,11 @@ Or you can even compile, link, and run in one step:
drawing.cpp Demos drawing functions and graphics contexts
displaylist Demos Displayable class and display list technique
clipping.cpp Demos clipping using a mouse controlled clipping
rectangle to reveal a pattern of random lines.
### Events
eventloop.min.cpp Demos events by displaying mouse motion events
...
...
@@ -54,8 +59,14 @@ Or you can even compile, link, and run in one step:
doublebuffer.cpp Demos double buffering (using same
demo as animation.cpp)
clipping.cpp Demos clipping using a mouse controlled clipping
rectangle to reveal a pattern of random lines.
### Extras (not covered in lecture)
multiwindow Opens and draws into two windows
(see command line usage when running)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment