This month I was designing Chat module implementation.
That is Skype, WhatsApp, Slack, etc. alike thing.
Implementation is pretty simple and so greatly customizable.
Let me know if you will need anything close to it.
UI and frontend software design and consulting since 1991
This month I was designing Chat module implementation.
That is Skype, WhatsApp, Slack, etc. alike thing.
Implementation is pretty simple and so greatly customizable.
Let me know if you will need anything close to it.
Can you render gif and videos from youtube?
Gifs, if they are attached as images will be rendered and played on the “tape”.
And “videos from youtube” will be just hyperlinks to youtube site. Clicking on the link will open it in browser.
Chat I made using Sciter.
Youtube videos (page downloading and parsing, extracting links to streams are done on native side; playback uses system video codecs):
https://www.youtube.com/watch?v=Sy8CPDx4Ois
GIF/APNG:
https://www.youtube.com/watch?v=kbM6V4jJGTU
I wouldn’t recommend playback of AGIFs larger than icon size in chat, memory consumption is massive.