aigents / aigents-java

Aigents Java Core Platform
MIT License
29 stars 12 forks source link

Aigents Desktop Plus for Linux, Mac OSX and Windows #30

Open akolonin opened 4 years ago

akolonin commented 4 years ago

There is an existing old Aigents Desktop App in Java based on the Aigents Core https://github.com/aigents/aigents-java/tree/master/src/main/java/net/webstructor/gui which is using java.awt framework and can work under Linux, Mac OSX and Windows However, its functionality is pretty much outdated and does not contain many latest features present in Aigents Web User interface https://github.com/aigents/aigents-web available at https://aigents.com/ Also, it makes sense to have the Aigents Desktop App to be based on java.fx framework instead of java.awt with built-in Web browser, like it is done in the existing Android App https://github.com/aigents/aigents-android so more tight integration between Aigetns Core functionality and Web browsing operations can be achieved, like in case of Chrome browser plugin per #27