The visualization tag has no wiki summary.
5
votes
1answer
81 views
Spatial data visualization level of detail
I have a 3D point cloud data set with different attributes that I visualize as points so far, and I want to have LOD based on distance from the set. I want to be able to have a generalized view from ...
2
votes
1answer
101 views
Sound activated particlesystem
I am trying to make a particle system that is activated by sound. Like emitting on the beat resizing on the beat and such things. I found some nice tutorials on how to make things like ...
0
votes
0answers
85 views
3D-Engine for 2D Graph Visualization [closed]
I'm planning to use a 3D-engine to do visualization and animation of very large 2D-graphs of data (100k objects) using relatively simple shapes mainly boxes, circles, arcs, rounded-boxes, etc.
...
3
votes
1answer
192 views
Efficient visualization of a large voxelized volume
Lets consider a large voxelized volume stored in an oct-tree or any other convenient structure. This volume represents, for instance, a landscape, where each block is either empty (air), or it has an ...
-3
votes
2answers
363 views
How to visualize real time data on Android? [closed]
I want to build and android app that visualizes real time data (2D animation). I set up a UDP channel that get the data, now I want to visualize it in real time .
I know that I can use OpenGL ES, ...
1
vote
2answers
261 views
What's the best way to generate an NPC's face using web technologies?
I'm in the process of creating a web app. I have many randomly-generated non-player characters in a database. I can pull a lot of information about them - their height, weight, down to eye color, hair ...
2
votes
3answers
236 views
computer language like arduino language for visualization or game development
Is there a language similar to Arduino language (c++ language with fewer functions) for software visualization?
6
votes
6answers
839 views
video card architecture
Can anyone point me to some information on what a modern video card architecture looks like? I'm particularly interested in understanding how my rendering engine will be executed by the GPU.
Ideally, ...
1
vote
2answers
321 views
c++ visualization
Is there a C++ programming language knowledge to check the little tool where the introduction of C++ code would be nice to get something on the screen, similar to the "Processing" ...
5
votes
4answers
265 views
Visualization tools for physical simulations
I'm interested in starting some physics simulations and I'm getting hung up on the visualization side of things. I have lots of resources for reading how to implement the simulation itself but I'd ...
15
votes
5answers
589 views
How can I produce heatmaps based off of player reported data?
For a really good example of what I'm talking about, see how the developer of Replica Island does it based off of Player deaths: ...