I need to create a graph for a page of an android app i am creating. I have looked everywhere on line, but i can\'t find a good tutorial for graphics and graphing? And i also don\'t want to use somebo
i\'ve created a BitMap 1 pixel wide & 256 pixel height when i try to draw this bitmap as 2 pixels wide using:
I know that the way the declaration of the graphics device is suppose to look in the main Game1() constructor is:
i\'m trying to get around the rule of only being able to form convex shapes in the SFML c++ library.
I\'m updating an application in which measurement of the time of presentation of a stimulus on a screen requires the greatest amount of accuracy. It is currently written with DirectDraw, which got put
I have some data that has X and Y values and i would like to prin开发者_Go百科t them in a graph. I don\'t need anything advanced because the data is very simple but I would like something that looks g
I\'m trying to write a graph class I can use in Android(I\'m aware pre-made ones exist), but converting all of my coordinates would be a pain. Is there an easy way to make the screen coordinates s开发
I recently asked this question about how to cut down a concave polygon to convex ones, and I was suggested to do Triangulation or Polygon Partitioning.
I\'m reading and watching UI tutorial. They all talk about the fact that you need to be aware 开发者_Go百科of different devices size and resolution. Therefore export your icons into several size to su
Hey so i was told in a previous answer that to make concave shapes out of multiple convex ones i do the following: