Search found 1 match

by zhaosida
Tue Apr 02, 2024 10:22 am
Forum: Support and Development
Topic: Using love2d as a Library in other applications
Replies: 0
Views: 1048

Using love2d as a Library in other applications

I want to embed love2d as a library into my iOS application, but I'm facing an issue with missing header files: love.cpp: 'common/config.h' file not found. My approach is as follows: 1. In the Xcode project, I select 'Add Files to MyApplications'. 2. I locate liblove.xcodeproj and add it. 3. I also ...