thebaselab / codeapp

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

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

Open wookable2 opened 1 week ago

wookable2 commented 1 week 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 4 days 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