Skip to content
Gil Fuser edited this page Jun 5, 2019 · 2 revisions

Livecode-This

You might have already read the basic explanation of what this is in the README of this repository, but here is something more you should have in mind.

I guess to everyone will use it as is. So, a good understand of what goes on here is necessary in order to one to take only the parts wanted and recombine them with other setups.

Intertwined files

Most of the files you will find here won't work alone. They refer to each others mostly through environment variables, e.g. ~dirt which refers to the SuperDirt instance created. q is an environment that holds many variables you will find across files.

If you follow where the variables are created and used you'll be able to decouple the files and use them more freely.

I'll try to make this clear enough in the explanations in this wiki.

Contribute

If you could't understand something here, please tell me filing and issue. I'll try to explain it better.

If have any suggestions of how this wiki or the livecode-this system could be better make a PR or file an issue.

You are always most welcome to contribute.