-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The project proposal suggested the conversion of mago to D, so I tried my best at going through with it, however the one month project grew too big for me. I found too many dependencies that are not easy to resolve, since they're C++ classes and use smart pointers. While they solve a lot of problems on the C++ side, they cause a lot of trouble when interfacing with D, which also made partial conversions just as troublesome as full ones.
I'm currently looking for other options, which might lead to abandoning this part of the project, and instead work on the already existing C++ code, but that comes with great complications of reevaluating the project. The alternative is to write a C wrapper to the functions those classes need from the libraries, but that would just cause yet further delays.