AdeptLanguage / AdeptImport

The standard library for Adept
GNU General Public License v3.0
1 stars 0 forks source link

Please have a look at the `EFL` library #28

Open ghost opened 8 months ago

ghost commented 8 months ago

It might be what Adept is missing. The API is very clean and easy to wrap. The headers are small with only a few functions in each individual header. The only problem is, there are too many headers! I don't think we will need to translate all of these headers. We only need to translate the parts that is needed.

Note: The MSYS2 project has binary package for EFL, I'm asking them to update it to the latest 1.27.0 version ^^

https://github.com/msys2/MINGW-packages/issues/19591

IsaacShelton commented 8 months ago

It looks good, Adept does need a good and clean API like that to wrap operating system specific functionality. A proper abstraction like that should be added in the future