7 ms·
Dillo specifically avoids scripting, so I doubt the internals are well-suited to that sort of integration. You could try extending NetSurf[1], though. It uses D
by cypher543 9y ago
Dillo specifically avoids scripting, so I doubt the internals are well-suited to that sort of integration. You could try extending NetSurf[1], though. It uses Duktape[2] as its Javascript engine and its API is pretty similar to Lua's.
1: http://www.netsurf-browser.org/ http://www.netsurf-browser.org/
2: http://duktape.org/ http://duktape.org/
- agumonkey 9y agoThanks, I should look how others did it. It's true that dillo never cared about scripting, I felt like plugin lua in would force a rewrite of every part..