dahuapp / dahu

[DEPRECATED] The objective of this project is to develop a "real" alternative to existing screencasting software. Even if there is a wide variety of software that offers to make screencasts, none of these programs do offer effective solutions combining the features / properties that we could expect of this kind of tool.
http://dahuapp.github.io
Other
81 stars 25 forks source link

Have a look at Electron for pure JS Dahu app #171

Open barraq opened 9 years ago

barraq commented 9 years ago

Github release http://electron.atom.io an awesome framework to build cross platform desktop apps with web technologies. Dahu was designed so that one day we could get rid of Java and use only pure JavaScript, HTML and CSS. With the release of Electron this might come true !!!

Currently Electro provide almost everything to reimplement the drivers, the only thing missing is the ability to grab a screencast of the screen: but I guess this will be added soon.

This issue is just a reminder to check http://electron.atom.io for one day to switch to Electro and remove the use of JavaFx.