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
5 Antworten
+ 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...
+ 1
On the phone, yes. On their website it's dhtml and javaScript/jQuery/other framework.
+ 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¶ms=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
0
is that how (for example) facebook messenger chat head works?
0
thanks for the info