thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
3k stars 207 forks source link

Any plans for internal linking with open source libraries, C++ #1157

Open wookable2 opened 1 month ago

wookable2 commented 1 month ago

First of all, just want to say I absolutely love using this app, which helped me in many occasions. My main programming language is C++. However, I came to realize that linking additional libraries is hard in the environment. Are there any plans to add extensions to the app that links to popular libraries like SDL2 or SFML? or intrinsically link third party files? I know XCode is present for Mac users, but frankly I only own an ipad.

bummoblizard commented 1 month ago

Great idea! For this to work, these libraries must be compatible with WASM / browser environment. SDL2 looks promising: https://wiki.libsdl.org/SDL2/README/emscripten

wookable2 commented 3 weeks ago

Thank you very much! I am sure it will help out a lot for the users.