-
-
Notifications
You must be signed in to change notification settings - Fork 168
Libraries
Lubos Lenco edited this page Jun 29, 2015
·
13 revisions
Create a 'Libraries' subfolder in your project directory. Put every library you want to use inside this folder. Khamake will automatically include these in your project.
Create a 'Libraries' subfolder in your project directory. Put every library in a separate directory inside this folder. Khamake will automatically include these in your project.
A library has it's own Sources folder where you can place Haxe sources. When your project also contains assets, it additionally needs a project.kha(that is then merged with project's project.kha). When your project also contains native code, it needs a korefile.js file.
A minimal example library that will bring up sharing dialog on iOS is available here.
- Introduction
- Getting Started
- Breaking Changes
- FAQ
- System targets
- Graphics targets
- Documentation
- API package descriptions