[erlang-questions] GUI development with Erlang
lloyd@REDACTED
lloyd@REDACTED
Wed Dec 6 22:08:48 CET 2017
Hi Alan,
Perhaps a browser front-end would suit your purposes. And, if so, you might look into Nitrogen. It provides a rich set of GUI elements with the additional benefit of making your genetic models accessible through the web.
All the best,
LRP
-----Original Message-----
From: "Alan Gingras" <alangingras@REDACTED>
Sent: Wednesday, December 6, 2017 3:08pm
To: "'Alex S.'" <alex0player@REDACTED>
Cc: "'Erlang'" <erlang-questions@REDACTED>
Subject: Re: [erlang-questions] GUI development with Erlang
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://erlang.org/mailman/listinfo/erlang-questions
Thanks Alex. I had thought of that but was trying to make this a pure Erlang application. This is most likely the approach I will end up taking unless I decide to pursue wxErlang, but that is probably a little unlikely.
From: Alex S. [mailto:alex0player@REDACTED]
Sent: Tuesday, December 05, 2017 03:08
To: Alan Gingras <alangingras@REDACTED>
Cc: Erlang <erlang-questions@REDACTED>
Subject: Re: [erlang-questions] GUI development with Erlang
For what it's worth, you can always implement your view and controller in something like C#/F#, and your model in Erlang, and hook them up via TCP. Alternatively, there was an Erlang-toF# compiler floating around I believe.
2017-12-03 22:43 GMT+03:00 Alan Gingras <alangingras@REDACTED <mailto:alangingras@REDACTED> >:
Has anyone tried using Windows Forms (.net) with Erlang? This would be in a similar fashion to way Python can use Windows Forms. On Linux I believe this would be Mono (http://www.mono-project.com/docs/gui/winforms/). Basically I think I’m looking for something similar to Python’s “import” and C#’s “using” features. If no one has anything, any hints on how a feature like this might be implemented.
Basically, I have been working on implementing genetic programming in Erlang and would like to provide a GUI front end. The WxWidgets front end that comes with Erlang is difficult at best. I’ve used several different GUI kits on *nix and Windows platforms but WxWidgets seems the most difficult for me. So I’m trying to see what else is available. I followed Joe Armstrong’s quest earlier this year and didn’t see where he came up with anything.
Thanks.
Alan
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED <mailto:erlang-questions@REDACTED>
http://erlang.org/mailman/listinfo/erlang-questions
More information about the erlang-questions
mailing list