[Swingosc-devel] Test the SwingOSC web view component
Brought to you by:
sciss
|
From: Sciss <co...@sc...> - 2012-02-16 14:02:50
|
(I didn't see the mail come through, so I try again with x-posting) After a short and not so successful experiment with LoboBrowser, SwingOSC now contains the natively hooked JXBrowser for its WebView component. Now everything that is not pure Java but jumps into native code is usually introducing all sorts of fuss, so I'm kindly asking people who are interested in SwingOSC and have access to a Linux or Windows machine to check out the latest version and verify that this solution actually works. This is to be tested with SC 3.5/master. As a reminder, the latest SwingOSC is now on Github: https://github.com/Sciss/SwingOSC more precisely on the `Revamp` branch which is the default branch now. $ cd <parent> $ git clone https://github.com/Sciss/SwingOSC.git $ cd SwingOSC $ ./sbt assembly (on windows you need to make a .bat version out of that last script, sorry) Be patient with the clone time, we had to include virtually three fully fledged browsers now :-E In the deployed artifacts the size will hopefully reduce to 33% for each platform. For feedback, you can use the swingosc developer list on sourceforge, or sc-dev with [SwingOSC] prefix, or the github issues tracker. best, -sciss- |