Team:Wellesley Desyne/Tips Tricks

From 2013.igem.org

Revision as of 13:46, 7 September 2013 by Stekumal (Talk | contribs)

Wellesley HCI iGEM Team: Welcome

JUMP TO...
Top
Computational Team


Tips and Tricks


== Surface Development ==
Getting started with Surface Development? Check out:
  • Microsoft's intro to Surface development
  • Intro to building a multi touch application
  • Seeing examples of applications is immensely helpful to understand how to implement your application. Microsoft has CodePlex, which allows you to see open source projects and download open source software.
  • Surface Development is built off of WPF (Windows Presentation Foundation), which provides the developer with a standard model to create rich and interesting User Interfaces. Definitely familiarize yourself with WPF if you want to develop for the Surface! Intro to WPF, Another WPF tutorial
  • The standard model mentioned above is MVVM, which is based on the model-view-controller model. Understanding this model is crucial to understanding how databinding, among other crucial concepts, will work in your application, and how to organize the architecture of your code. A brief overview
  • Stack Overflow is a great site, both for debugging and for learning more about development. Don’t overlook this resource! In particular, check out this particular Stack Overflow for tips on starting WPF development.
  • And for the basics of programming in C# (whether you need to learn or just brush up)
  • In the process of building your application, you’ll most likely need to pull information from the iGEM registry for specific parts. Make use of the Registry API, which allows you to extract information about a particular part efficiently.

== zSpace ==
  • Cassie made a guide to setting up zSpace in a new Unity project. I would recommend looking at that before starting anything else.
  • Unity3D
  • Googling also helps with development in Unity
  • zSpace offers little to no support for their machine so if you want to know something you should probably either directly email them or post it to the forumson their website.
  • Curabitur hendrerit lacus sed dapibus faucibus.

Sed id massa ultrices mi ultrices suscipit.
  • Quisque vehicula dolor non tortor auctor sodales.
  • Praesent congue ante sed luctus auctor.
  • Duis at mi tristique, bibendum ipsum ac, ultricies erat.
  • Mauris vel turpis pharetra, rhoncus est non, tincidunt risus.
  • Nam varius nulla vel congue molestie.






Retrieved from "http://2013.igem.org/Team:Wellesley_Desyne/Tips_Tricks"