1 / 15

Programming for Interactivity

Programming for Interactivity. Professor Bill Tomlinson Tuesday & Wednesday 6:00-7:50pm Fall 2005. Graphics Assignments. Dourish Reading. Development Environments. Eclipse Visual Café IntelliJ Etc. Benefits. Debugging tools Text coloring Many useful tools. Drawbacks.

Télécharger la présentation

Programming for Interactivity

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming for Interactivity Professor Bill Tomlinson Tuesday & Wednesday 6:00-7:50pm Fall 2005

  2. Graphics Assignments

  3. Dourish Reading

  4. Development Environments • Eclipse • Visual Café • IntelliJ • Etc.

  5. Benefits • Debugging tools • Text coloring • Many useful tools

  6. Drawbacks • Lack of transparency of operation • Speed (sometimes) • Learning curve • Expense (sometimes)

  7. Eclipse • Product of IBM • Freely available for Mac and PC

  8. What is the funding model?

  9. Useful tools

  10. Select a bunch of text and then hit crtl-slash • Comments it all out • (Also uncomments)

  11. Right-click, source, format

  12. Right-click, source, generate getters and setters

  13. Ctrl-space • Brings up the autocomplete options.

  14. Clicking little red error X in left margin • Brings up list of what you probably want to do. • Clicking once on an option shows you what it will do if you choose that option.

  15. Get BasicGraphicsSystem to run through Eclipse.

More Related