Focus:
- Reading/Writing
- Touch Events
- Create a basic window that allows us to create some text dynamically. There should be some sample code that does this. Draw the text at some random location (could be just <0,0>). Use the whole View model to make a drawing space - this should be done automatically by OpenGL template code.
- Allow for touch events to move the text. Click and text will appear at that location.
- Create or use some data system to fetch text from file. Also save position every time you click. When application closed and restarts, text should appear it last clicked location.
- Add a background to text by drawing a colored rectangle. Have rectangles properties come from file io.
- SQL Lite - for data writing/reading. Could be useful to query information with vs xml but doesn't seem like it would be friendly to edit outside program.
- XML Reader - idea to learn how to get an xml file loaded and read in values as well as write out to it. See if we can get this system up too.
- vec2 - 2d vector for storing rectangle position/dimensions in our own controllable format.
No comments:
Post a Comment