User:Asahota1/FSOSS 2011

From CDOT Wiki
< User:Asahota1
Revision as of 20:04, 4 November 2011 by Asahota1 (talk | contribs) (Introduction)
Jump to: navigation, search

FSOSS 2011- Free Software and Open Source Symposium

Introduction

FSOSS is an event which offers presentations and workshops about the latest trends in open source used in schools, labs and industries. The goal of the symposium is to explore how open source, open standards, and open content are changing technology, the web, the media and arts, education, and business.

Being a volunteer at FSOSS I got the chance to watch four presentations. But the two main presentations I was interested in were “Building a Commercial Game Using Processing.js for Cross-platform Delivery” and “XB PointStream: Rendering Point Clouds with WebGL”. I will be writing my research paper on these two topics as I know the presenters Daniel Hodgin and Andor Salga, and it will better to analyze my report on their thoughts about open source. The other two presentations I watched were “Unity and GNOME 3” and “Popcorn.js & Popcorn-Maker”.

I'm going to discuss the two talks and then I will compare the two talks and finally give my own views on open source and a summary of my experience at FSOSS.

Building a Commercial Game Using Processing.js for Cross-platform Delivery

This presentation was about using the Processing.js libraries and how this project created a cross platform, plugin free HTML 5 game that requires no install time. Processing.js is a programmer and artist friendly language that enables the creation of graphically complex interactive applications which can be instantly ported to the web and any mobile devices.

Jeremy Friedburg, one of the founders of Spongelab Interactiveintroduced the company and the project of dragon breeding game. He told that the mission is to educate students in the sciences by building content-rich immersive teaching tools designed around discovery-based learning that are accessible to educators and learners at school and at home.

Daniel Hodgin, the project manager and David Perit, the game designer of the team gave the background of the project. Both the developers talked about Processing and Processing.js and the development of the game and why these languages were used for the game. Both projects are Open Source and free to use and contribute to. Processing was originally developed at the MIT Media Lab by Ben Fry and Casey Reas. Processing.js is a port of the Processing language to JavaScript using the HTML canvas. Processing works on Windows and Mac, where as Processing.js works on Firefox, Chrome, Internet Explorer, Opera, Safari and mobile browsers that support the HTML5 canvas element. Processing.js does not require a plugin to be installed. This allows it to run in environments where plugins cannot be installed like mobile, business and public. As it is open source it has the ability to change things to work the way you want. There is full control and access to the development community to contribute and there is no licensing costs.

Daniel also talked about moving away from Flash as it will not work on Apple devices and the company Spongelab wants to reach the mobile iOS audience and its instantly portable. Then Daniel talked about developing the game. When Spongelab delivered a game design document outlining features of the game and how the game would progress and play, they started creating the storyboards of what screens would look like and how they would tie together. Then they programmed the screen structure and navigation and once the basic screens were put together they began programming game play mechanics and features. They wrote code to mimic the JAVA interaction with audio for the HTML5 Audio element. He told that when the game came together they began testing for bugs and performance issues. From this, they optimized load times and animation speeds. Once optimizations were made they did basic play testing to further improve the game play mechanics and the beta release of the game went out in early October. Lastly David showed a demo of the game which showed how it works and its different features.

The background of the three speakers is different from each other. Jeremy has a doctorate in molecular genetics and biotechnology from the University of Guelph. He is involved both in public and private scientific education outreach programs, teaching about all aspects of biology. He has consulted, designed, and developed interactive education assets for audiences from textbooks to museum style exhibits. It was interesting to know that he is a science major and is working in the IT world. But Daniel and David are both Seneca alumni and work at Center for development of open technology (CDOT) at Seneca College@York. Daniel was in the BSD program whereas David was in CPA. Jeremy selected the CDOT team and was happy to work with them on the project.

Briefly, the presentation was interesting and it helped to understand that how open source could be applied in business. The surprising thing was that, the dragon project is not open source and is going to be sold for profit, but the language which is processing.js used to build the project is open source.

XB PointStream: Rendering Point Clouds with WebGL

Andor Salga presented on XB PointStream. This presentation was to introduce WebGL which allows hardware-accelerated graphics on the web and the XB PoinStream’s capabilities. Also the Seneca’s Center for Development of Open Technology has partnered with Arius3D to develop XB PointStream, an open source JavaScript framework for streaming and rendering point clouds (3D images) on a web page. Andor also showed us interesting assortment of demos.

Analysis of each speaker's views on open source

.

My views on open source

Everyone.

Conclusion

Overall, my experience with FSOSS presentations was amazing. It was interesting to learn that open source is not free all the time, and companies like Spongelab can make profit using the open source languages like processing.js