Y
Hacker News
new
|
ask
|
show
|
jobs
by
brylie
2339 days ago
Any chance of supporting a library agnostic approach, such that developers could use vanilla JS or a framework of their choice?
1 comments
kusti8
2339 days ago
The library is already built to be largely library agnostic. To add a new library, just add a file that translates my calls to the library calls. This is how I achieved both Qt and wxWidgets backends.
link