www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - IUP, CD, IM, lua interfaces in D.

reply mogu <mogucpp 163.com> writes:
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
next sibling parent Andrea Fontana <nospam example.com> writes:
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
prev sibling next sibling parent reply Dsby <dushibaiyu yahoo.com> writes:
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
parent mogu <mogucpp 163.com> writes:
On Wednesday, 29 June 2016 at 08:24:30 UTC, Dsby wrote:
 Great! 蘑菇大神威武、、
白玉大大威武
Jun 29 2016
prev sibling parent reply Chris <wendlec tcd.ie> writes:
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
Thanks 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/cdd
 lua(5.3.3): http://code.dlang.org/packages/nluad
Have you seen this: https://github.com/DerelictOrg/DerelictLua There is also https://github.com/JakobOvrum/LuaD
 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 29 2016
parent reply mogu <mogucpp 163.com> writes:
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/LuaD
I 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
next sibling parent Chris <wendlec tcd.ie> writes:
On Wednesday, 29 June 2016 at 14:01:52 UTC, mogu wrote:
 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/LuaD
I 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.
Yeah, LuaD is too old.
Jun 29 2016
prev sibling parent Mike Parker <aldacron gmail.com> writes:
On Wednesday, 29 June 2016 at 14:01:52 UTC, mogu wrote:
 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/LuaD
I 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.
FYI, I have plans to add a configuration for a static binding to DerelictLua just as I did with DerelictGLFW3.
Jun 29 2016