Learnings & Experiences

  • Compilation of Steve Jobs Talks

    Click Here

  • World Wide Economy Collapse – Explained!

  • Fatherhood

    On June 14, 2011 (7:28 PM) – my wife gave birth to a baby boy in Pushya Hospital, Shimoga. Our lives have undoubtedly changed for ever. The moment of birth is magical, unexplainable, un-expressable. Words fall short when I begin to articulate my experience of the process of child birth or when I begin to…

  • SuccEss – My definition!

    Success is “Having the true freedom from self-created or self-imposed constraints and being able to make any choice, and express oneself fully”

  • GCFApplicationServer and Clean-URLs

    GCFApplicationServer provides a neat platform for hosting Qt/GCF components and then accessing objects and their methods from an external system like a browser or remote GCF application. Up until GCF 2.5.0 we have been supporting AJAX style access to objects and their methods (available on GCFApplicationServer).

  • GCF Version 2.5 Released

    Bangalore, India (3rd May 2011) VCreate Logic announces the release of  GCF – Version 2.5. GCF (Generic Component Framework), based on Qt, allows developers to compose applications as a collection of components. GCF offers a ready made application architecture

  • VCreate Logic is Hiring

    We are looking for developers who have working experience in developing Qt/C++ applications to join our team, that creates desktop software for diverse domains.

  • GCF Training @ Nanterre, Paris – November 2010

    I just came back from Paris last week after finishing a 4 day training on GCF for a group of 7 developers in a company there. I had a fun time with the team of 7 – it was very interesting to note the interest and enthusiasm with which they took the training.

  • GCF Version 2.4 Released

    GCF (Generic Component Framework), based on Qt, allows developers to compose applications as a collection of components. GCF offers a ready made application architecture to manage loading, initialization and unloading of components, to configure components using XML files, to merge GUI offered by different components into a single application container widget, to have components easily…

  • FOSSCamp 2010 (An LCC Event in SJCE Mysore)

    LCC (or Linux Campus Club) is an organization that was started in 2004 under the department of Computer Science SJCE Mysore India, with a primary goal of fostering the use of free open source software among the students. For the last three years they have been hosting an annual event called FOSSCamp to accelerate the…

  • Jackie – Kannada Movie

    Last weekend I had gone out with my wife and cousins to watch this Kannada movie called “Jackie“. The movie is about a 8th standard drop-out called Jackie who goes about his life dreaming of making it big by not doing any hardwork. Life takes a twist for him when his adopted-sister(s) go(es) missing and…

  • Internet Explorer 9

    I downloaded “Internet Explorer 9 Beta” a couple of weeks ago. I have been consistently using it since then. I must say that the experience so far has been awesome! Browsing is smoother – Windows 7 Integration is nice! – It is much much much much faster than IE8 – It renders most of the…

  • Why is work = giving-presentations?

    Have you noticed that almost any ad/movie about a guy or gal doing work has something to do with giving-presentations? And usually the presentation has a chart (line-graph going up or bar chart growing taller) and then everybody in the room listening to the presentation is wearing full 3 piece suit and shining glasses. Each…

  • Using vtkRenderWindow with QGraphicsView

    We are about to begin on a project that requires us to have floating and transparent widgets over VTK render-window output. About a year back, we had wanted to provide something similar to VTK Designer 2. We wanted users to have the ability to load UI (created using Qt Designer) directly on the VTK output…

  • Moving to CMake

    Over the past few weeks we have been playing around with CMake and we figured that it would be a good idea to have GCF build-able using CMake. There are a few open-source projects that make use of GCF with CMake anyway; we figured it would be a good idea to have a CMake build-system…