How can I make an interactive animation that can be opened and used in my main screen without using a browser ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I make an interactive animation that can be opened and used in my main screen without using a browser ?

I want to make a ball that appears on my PC that I can drag around and preform function on where it gets clicked on

26th Jan 2017, 2:11 AM
Brian Hoeft
Brian Hoeft - avatar
5 Answers
+ 1
That won't be html. You'll have to look into the c family or some other compiled, gui-able language. The easiest might be visual c++ or visual c# since the visual studio program already has some options builtin to rid your application of the typical windows title bar, etc...
26th Jan 2017, 2:16 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar
+ 1
On the phone, yes. On their website it's dhtml and javaScript/jQuery/other framework.
26th Jan 2017, 2:31 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar
+ 1
Have a look at the Processing IDE www.processing.org. A lot of tutorials describing exactly what you want to do. here is a link to a video tutorial by Dan Shiffman about interaction, many other available on the code train https://m.youtube.com/watch?list=PLRqwX-V7Uu6by61pbhdvyEpIeymlmnXzD&params=OAFIAVgC&v=ibW4oA7-n8I&mode=NORMAL Other tutorials and walkthrough from basic to advanced on the coding train channel: https://m.youtube.com/user/shiffman?rdm=2eldqm71b&client=mv-google
26th Jan 2017, 4:40 AM
seamiki
seamiki - avatar
0
is that how (for example) facebook messenger chat head works?
26th Jan 2017, 2:28 AM
Brian Hoeft
Brian Hoeft - avatar
0
thanks for the info
26th Jan 2017, 2:29 AM
Brian Hoeft
Brian Hoeft - avatar