digitalmars.D.announce - IUP, CD, IM, lua interfaces in D.
- mogu (9/9) Jun 28 2016 Now IUP library collections' interfaces accomplished.
- Andrea Fontana (2/11) Jun 29 2016 Can't wait for object-based interface. Keep up the good work!
- Dsby (2/11) Jun 29 2016 Great! 蘑菇大神威武、、
- mogu (2/3) Jun 29 2016 白玉大大威武
- Chris (7/16) Jun 29 2016 Thanks for that, I've been waiting for this for a long time. I
- mogu (6/10) Jun 29 2016 I have already looked over these projects before I wrote this
- Chris (2/17) Jun 29 2016 Yeah, LuaD is too old.
- Mike Parker (3/18) Jun 29 2016 FYI, I have plans to add a configuration for a static binding to
Now IUP library collections' interfaces accomplished. IUP(3.18): http://code.dlang.org/packages/iupd IM(3.10): http://code.dlang.org/packages/imd CD(5.9): http://code.dlang.org/packages/cdd lua(5.3.3): http://code.dlang.org/packages/nluad As I'm not good enough, all bindings may have many issues. Help me please. All bindings do not have cpp interface conversions in D. But these will be the next works.
Jun 28 2016
On Tuesday, 28 June 2016 at 10:17:10 UTC, mogu wrote:Now IUP library collections' interfaces accomplished. IUP(3.18): http://code.dlang.org/packages/iupd IM(3.10): http://code.dlang.org/packages/imd CD(5.9): http://code.dlang.org/packages/cdd lua(5.3.3): http://code.dlang.org/packages/nluad As I'm not good enough, all bindings may have many issues. Help me please. All bindings do not have cpp interface conversions in D. But these will be the next works.Can't wait for object-based interface. Keep up the good work!
Jun 29 2016
On Tuesday, 28 June 2016 at 10:17:10 UTC, mogu wrote:Now IUP library collections' interfaces accomplished. IUP(3.18): http://code.dlang.org/packages/iupd IM(3.10): http://code.dlang.org/packages/imd CD(5.9): http://code.dlang.org/packages/cdd lua(5.3.3): http://code.dlang.org/packages/nluad As I'm not good enough, all bindings may have many issues. Help me please. All bindings do not have cpp interface conversions in D. But these will be the next works.Great! 蘑菇大神威武、、
Jun 29 2016
On Wednesday, 29 June 2016 at 08:24:30 UTC, Dsby wrote:Great! 蘑菇大神威武、、白玉大大威武
Jun 29 2016
On Tuesday, 28 June 2016 at 10:17:10 UTC, mogu wrote:Now IUP library collections' interfaces accomplished. IUP(3.18): http://code.dlang.org/packages/iupdThanks for that, I've been waiting for this for a long time. I never got around to implementing it myself.IM(3.10): http://code.dlang.org/packages/imd CD(5.9): http://code.dlang.org/packages/cddlua(5.3.3): http://code.dlang.org/packages/nluadHave you seen this: https://github.com/DerelictOrg/DerelictLua There is also https://github.com/JakobOvrum/LuaDAs I'm not good enough, all bindings may have many issues. Help me please. All bindings do not have cpp interface conversions in D. But these will be the next works.
Jun 29 2016
On Wednesday, 29 June 2016 at 09:48:19 UTC, Chris wrote:Have you seen this: https://github.com/DerelictOrg/DerelictLua There is also https://github.com/JakobOvrum/LuaDI have already looked over these projects before I wrote this down. The problems are that luaD is in version 5.1 and DerelictLua only supports dynamic link. Another issue is that I just want this project to do translations instead of making other personal creations involved.
Jun 29 2016
On Wednesday, 29 June 2016 at 14:01:52 UTC, mogu wrote:On Wednesday, 29 June 2016 at 09:48:19 UTC, Chris wrote:Yeah, LuaD is too old.Have you seen this: https://github.com/DerelictOrg/DerelictLua There is also https://github.com/JakobOvrum/LuaDI have already looked over these projects before I wrote this down. The problems are that luaD is in version 5.1 and DerelictLua only supports dynamic link. Another issue is that I just want this project to do translations instead of making other personal creations involved.
Jun 29 2016
On Wednesday, 29 June 2016 at 14:01:52 UTC, mogu wrote:On Wednesday, 29 June 2016 at 09:48:19 UTC, Chris wrote:FYI, I have plans to add a configuration for a static binding to DerelictLua just as I did with DerelictGLFW3.Have you seen this: https://github.com/DerelictOrg/DerelictLua There is also https://github.com/JakobOvrum/LuaDI have already looked over these projects before I wrote this down. The problems are that luaD is in version 5.1 and DerelictLua only supports dynamic link. Another issue is that I just want this project to do translations instead of making other personal creations involved.
Jun 29 2016