Sharing xScribble - a Gtalk client with graphical chat functionality

eternalthinker

eternalthinker

@eternalthinker-Kvsi5Y Oct 7, 2024
Hi all,
xScribble is an app I developed with the help of my friends as our Mini project at college. It is a Gtalk client, and the twist is that it enables graphical chat. Now you can literally draw in gtalk chats.
xScribble provides you with a canvas where you can draw simultaneously with your friend over the internet.

I thought I'd share it on CE so that I can get valuable feedback from all the crazy computer science engineers. Just take a look at the #-Link-Snipped-# and let me know what you think!
Your suggestions will be really helpful, since we're planning to extend the same idea as our major project as well! 😀

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Jan 15, 2011

    Sharing xScribble screenshots from xScribble page -

    [​IMG][​IMG]
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Jan 15, 2011

    @ET: That's an innovative project idea. 😀

    Could you make it available for download for MAC users? 😉 That will be great.

    PS: I will soon try it on Windows/Linux and let you know the feedback.
  • Gurjeet Singh

    Gurjeet Singh

    @gurjeet-LUX7B1 Jan 15, 2011

    great nice stuff..
    @ ET:read your blog ,nice info there 😀
  • eternalthinker

    eternalthinker

    @eternalthinker-Kvsi5Y Jan 15, 2011

    @Big K ~ It good that you added screenshots. Now it gives the people a better idea about the app 😀
  • eternalthinker

    eternalthinker

    @eternalthinker-Kvsi5Y Jan 15, 2011

    @AKD ~ I was actually thinking about the same. But I don't have a Mac environment here to test it.
    Let me try if it is possible to make a Macintosh installer from other OS's. 😀

    @cooldudeiet ~ Its nice that you liked it :] . Do let me know your suggestions.
  • Sachin Jain

    Sachin Jain

    @sachin-0wuUmc Jan 16, 2011

    @ ET
    Great buddy
    I liked your chat client.

    I also wanna do something like that.
    Can you please provide me some details so that i can proceed ?

    Just like
    Which language you have used ?
    Which protocol and about port nos ?
    Graphics is developed using which language ?

    I will be thankful to you......
    If you want to remain these info confidential, then its okay.
    But your work is really appreciable
  • eternalthinker

    eternalthinker

    @eternalthinker-Kvsi5Y Jan 16, 2011

    @blunderboy ~
    I'm only happy to help you with the idea 😀 . The entire project is done in python language. Have you tried python yet?
    The protocol, as you can see is Gtalk's very own xmpp. The complete port settings can be retrieved if you check an instant messenger like Pidgin.
    You can do pretty much the same using Java and swing, although you'll have to dig into the details yourself.
  • hari02

    hari02

    @hari02-jc8atV Jan 16, 2011

    great job dude 😀

    Your blog is awesome keep up the good work
  • eternalthinker

    eternalthinker

    @eternalthinker-Kvsi5Y Jan 16, 2011

    @hari02 ~ Thanks. Would be great if you try out xScribble and tell your feedback 😀
  • Sachin Jain

    Sachin Jain

    @sachin-0wuUmc Jan 16, 2011

    Hey thanks for sharing...
    Its good 😀
    Thanks once again
  • sookie

    sookie

    @sookie-T06sFW Jan 16, 2011

    [Feedback]

    I have just download Win XP version and installed in my machine. When I am trying to login with my gmail id, it is saying "Connection Error - Check your internet connection" though my internet connection seems to be fine to me.😕

    Do I need to make any other settings other than direct download and excecute ? Please help in this!

    Thanks!
    -Sookie

    [/Feedback]
  • bharathpb

    bharathpb

    @bharathpb-FtEhYi Jan 16, 2011

    Actually i Have not tried the application ,but hadone doubt...is it required that the application should run on my friends system also ..to which i m chating.??
  • eternalthinker

    eternalthinker

    @eternalthinker-Kvsi5Y Jan 17, 2011

    sookie
    [Feedback]

    I have just download Win XP version and installed in my machine. When I am trying to login with my gmail id, it is saying "Connection Error - Check your internet connection" though my internet connection seems to be fine to me.😕
    [/Feedback]
    One of my friends too have reported the same error. It was in Windows 7. Although I couldn't figure out any direct reasons for this, I guess it has something to do with your antivirus/antispyware program. may it is silently blocking xScribble's connection attempts.
    Do try out the Linux version if you can. Or the windows version in a different system.
  • eternalthinker

    eternalthinker

    @eternalthinker-Kvsi5Y Jan 17, 2011

    @ bharathpb ~
    Yes, both you and your buddy should be running. I think that is intuitive, since only this app is providing a graphical chat functionality, and that its completely a client-side coding 😀