File indexing completed on 2024-12-22 05:33:22
0001 <?php 0002 0003 include("gfx3/lib.php"); 0004 0005 EStructure::load("gamelist"); 0006 0007 EStructure::code(); 0008 0009 ?> 0010 0011 0012 <div class="span6"> 0013 <h2>Gaming What?</h2> 0014 0015 <p>The freedom of both the creators of games and the players of games have been slowly disappearing for a long time, with DRM and everything else making life more difficult for everybody, except the pirates. The first steps towards a more free world of gaming experiences came in 2008 when The Gamer's Bill of Rights was introduced at PAX in 2008.</p> 0016 0017 <p>Since then, there has been much discussion and activity, and it is the belief of the Gluon team that the world is ready for something new: The freedom of gaming taking to a new level. We propose a new method of game development and distribution, which brings the creators of games and the players of games together.</p> 0018 0019 <h2>Define Freedom?</h2> 0020 0021 <p>The Gluon project is building a game engine and distribution system, which allows the creators of games to build games easily and collaboratively, powered by open technologies such as Qt, OpenGL, OpenAL, Git and many more. All of this is wrapped up in a nice, easy to use tool called Gluon Creator, from where you can publish games directly onto the GamingFreedom.org website.</p> 0022 0023 <p>On the website, the players of games can discuss and compete with each other, and with the creators of games, who have an instant community for the games they publish.</p> 0024 0025 <h2>How Free Must I Be?</h2> 0026 0027 <p>Not everybody in the game development world is equally happy with opening up their work to the world, and as such, the games distributed through GamingFreedom.org can be any of the Creative Commons licenses.</p> 0028 0029 <p>What this means is that you have a choice in how free you want your work to be - all the way from the classic public domain license, allowing everybody to do anything they want with what you have made, all the way to allowing people to only redistribute the work you have created as-is, with no changes at all.</p> 0030 0031 <h2>What About My Inner Capitalist?</h2> 0032 0033 <p>People must of course be able to survive in a world in which the movement of little pieces of green paper supposedly define happiness. As such, GamingFreedom.org provides many ways for the players of games to give back to the creators of the games they enjoy. While games are free to download, the players of games are encouraged to donate to the makers through a wide variety of avenues:</p> 0034 0035 <p>Supporting both PayPal and Nokia Money, as well as the new kid on the micropayment block Flattr, GamingFreedom.org gives the players of games every opportunity to support the creators of games by giving them money, and thus encourage them to continue creating amazing games.</p> 0036 </div> 0037 0038 <?php 0039 EStructure::insert("game_list"); 0040 0041 EStructure::unload(); 0042 0043 ?>