Kobikan / rainmeter

Automatically exported from code.google.com/p/rainmeter
0 stars 0 forks source link

PowerShell Script Hosting #194

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While having LUA available as a scripting platform is pretty sweet, given that 
rainmeter is a Windows-focused product, adding support for PowerShell scripting 
would be good.

Original issue reported on code.google.com by joe.alc...@gmail.com on 22 Aug 2011 at 10:57

GoogleCodeExporter commented 9 years ago
JavaScript would be cool too

Original comment by XTREME...@gmail.com on 23 Aug 2011 at 5:11

GoogleCodeExporter commented 9 years ago
We've discussed about switching to LuaJIT in the future. In addition to 
improved performance, it provides a FFI (foreign function interface) which 
allows raw access to most of the Win32 API.

Here is an example of what you'll be able to do: http://poiru.net/ffi.png

Embedding yet another scripting interface is not in the horizon, so I will mark 
this as WontFix.

Original comment by birunthan.mohanathas on 23 Aug 2011 at 7:34