Greetings once again odin-folk,
I have a question i seek answers to.
I have this cpp library that I would like to consume with Odin. How would I go about doing this?
- Should I rewrite the parts of the code that I need in Odin?
- Should I compile a .lib from the cpp project and write and consume it that way? If so then how? How would classes be consumed?
- Seek or create a C wrapper for the cpp project?