From: Arno P. <ar...@pu...> - 2015-01-26 23:50:14
|
Hi, there were a couple of messages on this list and I wanted to take the opportunity to mention the status quo of XMLVM. As you can easily tell from the code repository, there hasn't been any activity in a long time. For all practical purposes, development and maintenance have stopped quite a while ago. XMLVM pushed the envelope on what is possible for cross-platform tools and I am immensely proud on what we were able to accomplish. For me as an academic it was a wonderful vehicle for my research projects. But we simply never had the resources to build a rock-solid tool and while we have gotten some great contributions, the Open Source process never quite kicked in for us. I know that XMLVM is still used by some, but only for very special corner cases. If anyone is interested to contribute to XMLVM either by donating their time or funding, please let me know. I do have a long laundry list of things that need to be done. :) Arno |
From: <sm...@gm...> - 2015-01-27 00:32:06
|
Hey Arno, I use XMLVM as the backend of a cross-platform mobile game framework (the “AbsurdEngine”). I have a fork that implements some functions in native_java_net_InetAddress.c (giving Android-to-iOS HTTP support) and adds some methods missing from the Android graphics compatibility libraries. I’d love to contribute these and any other changes I make 😊 what is the process for submitting? My code is here: https://bitbucket.org/smpsnr/xmlvm-absurdengine Sam From: Arno Puder Sent: Monday, January 26, 2015 15:22 To: xml...@li... Hi, there were a couple of messages on this list and I wanted to take the opportunity to mention the status quo of XMLVM. As you can easily tell from the code repository, there hasn't been any activity in a long time. For all practical purposes, development and maintenance have stopped quite a while ago. XMLVM pushed the envelope on what is possible for cross-platform tools and I am immensely proud on what we were able to accomplish. For me as an academic it was a wonderful vehicle for my research projects. But we simply never had the resources to build a rock-solid tool and while we have gotten some great contributions, the Open Source process never quite kicked in for us. I know that XMLVM is still used by some, but only for very special corner cases. If anyone is interested to contribute to XMLVM either by donating their time or funding, please let me know. I do have a long laundry list of things that need to be done. :) Arno ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Sascha H. <sa...@xm...> - 2015-01-27 00:51:13
Attachments:
emoji_u1f60a.png
|
Hi Sam, the information for how to contribute is here: https://sites.google.com/a/xmlvm.org/documentation/developing-xmlvm/ This should show up on our website under "contribute" but is currently broken, appologies for that, we'll get that fixed. You can start by filling out and sending the CLA form our way: http://www.xmlvm.org/contribute/cla.php // Sascha On Mon, Jan 26, 2015 at 3:55 PM, <sm...@gm...> wrote: > Hey Arno, > > I use XMLVM as the backend of a cross-platform mobile game framework > (the “AbsurdEngine”). I have a fork that implements some functions in > native_java_net_InetAddress.c (giving Android-to-iOS HTTP support) and adds > some methods missing from the Android graphics compatibility libraries. I’d > love to contribute these and any other changes I make [image: 😊] what is > the process for submitting? > > My code is here: https://bitbucket.org/smpsnr/xmlvm-absurdengine > > Sam > > *From:* Arno Puder <ar...@pu...> > *Sent:* Monday, January 26, 2015 15:22 > *To:* xml...@li... > > > Hi, > > there were a couple of messages on this list and I wanted to take the > opportunity to mention the status quo of XMLVM. As you can easily tell > from the code repository, there hasn't been any activity in a long time. > For all practical purposes, development and maintenance have stopped > quite a while ago. XMLVM pushed the envelope on what is possible for > cross-platform tools and I am immensely proud on what we were able to > accomplish. For me as an academic it was a wonderful vehicle for my > research projects. But we simply never had the resources to build a > rock-solid tool and while we have gotten some great contributions, the > Open Source process never quite kicked in for us. > > I know that XMLVM is still used by some, but only for very special > corner cases. If anyone is interested to contribute to XMLVM either by > donating their time or funding, please let me know. I do have a long > laundry list of things that need to be done. :) > > Arno > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |
From: Sascha H. <sa...@xm...> - 2015-01-27 00:59:46
Attachments:
emoji_u1f60a.png
|
Just fixed it, you can now access the contribution information directly on the site: http://xmlvm.org/contribute/ On Mon, Jan 26, 2015 at 4:50 PM, Sascha Haeberling <sa...@xm...> wrote: > Hi Sam, > > the information for how to contribute is here: > https://sites.google.com/a/xmlvm.org/documentation/developing-xmlvm/ > > This should show up on our website under "contribute" but is currently > broken, appologies for that, we'll get that fixed. > > You can start by filling out and sending the CLA form our way: > http://www.xmlvm.org/contribute/cla.php > > // Sascha > > On Mon, Jan 26, 2015 at 3:55 PM, <sm...@gm...> wrote: > >> Hey Arno, >> >> I use XMLVM as the backend of a cross-platform mobile game framework >> (the “AbsurdEngine”). I have a fork that implements some functions in >> native_java_net_InetAddress.c (giving Android-to-iOS HTTP support) and adds >> some methods missing from the Android graphics compatibility libraries. I’d >> love to contribute these and any other changes I make [image: 😊] what >> is the process for submitting? >> >> My code is here: https://bitbucket.org/smpsnr/xmlvm-absurdengine >> >> Sam >> >> *From:* Arno Puder <ar...@pu...> >> *Sent:* Monday, January 26, 2015 15:22 >> *To:* xml...@li... >> >> >> Hi, >> >> there were a couple of messages on this list and I wanted to take the >> opportunity to mention the status quo of XMLVM. As you can easily tell >> from the code repository, there hasn't been any activity in a long time. >> For all practical purposes, development and maintenance have stopped >> quite a while ago. XMLVM pushed the envelope on what is possible for >> cross-platform tools and I am immensely proud on what we were able to >> accomplish. For me as an academic it was a wonderful vehicle for my >> research projects. But we simply never had the resources to build a >> rock-solid tool and while we have gotten some great contributions, the >> Open Source process never quite kicked in for us. >> >> I know that XMLVM is still used by some, but only for very special >> corner cases. If anyone is interested to contribute to XMLVM either by >> donating their time or funding, please let me know. I do have a long >> laundry list of things that need to be done. :) >> >> Arno >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming. The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming. The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net/ >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> > |