Worried about add-ons

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
alexransome
Posts: 13
Joined: Fri May 17, 2013 9:32 am

Worried about add-ons

Post by alexransome » Tue Apr 22, 2014 8:32 am

Hi,

I've started the Livecode University course and really feeling that I can see this through and produce something at the end. My concern though is that I will have the next "kick-ass" app idea perfect for Livecode, but will require an addon to complete the app.

So are ALL addons to enhance the programmers toolset (make a development happen quicker becasue someone has created an addon which creates the code you need to complete the portion that you need) or to ADD to the functionality of Livecode. I guess can an app be developed with or without the need for addons and be identical in performance and appearence, even though it may need far more work from the programmer.

Many thanks.

Klaus
Posts: 14177
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Worried about add-ons

Post by Klaus » Tue Apr 22, 2014 12:32 pm

Hi Alex,

I was desperately looking for a question mark, but did not find one, so what is the question? :D


Best

Klaus

robertem
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 25
Joined: Tue Mar 19, 2013 2:58 pm

Re: Worried about add-ons

Post by robertem » Tue Apr 22, 2014 10:53 pm

Hi Alex,

That really depends on what you are trying to do. Some "add-ons" are linking to external libraries that add additional functionality not currently available in Livecode while others are there to make things easier for the developer.

Examples of the later type would be Animation Engine or MobGUI while the former would be like MergEXT.

I use a few addons for certain things but haven't found too many instances when I absolutely needed them.

HTH,
Rob

magice
Posts: 457
Joined: Wed Mar 18, 2009 12:57 am

Re: Worried about add-ons

Post by magice » Wed Apr 23, 2014 2:14 pm

I think the key factor to note, is that LiveCode add-ons are written in LiveCode. So, if the original author of the add-on could make the add-on work, then with enough creativity, elbow grease, and research you can write what you need without them.

Post Reply