mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7978e77a10
like that of a game, than some design package. (fixed /0 FP exception) Submitted by: jkh Closes PR: ports/2292
10 lines
501 B
Plaintext
10 lines
501 B
Plaintext
XSpringies is a mass and spring simulation system. It's intended use is more
|
|
like that of a game, than some design package.
|
|
|
|
It's written using Xlib only. No Motif or any other widgets sets are used.
|
|
|
|
The animation in XSpringies is done using an off-screen Pixmap. The next
|
|
frame is drawn on this pixmap, then is blitted onto the screen. Since the
|
|
frame rate is about 30 frames per second, slower machines (or machines which
|
|
have poorly written bit-blitting code) will be deathly slow and blinky.
|