samyeyo / LuaRT

Open source Windows programming framework for Lua
https://www.luart.org
Other
285 stars 17 forks source link

Can I make an improvement module? #85

Closed Dismalitie closed 1 year ago

Dismalitie commented 1 year ago

I was wondering if I could make a Lua module called "BetterRT" for LuaRT that will provide some backend enhancements and UI items that I think could be useful. Because of LuaRT's open source nature, I'm assuming that it's ok, but just wanted to check if I can. And don't worry, I won't nag you to add the module offically - although you can if you want when it is done - or ask questions on how to do things. All the code will be completely open source to fit with LuaRT too. Here are some things you should know abut it:

  1. Will require 2 files for it to run in a project: the source code and a DLL with resources like icons
  2. Written in Lua
  3. Will be made in a readable format so people can add to the module
  4. Will have one or more parameters for flexible customisation
  5. Won't include any malware or other malicious code

Thanks for reading!

samyeyo commented 1 year ago

Hi Dismalitie,

Of course you can contribute to LuaRT by creating your own module! Maybe it would be easier to discuss/get help/share your ideas on LuaRT Community

Regards,

Samir