Software to animate a flow chart?

  • Thread starter Thread starter TSN79
  • Start date Start date
  • Tags Tags
    Flow Software
Click For Summary
For creating a simple animation to illustrate water flow in a flow diagram, Processing IDE is recommended. It allows users to build animations from scratch using Java and OpenGL. The framework requires defining two main methods: setup(), which initializes variables and graphics, and draw(), which updates the animation frame. Processing's key feature is its ability to call the draw() method approximately 60 times per second, enabling smooth transitions and movements by updating positions based on defined parameters. This makes it suitable for creating colored lines that visually represent flow dynamics under various conditions.
TSN79
Messages
422
Reaction score
0
I need to create some sort of animation to explain how water flows in a flow diagram under different conditions, and wonder what kind of software would be suitable for creating it? I'm keeping it very simple, like colored lines that are in some way animated to indicate how things flow and work. Any ideas?
 
Computer science news on Phys.org
You could build it from scratch using the Processing IDE. It comes with many examples and with access to open GL and Java.

processing.org

Yu would define two emthods setup() and draw(). setup() handles initializing variables and graphics
and draw() handles drawing a frame.

The key feature of processing is that it will call draw() once every 1/60 sec and redraw things so itallows you to draw something bump an x,y value and the next call it will draw at the new x,y
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Replies
1
Views
2K
Replies
8
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 70 ·
3
Replies
70
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 66 ·
3
Replies
66
Views
22K
Replies
4
Views
4K
  • · Replies 31 ·
2
Replies
31
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K