How to enhance LiveCode?

Are you developing an External using the LiveCode Externals SDK?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

How to enhance LiveCode?

Post by DevBoyLars »

Hi there,
how can I enhance LiveCode? If I need a feature, like the finger-scanner on iOS, how can I access them?
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to enhance LiveCode?

Post by Klaus »

HI Lars,

you need (to write) an external for this kind of enhancements!
Here you find the SDK at the bottom of the page:
http://downloads.livecode.com/livecode/


Best

Klaus
DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: How to enhance LiveCode?

Post by DevBoyLars »

Hi Klaus,
ok, I know this, but how to start? Are there any examples out there? Tutorials?
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How to enhance LiveCode?

Post by Klaus »

Ah, OK, sorry, that (Subj) C++--- stuff is way over my head :D
DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: How to enhance LiveCode?

Post by DevBoyLars »

ObjectC is not the problem for me, but I need a way to start :D
DevBoyLars
Posts: 216
Joined: Wed Feb 27, 2013 9:04 pm

Re: How to enhance LiveCode?

Post by DevBoyLars »

chaplais
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 2
Joined: Fri Oct 26, 2007 6:08 am

Re: How to enhance LiveCode?

Post by chaplais »

I, for my part, is interested in building externals for the mac. Since the switch to a more cocoa friendly version of livecode, has the externals SDK been updated (I mean desktop, not iOS)? I specifically need 64 bit support for scientific computations, and I would like to use the accelerate framework, which is optimized for multicore processors.
François
Post Reply