How can I create animated videos with limited artistic skills?

AI Thread Summary
An individual is seeking advice on creating an animated video to illustrate 3D physical motions, specifically an array of Ferris wheels turning side by side. They express concern about their lack of artistic skills and experience with animation, highlighting a fear of the learning curve involved. Recommendations for animation software include Pencil, which offers extensive resources for beginners, and Processing, an open-source IDE that allows for detailed programming using Java, particularly beneficial for 3D graphics. The user notes their platform is a Chromebook, which limits options but mentions that some Linux applications may be compatible. They also explore web-based tools like Glowscript and VPython, which simplify the process of creating 3D animations while focusing on physics and math, making them suitable for their project needs.
anorlunda
Staff Emeritus
Science Advisor
Homework Helper
Insights Author
Messages
11,326
Reaction score
8,750
I would like to produce an animated video to demonstrate some 3D physical motions. I'm a bit intimidated. My artistic skills never got beyond stick men. I have zero experience with video, or animation. I'm worried about the learning curve.

My specific ambition is to depict an array of Ferris wheels, turning co-axially side by side. I could make a non-animated image of that setup; but doing that in perspective view would be challenging for me. This would be a one-off project.

I found the following.
https://www.nyfa.edu/student-resources/best-free-open-source-animation-software/

What would PF members recommend for me?
 
Computer science news on Phys.org
Interesting list of tools. I would start at the top and try Pencil. It looks like it has a lot of resources to teach you how to use it.

Alternatively, I would've tried using the Processing IDE and program the image I wanted using Java. It would take longer for sure but then you have full control over every aspect. Processing has 3D libraries that support rotation of 3D shapes.

https://processing.org/tutorials/p3d/

https://processing.org/

and Processing has many other cool libraries and examples.

From the Wikipedia description:
Processing is an open-source graphical library and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching non-programmers the fundamentals of computer programming in a visual context.

Processing uses the Java language, with additional simplifications such as additional classes and aliased mathematical functions and operations. It also provides a graphical user interface for simplifying the compilation and execution stage.

https://en.wikipedia.org/wiki/Processing_(programming_language)
 
  • Like
Likes anorlunda
Ay ay ay. I left out an overriding fact. My platform is a Chromebook, running a variant of Android. I need to search the Google Android Play Store for tools.
 
Try Glowscript (the web-based version of VPython).
Glowscript was developed by physicists for physics students.
If you don't want to work at glowscript.org , you can work on trinket.io .

In VPython programs, you worry about the physics and the math.
VPython handles the 3-d graphics and the graphical views, animations, and user interactions.
https://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/Stonehenge-VPython
1583292780606.png


https://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/BinaryStar-VPython
1583292864818.png
https://www.glowscript.org/#/user/GlowScriptDemos/folder/Examples/program/Gyroscope-VPython
1583292950953.png


https://www.glowscript.org/#/user/m...tterandinteractions/program/03-double-pendula
1583293271707.png
 
  • Like
  • Informative
Likes gleem, anorlunda and jedishrfu
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...

Similar threads

Back
Top