Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzpaz/freecad-animated-gif-tooltips
Using animated gifs to demonstrate what each FC command does
https://github.com/luzpaz/freecad-animated-gif-tooltips
freecad gif-animation
Last synced: 26 days ago
JSON representation
Using animated gifs to demonstrate what each FC command does
- Host: GitHub
- URL: https://github.com/luzpaz/freecad-animated-gif-tooltips
- Owner: luzpaz
- License: gpl-3.0
- Created: 2017-07-04T11:49:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T19:11:06.000Z (over 6 years ago)
- Last Synced: 2024-10-14T20:33:51.029Z (2 months ago)
- Topics: freecad, gif-animation
- Homepage: https://forum.freecadweb.org/viewtopic.php?f=21&t=22781
- Size: 476 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeCAD Animated GIF Tooltips
Using animated gifs to demonstrate what each FreeCAD command does### Examples
**Part Design Extrusion**
![Part Design Extrusion](https://1.bp.blogspot.com/-4p3fUd1hVH4/VvQ4DLegLGI/AAAAAAAACwU/dIlUN00yo9kR6yzn0VhDq44Co38Jt4ilA/s1600/out-1_0-18.gif)**Part Design Revolution**
![Part Design Revolution](https://2.bp.blogspot.com/-lwBJamnY518/VvQ4DlPOxRI/AAAAAAAACwY/RBwjZfyW6lYVSFrn5rnw4yhOgnavcietg/s1600/revolution.gif)## Guidelines
List of guidelines to create these gifs in a uniform fashion, all gifs then need:
* to be as language agnostic as possible (this may be difficult but we can be creative)
* to be the standard size of 200x200px
* to have a timer in the bottom right corner to help user understand when gif has ended (more research needed)
* to have the same color background (dark blue, see examples above)## TODO
* Find out how users can put a timer in the bottom right corner of a gif
* Logic that implements popping up a gif as a tooltip
* Logic to turn animated gif tooltips on/off## References
* [Campaign to add language agnostic animated gifs to each FC command page on the wiki (+ possibly as tooltips in FC)](https://forum.freecadweb.org/viewtopic.php?f=21&t=22781)
* [Feature Request: Expand tooltip with GIF image](https://forum.freecadweb.org/viewtopic.php?f=8&t=14972)