2D computer graphics is the computer-based generation of digital images—mostly from two-dimensional models.
I'm attempting to build a tile-based game in javascript, using HTML5 canvas. There are -many- engines to choose from, such …
javascript html canvas 2dI've been struggling to draw a 2D image from jpg/png files using openGL ES 2.0 for Android. Everywhere I look …
android android-emulator 2d opengl-es-2.0 spriteHow do I allocate and transfer(to and from Host) 2D arrays in device memory in Cuda?
multidimensional-array memory-management 2d cuda deviceOkay, this all takes place in a nice and simple 2D world... :) Suppose I have a static object A at …
2d intersection predictI'm working on a 2D game where I'm trying to accelerate an object to a top speed using some basic …
math 2d physicsTrying to triangulate a set of simple 2d polygons, I've come up with this algorithm: 1) For each vertex in the …
algorithm geometry 2d triangulationI am drawing a line on a control on my Windows form like this: // Get Graphics object from chart Graphics …
c# winforms user-interface drawing 2d