2D computer graphics is the computer-based generation of digital images—mostly from two-dimensional models.

learn more… | top users | synonyms

0
votes
0answers
7 views

ISO 2d box packing algorithm: rectangles into square

I am trying to find an algorithm to a variation of a 2d box packing problem. I have a set of rectangles of varying widths and heights. My goal is to pack them into a rectangle-like structure that is ...
0
votes
0answers
21 views

java graphic library(processing, Piccolo, and JOGL)

I'm trying to draw a interactive scatter plot with java. There are more than a million gene data to plot. For this process I recently examined the performance of drawing(and also moving and zooming) ...
0
votes
0answers
15 views

Javascript hand-drawed polygon difference

I'm looking for javascript library or algorithm to draw difference of two hand-drawed closed svg path's (polygones). I've tried to work with Delaunay triangulation, as suggested here. For example ...
1
vote
1answer
22 views

LWJGL: Applying a “curve” to a landscape

I am interested in creating a shader effect similar to that of the game (don't shoot me for using this example) Animal Crossing. As you move forward and backward along the terrain, the world "curves" ...
0
votes
3answers
51 views

memcpy creates segmentation fault

I have the following code, which takes an unsorted list of songs and artists and sorts and displays them. int main() { SongList totalList; // has a public 2d array 'unsortedSongs' variable char ...
0
votes
1answer
28 views

LWJGL glOrtho and drawing axies

This is on a 2d canvas. Ok i want to make glOrtho add to x when going right and minus when going left and i want to add when going up and minus when going down. But when i draw it draws the objects ...
0
votes
0answers
46 views

OpenGL - Artifacts when rendering lots of tiles

I am trying to render lots of 2D tiles with OpenGL and strange things happen. I have lots of white lines all over my rendering => http://i.imgur.com/iOMQH59.png When I zoom, this lines disappear ...
-1
votes
0answers
18 views

vb6 2d/3d optimization routine [closed]

I need to develop an application which will order wooden sheets on top of each other and divide them into packaging groups based on predefined desired weight. After doing a log of research, I am ...
1
vote
2answers
65 views

XAML/WPF zoom to a specific area on a canvas

So I have a WPF window with a grid which has 2 columns. In the first column I have a canvas which I am rendering an SVG image to. This canvas is re-sized to be the same size as the image (so there are ...
-3
votes
0answers
31 views

anyone know a good program for making 2d live wallpapers? [closed]

Hi does anyone know of a program to make 2d live wallpapers where one image can slide over another whe scrolling etc things like that? Thanks
0
votes
0answers
35 views

How to create a top down GTA1 look with XNA? [closed]

I wish to learn how to create a top down game environment within XNA, such as the one within GTA1: The engine looks 3D, however I know it is most likely a 2D optical illusion of some sorts. I have ...
-2
votes
2answers
31 views

C finding maximum number in a row of 2D array and replacing it with elements in the upper triangle

Basically i want to create a 2 dimensional array size NxN, find the maximum value in each row and replace it in the upper triangle or rather replace the elements with the maximum it for that specific ...
0
votes
1answer
28 views

Android 32 pixel offset bug

I am working on a side scrolling game for Android like Mario or Megaman and I am having an extremely weird error that I cannot find any information on anywhere. I have my main character(an ImageView) ...
0
votes
1answer
16 views

Java GUI Creation Using 2dGraphics

I noticed swing is really hard to make a GUI look good. Instead of using JComponents, can you bind somehow text, images, buttons, etc. to 2dgraphic instead of using swing. In other words I would like ...
0
votes
1answer
52 views

Platformer Starter Kit camera scrolling issue

I'm using the XNA Platformer Kit & I'm trying to implement a camera that follows a player. I followed David Amador's 2D Camera tutorial, and the camera works as expected, it follows the player. ...
0
votes
2answers
50 views

Easiest way to do collision LWJGL JAVA

Ok so I have a ArrayList which contains all the tiles that need to be drawn to the screen and I have the player that is moved with the arrow keys, but I am unsure how I could implement collision ...
0
votes
1answer
30 views

clarifying gamma topic (in general)

I understand gamma topic but maybe not 100% and want to ask somebody to answer and clarify my doubts. As I understand there is a natural linear color space where color with value 100 is exactly ...
1
vote
0answers
45 views

XNA Making a 3D object move with the mouse

I'm making a small game in XNA. I have a camera up in the air 20 pixels on the y axis. Below it I have a grid of tiles that are 100x100. Right now what I'm trying to do is have a 3D object move with ...
0
votes
1answer
16 views

Sum 2D Numpy Array by Multiple Labels

Thanks for answering my questions. Here is my 3rd one. Each element of the data array is a coordinate (x, y). Each coordinate has 2 labels Goal: sum the elements that have the same two labels. For ...
-3
votes
1answer
44 views

Subtract set of lines from a line

I have lsit of lines. In the list lines can be overlapped. Now I want to subtract these lines to a line to get a set of new lines. In other words I need to split the line. How can I achieve this in ...
0
votes
1answer
42 views

Set 2D int array elements to 1 by memset function

In c++, we usually use memset to set all elements to zero like: int a[5][5]; memset(a,0,sizeof(a)); What if I want set all int elements to 1? memset(a, 1, sizeof(a)); doesn't work since I cannot ...
0
votes
0answers
28 views

[C++]Looking for a 2d Graphic library which fits my needs [closed]

I've been looking lately to start a game project with some friend. When i am pretty certain i am going to use C++ as my language. I have been wondering what would be the best 2D graphic library that ...
1
vote
1answer
27 views

Get position of rendered object as map tile coordinates

I'm using libgdx to render a map that is 32x32 tiles (with each tile being 32x32 pixels). I'm using the OrthogonalTiledMapRenderer for this. Then, I'm rendering a simple texture onto the screen that ...
4
votes
1answer
80 views

2D drawing in OpenGL: linear filtering with pixel accuracy at native size

Short version: Is there a general approach in OpenGL that will allow pixel-perfect 2D drawing of textures from an atlas when drawn at native size (including edge pixels), and good quality scaling ...
0
votes
0answers
28 views

2D loop going through the same 10 values rather than through 100

I'm not very sure how to approach this problem. Basically, I have an algorithm that loops through 100 buttons (10 rows of 10) and assigns a number value based on a randomized start and end point. When ...
2
votes
2answers
57 views

Draw 2d graph with y-axis, x-axis

How to draw 2d graph with y-axis, x-axis which begin with 0,0 coordinates and all values in positive direction? It must be started at left bottom of canvas. y-axis and x-axis also need to draw in ...
5
votes
2answers
83 views

Can I automatically generate an Euler (Venn) diagram from a containment graph

Say I have a directed graph G where each node represents some set I've got. There is an edge from u to v iff u is a subset of v. This graph is transitive and acyclic. There are a number of source ...
0
votes
1answer
44 views

2d FFT on solar data

I have a huge array of high frequency (1 Hz) solar irradiance data taken by about 50 pyranometers evenly distributed over a square mile. (For clarity, that's 50 data points per second total). I'm ...
-2
votes
0answers
26 views

Camera to Follow Player in 2D Java Game [closed]

I'm working on a 2D Java game at the moment, and the map I have created for it is much bigger than the screen. I want a camera that follows the player, so you can move around the entire map. When I ...
0
votes
1answer
59 views

Pointer to element in an 2D array slows down code

I have this piece of code which accesses some information about a point on a 'x' and 'y' axis. This information is later used to draw some points onto the screen. This is how the code works: ...
0
votes
1answer
32 views

Initialize a 2-D array of incrementing integers

I need to create a 2D Array of incrementing integers, while the incrementation changes direction diagonally. I have done so, for N=4 (rows and columns number), but am not able to create a solution for ...
0
votes
0answers
39 views

Mathematical Basis for Dimetric Projection [closed]

For a school project, I need to make a program that can plot y = f(x,z) using a form of dimetric projection. I was given the projection formulae x' = x + s*z*Cos(θ) y' = y + s*z*Sin(θ) where x' is ...
0
votes
1answer
26 views

OpenGL failing to use glTranslate and glRotate properly

I'm making a little game here, but there is a small issue with OpenGL. When I translate the camera, and rotate the player's image hoping it would look the same except with a slightly titled texture ...
0
votes
1answer
41 views

Adding multiple graphic objects to one JFrame

Here is my code it is a guy and a background but only one thing shows up at a time or sometimes nothing at all. I have a brain class, a frame class, a redPlayer class, and a background class. The way ...
3
votes
1answer
44 views

How to calculate SCREEN to WORLD position in 2D game

I have this class, I use it for drawing sprites in my 2D game: using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Graphics; using Microsoft.Xna.Framework.Audio; namespace Namespace { /// ...
0
votes
2answers
22 views

AndEngine - do I try to use a little atlas as possible?

I've been studying AndEngine and am taking up developing an application used AndEngine GLES2 cannot find information on reated to this question. should I use a separate atlas for each group of ...
0
votes
1answer
31 views

Looking for an efficient algorithm to find the boundary of a swept 2d shape

I have piecewise curve defining a generator (think brush) and a piecewise curve representing the path the brush follows. I wish to generate the boundary that the generator curve creates as it is swept ...
0
votes
1answer
51 views

How to calculate x and y coordinates of a rotated 3D cube in javascript

I am trying to make a cube in 3D, made out of all seperate, little div's. Lets say we have a cube of 3*3*3 div's. The things given about all of the div's: X, Y, Z coordinate (of the 3D cube) ...
-3
votes
0answers
22 views

Recommended graphic software for creating great graphics in game? [closed]

I came across a game called Trine2. It has a great graphics here is one image i captured here. Forgive me but I need 10 reputation to upload image so i use external sites. How did they create that ...
1
vote
1answer
60 views

how can we define dynamic(in parabola curve) Path of ViewObject(Bitmap)

I am Currently working on One 2D Android Game, In this game One ViewObject(Bitmap) is moving Across Screen On Parabola Path Like in this Image, But this Path is Static, the Static path is getting ...
0
votes
2answers
33 views

In how many rows does each character occurs in a 2D array?

I have the following 2D array in Java: String[][] rows = { {"M","O","N","K","E","Y"}, {"D","O","N","K","E","Y"}, {"M","A","K","E"}, {"M","U","C","K","Y"}, {"C","O","O","K","Y"}, ...
0
votes
3answers
36 views

Cannot find symbol: implements Drawable

I am trying to do a custom drawing for each Gladiator object I create, then move them around. I am currently getting a cannot find symbol error inside Gladiator class on "public class Gladiator ...
0
votes
0answers
54 views

proper way to use Java java.awt.Graphics

I was asked by uni to create a 2d racing game in java. we were told to use one jcomponent in a jframe. we told to update the game by the swing timer and call repaint() somewhere appropriate in their. ...
0
votes
1answer
34 views

Best practices for making a 2D array/collection class

I am working on a general library which is going to be widely used in other applications. You can say that it is a kind of SDK library. I need to implement a 2D collection implementation. It is going ...
1
vote
0answers
33 views

Unable to find a solution for 2d nonlinear heat equation in mathematica

Please help me to find a solution in a Wolfram Mathematica program. I have several times checked the accuracy of the entered data. They are true. The solution must exist. But a Wolfram provides ...
0
votes
1answer
20 views

Creating web based football simulation game [closed]

I am creating online football/soccer management game. I want to implement some simple 2d(in future maybe even 3d) graphics engine. For 2d I mean, that every player would be like a circle, view from ...
-5
votes
0answers
24 views

how many of each character occurs in the 2D array in JAVA? [closed]

I have the following 2D array in Java: String[][] rows = { {"M","O","N","K","E","Y"}, {"D","O","N","K","E","Y"}, {"M","A","K","E"}, {"M","U","C","K","Y"}, ...
0
votes
1answer
48 views

How to only draw tiles (sprites) visible on the screen

I am trying to create a simple 2d scrolling game as a learning exercise in monogame (XNA). Currently I load tile information from a text file, creating an array (tiles[,]) with a tile object storing ...
-1
votes
1answer
114 views

2d Graphics library for Java? [closed]

Since Slick2d is no longer being maintained, I'm searching for a new library. What are some other well proven libraries that provide a similar feature set?
0
votes
2answers
43 views

Matching graphical gridto 2d array grid

what I am trying to do is find where on my picture of a board game a person clicked and change the value according to it in my 2d array. It's kind of like tic tac toe but bigger and you place the ...

1 2 3 4 5 44