The LIB folder is the most complex of all folders today, including the library files required for the entire operation. Let's take a look at it. At the early stage of development, we don't need to go deep into this library to study it.
- The cocos2d-x folder is the c ++ version of the original file
- Framework_precompiledfolder, including the pre-compiled framework_precompiled.zip file, which is placed in the res folder during running
- The luabinding folder is the original file of this interface. Open the build.batfile, you can see that toluaw.cmd.exe is used to call and generate
- Proj. Android, proj. iOS, proj. Mac, proj. QT, and proj. Win32 are the corresponding project files.
- There are several folders in the SDK, which are respectively used by various libraries.
The LIB folder is recommended to have a certain foundation before analysis. We understand that all the library files required for running are put here and can be called from here.
Quick-cocos2d-x tutorial 8: Program Framework lib folder Analysis