After thinking about this some more, I could use the .so library if
- I know what the entry points are for each function
- It can be loaded anywhere in memory (position independent code)
- doesn't depend on any other functions outside of the library (I know that it needs access to the memory
allocator which is OK)
Anyone know where to get the function entry points for libg2d.so?