The graphics tag has no wiki summary.
-1
votes
0answers
66 views
how to create a artificial worm using mass spring? [closed]
I have read the method from The Motion Dynamics of Snakes and Worms,but it is not enought for me to implement a artificial worm .
could any one give me more details or anything helpful?
the main ...
4
votes
4answers
212 views
Learning basic graphics programming [closed]
After learning the basics of computing simple die throwing games and calendar applications, I want to explore simple graphics - drawing and moving around geometric objects is ok to start with, ...
1
vote
1answer
70 views
Design pattern for complex view creation in sheet music
I've got a bunch of Note-Models with properties like pitchand duration. In music notation, these notes must now be placed into a certain bar on a certain line on a certain page, and so on. Many more ...
-2
votes
2answers
68 views
An Algorithm for gridding a polygon in C# [closed]
There ids lots of program and algorithm for converting from bitmap into vector, but I want a simple algorithm to convert a polygon that determind with it's Points into a bitmap or mapping it on a ...
1
vote
1answer
147 views
Winforms,WPF application on extended monitor (iphone and android screens) freezes [closed]
Ok a bit of an unusual situation here.. I have a .Net winform application which when started launches 2 forms.The Main form remains on Monitor one and the other form launches into second monitor(if ...
32
votes
4answers
914 views
What's the right way to work with a graphic designer?
Recently, we worked with a graphic designer (arranged by the client) to provide the skin for a Django+Bootstrap application we had built. The designer provided a series of static images of the new ...
2
votes
0answers
109 views
How do you deal with motion sickness while developing 3D graphics? [closed]
This is a serious question. I am developing software in which people can fly around in a virtual world via an oculus rift. I get dizzy easily.
I also get dizzy without the oculus rift. Does anyone ...
0
votes
0answers
98 views
OpenGL .obj parser skews textures on model [closed]
This is a cross-post from game-dev because it seems more general to graphical programming than game development.
I have written a simple .obj parser for my OpenGL game engine that reads vertices, ...
1
vote
1answer
117 views
How to compute barycentric coordinates in a systematic and efficient way?
As part of a ray tracer implementation, I need to compute the barycentric coordinates in a triangle in 3D in order to decide if a ray hits the triangle or not. In theory this could be done by simply ...
-3
votes
1answer
179 views
imagepng is not working? [closed]
imagepng is not showing the image on browser. I don't know what is the problem in this code
$image = imagecreatetruecolor(200, 400) or die("a");
$bg = imagecolorallocate($image, 255, 255, ...
22
votes
1answer
665 views
Why have hardware-accelerated vector graphics not taken off?
I'm working on an app that involves real-time manipulation of vector paths at 60fps, and I'm very surprised by how little information there is on the subject. At first, I tried to implement my idea ...
1
vote
3answers
186 views
combining (something like) Flash in a windows form application
I know this is a place where people ask advice for designing code.
I am at a bit strange side on my coding quest, on one side people send me design stuff.
Special graphics and ideas on how they should ...
-1
votes
1answer
134 views
Technical interview graphics-related concepts fundamentals [closed]
I'm having a technical interview with a graphics society in a few time and I'd like to expand my knowledge related to the following subjects:
TLB (translation lookaside buffers and their role)
low ...
1
vote
2answers
360 views
What is the best way to plot 3D/2D plots with real time data? [closed]
First of all, I like to use Python, because it is easy to work with. I am not a programmer, so I prefer anything that is easy to use and understand. I understand that it might be faster to program 3D ...
0
votes
0answers
138 views
Appel's algorithm implementation
I'm trying to implement the version of Appel's algorithm for vector hidden line removal (i.e. I'd like to avoid any form of rasterization). I found the description of this algorithm here - ...
3
votes
1answer
256 views
Encapsulate bitmap (*.bmp) as C++ class
How would you implement / design a class which has to represent a bitmap?
I'm stuck at handling the different possible color modes and I keep thinking that this should be somehow implementable using ...
6
votes
3answers
218 views
Scale an image with unscalable parts
Brief description of problem: imagine having some vector picture(s) and text annotations on the sides outside of the picture(s).
Now the task is to scale the whole composition while preserving the ...
-1
votes
1answer
277 views
How to move a car around an environment with hills in C++?
I don't have any code for this since I don't know how I am meant to do this.
I have a car and I am able to move it around on a flat plane and I have that working correctly. However, I want it to also ...
1
vote
1answer
474 views
OpenGL programming vs Blender Software, which is better for custom video creation?
I am learning OpenGL API bit by bit and also develop my own C++ framework library for effectively using them. Recently came across Blender software which is used for graphics creation and is in turn ...
0
votes
1answer
135 views
Can graphics in the public domain be used in commercial software?
For example: http://commons.wikimedia.org/wiki/File:Epithalamus.png
Could I take an image file like that, splice it apart, and use it in an application that would be sold?
1
vote
0answers
83 views
Add text to graphic: Looking for inspiration [closed]
I have to redesign a report (web-based) that basically adds text on top of a map. It relies on some parts which are no longer supported by 64bit systems and is too unreliable and complex to just ...
0
votes
3answers
97 views
Working with vectors and transformations
I am going to write an graphical 2D application that allows user to create polygons and transform them through transformation such as rotation an so on. I was hoping someone can give pro and cons ...
1
vote
3answers
728 views
Computer Graphics: Principles and Practice in C ( in Python? )
I am attending a Computer graphics course after the summer. I have read lots of good things about the book "Computer Graphics: Principles and Practice in C" for people who are willing to put in some ...
1
vote
2answers
270 views
Efficient way to compare scene-graph trees
I'm designing a scene graph system, where it is required to compare two trees. The trees are populated with individual objects, each with varied number of children; and they have a root.
Eg: Parent: ...
0
votes
2answers
298 views
Cairo Rotate Text : Transformation Matrix
http://www.cairographics.org/manual/cairo-Transformations.html
I have been using Cairo Vector Graphics Library for some work, and I can't quite understand some parts:
What is the default value of ...
0
votes
1answer
379 views
Win32 and Win64 programming in C sources?
I'm learning OpenGL with C and that makes me include the windows.h file in my project. I'd like to look at some more specific windows functions and I wonder if you can cite some good sources for ...
7
votes
3answers
376 views
How would you unit-test or perform the most effective automated testing on graphics code?
I'm writing a game and the accompanying graphics engine on top of OpenGL in C++. Im also a fan of good coding processes and automated testing. Graphics code + testing seems pretty immiscible, since ...
2
votes
11answers
281 views
Build functionality around the design, or the other way around?
When you build an application, is it better to design the UI first (in Photoshop or whatever), then implement the functionality following the UI you just designed, or do the programming and build the ...
0
votes
1answer
136 views
Tool for work between UI/UX Designers and developers to show animations [closed]
Are there any standard tools for work between designers and developers, especially for designer to explain flow and animations (e.g. animation of components on ipad)?
1
vote
2answers
142 views
Rotate, Scale and Transform in video games
IF a 3 dot vector and a 3x3 matrix can rotate, scale and transform things in a virtual 3D space, could you use a 3x3x3 matrix and a 3.3.3 vector to do something to the games sense of time?
1
vote
3answers
694 views
How to import an image using openGL [closed]
I am new to openGL C++ and what I wanted to know is if there was a pre-existing function in the OpenGL library that would allow me to import a 3d or 2d model?
For example, if I make a 3d image ...
39
votes
6answers
2k views
I can't draw. How can I make polished applications?
I'm not a graphic designer. I'm pretty bad at drawing anything. I struggle to build things that look even as nice as "sample" applications bundled with development tools; primarily because I don't ...
9
votes
1answer
153 views
How do graphics programmers deal with rendering vertices that don't change the image?
So, the title is a little awkward. I'll give some background, and then ask my question.
Background: I work as a web GIS application developer, but in my spare time I've been playing with map ...
2
votes
2answers
1k views
Low level Linux graphics
For educational purposes, I'd like to write an application on a Linux environment that can process keyboard events and draw graphics without huge dependencies like X or SDL. I presume that this must ...
1
vote
6answers
889 views
Java or c++ for math intensive graphics application? [closed]
Lets say my friend needs to write an incredibly math heavy application. He has thought about using C++, but he wants to write it in Java. Just how slow is Java compared to C++? His application will ...
15
votes
2answers
248 views
Getting A Logo And Graphics For An Open Source Project
I have been working on an open source project for about 2 years.
I would like to create a web site, but I am on essentially a zero budget. I also need a logo.
My question: How should an open source ...
3
votes
5answers
279 views
How would you architect an application which is largely a collection of flowcharts?
I am working with a history teacher on a history app. He has like 200 flowcharts that he wants to put into the app (among other things). The two likeliest-looking ways to do it:
HTML/CSS. The big ...
5
votes
4answers
11k views
How can I get into C++ graphics library? [on hold]
I have been programming for a year so far and I know 2 languages: C and C++. I've covered the basics, I've written functional windows programs, and I've written complicated bits of code. When I was ...
4
votes
1answer
81 views
Retexturing a model via API on the web
I'm looking at creating a site where a user could see our product and configure the options or look of it and see an image that represents that.
The way I'm doing it now is if you have Piece A ...
2
votes
2answers
724 views
Drawing Ellipse from a bounding box?
Does anyone know a good algorithm for drawing an ellipse from a bounding box?
draw_ellipse(int s1, int s2, int s3, int s4, color c);
I don't need something optimized to incomprehendable , ...
5
votes
2answers
432 views
Image color/grayscale classification
I am trying to classify a set of images into grayscale or color groups. I have been using ImageMagic to do that, comparing the color image to a grayscale version of itself and then using the Peak ...
3
votes
3answers
185 views
Filling a scene with cubes
I am trying to design a solution for simulating gaseous fluids in confined areas, I am using naiver-stokes equations for fluid dynamics but since it only covers incompressible fluids like liquid, i ...
0
votes
2answers
300 views
Who can change the View in MVC?
I'm working on a thick client graph displaying and manipulation application. I'm trying to apply the MVC pattern to our 3D visualization component.
Here is what I have for the Model, View, and ...
18
votes
4answers
2k views
The perfect crossfade
I find it hard to describe this problem in words, which is why I made a video (45 seconds) to illustrate it. Here's a preview of the questions, please have a look at it on Vimeo: ...
1
vote
1answer
348 views
Best practices for graph representation of a system architecture?
I don't really know the nomenclature regarding these matters, but here is a brief description of what I want. Please let me know if I should substantiate more.
So I have this larger project involving ...
4
votes
2answers
120 views
Incremental and partial drawing of the large graphs
I have the following problem: I'm developing a software for data visualization where I get a graph structure and represent it in 3D space. So far, I've been using force-based algorithms to draw graphs ...
6
votes
6answers
3k views
Rendering trillions of “atoms” instead of polygons?
I just saw a video about what the publishers call the "next major step after the invention of 3D". According to the person speaking in it, they use a huge amount of atoms grouped into clouds instead ...
3
votes
5answers
2k views
Can we technically un-blur images?
Since there is an algorithm to blur images, so that part of it cannot be recognised, can we reverse the algorithm and unblur part of than image?
Is there a program that already does that, is that ...
9
votes
5answers
708 views
Good at Backend, but bad at front end
I want to start web development, I have been learning php.
I have experience in Java, Python, and C++
This experience has made me good at the back end side of web development.
But I am terrible at ...
4
votes
4answers
183 views
What kind of data visualization targeted for non-tech users have you used?
I work for a non-tech company and am getting lots of requests for "portals" and complaints about how our SSRS reports look, so I was poking around for some quick data visualization products that look ...