Skip to content

Can I add Android, IOS, and Linux libraries? #663

Closed Answered by grahamboree
long1752062104 asked this question in Q&A
Discussion options

You must be logged in to vote

This is a frequent request and is something that's on our roadmap.

The long and short of it is that Recast is currently a C++ only library and makes some light use of objects as part of its mechanisms. This makes it difficult (but not impossible) to provide a nice C interface, and therefore provide usable pre-built libraries.

My hope is that we can move the core of the library from C++ to C and provide an official C API. That would make this trivial and it would add better official support for other languages through their C FFI.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by grahamboree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #662 on September 07, 2023 17:50.