0

How I can add animation in c#\cpp\java

Animation for game

11th Mar 2019, 3:44 PM
Vivek
Vivek - avatar
2 Answers
+ 2
It depends on the framework/engine that you choose to develop using. There are many options to choose from to develop GUI using C# or C++. In Java, JavaFX is the go-to library for GUI programming (and by extension, inserting animations). I suggest looking at tutorials for GUI programming first, and once you get the grasp of it, begin to experiment on how to animate something (JavaFX, for instance, support some CSS for that purpose).
11th Mar 2019, 4:12 PM
Fermi
Fermi - avatar
+ 1
You first need a game engine like Unity which uses C# as its scripting language, or Unreal Engine which uses C++. There are tools and components in the engine available for you to do the animation.
11th Mar 2019, 4:10 PM
Ah Zong
Ah Zong - avatar