Jump to content

Plugin system for Leadwerks' map editor


Crazycarpet
 Share

Recommended Posts

This actually has been proposed before, and this is what was said by Josh:

 

The original 3D World Studio had this functionality, and this is a likely feature in the future, using LuaJIT. This has a lot of advantageous:
  • Plugins are easy to write and cross-platform compatible. (No compiling required.)
  • Plugins can be precompiled as LuaJIT machine code and distributed to protect the source code.
  • LuaJIT can compile C code into the Lua binary object! So it basically makes a cross-platform version of a DLL.

I'm a big fan of 3ds max's MaxScript plugins system, and would model the design after that.

 

Edit: This was from March this year I think? So it's pretty recent, but plans may have changed and whatnot.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...