Difference between revisions of "Core:FOSS"

From Tootsville Wiki-Wiki
Jump to: navigation, search
(Created page with " Free Software and Open Source Software For the Greater Good tootstest is made up largely of Free Software and Open Source Software. What is Free Software? Free Software is...")
 
(How Does tootstest Use Free (and open source) Software?)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
  
 
tootstest is made up largely of Free Software and Open Source Software.
 
tootstest is made up largely of Free Software and Open Source Software.
What is Free Software?
+
== What is Free Software? ==
  
 
Free Software is software that does not take away your basic freedoms (liberties). To quote the respected Free Software Foundation:
 
Free Software is software that does not take away your basic freedoms (liberties). To quote the respected Free Software Foundation:
Line 10: Line 10:
 
     Free software is simply software that respects our freedom — our freedom to learn and understand the software we are using. Free software is designed to free the user from restrictions put in place by proprietary software, and so using free software lets you join a global community of people who are making the political and ethical choice — assertion of our rights to learn and to share what we learn with others.  
 
     Free software is simply software that respects our freedom — our freedom to learn and understand the software we are using. Free software is designed to free the user from restrictions put in place by proprietary software, and so using free software lets you join a global community of people who are making the political and ethical choice — assertion of our rights to learn and to share what we learn with others.  
  
What is Open Source Software?
+
https://youtu.be/o8NPllzkFhE
 +
 
 +
 
 +
 
 +
== What is Open Source Software? ==
  
 
All Free software is also "open source," but not all Open Source Software is "Free". The Open Source Initiative maintains a rather detailed definition with explanations.
 
All Free software is also "open source," but not all Open Source Software is "Free". The Open Source Initiative maintains a rather detailed definition with explanations.
How Does tootstest Use Free (and open source) Software?
+
== How Does tootstest Use Free (and open source) Software? ==
  
 
tootstest is built upon Free/Open Source Software (F/OSS) from the ground up. We use F/OSS operating system software (like Fedora Workstation), the Gnu Emacs software development environment, the Steel Bank Common Lisp compiler, and even F/OSS like Gimp, Blender, and Inkscape for building our graphics.
 
tootstest is built upon Free/Open Source Software (F/OSS) from the ground up. We use F/OSS operating system software (like Fedora Workstation), the Gnu Emacs software development environment, the Steel Bank Common Lisp compiler, and even F/OSS like Gimp, Blender, and Inkscape for building our graphics.
Line 20: Line 24:
 
What can I do with this?
 
What can I do with this?
  
    You can review our code and suggest improvements or identify potential problems with it
+
* You can review our code and suggest improvements or identify potential problems with it
    You can learn how to make your own software
+
* You can learn how to make your own software
    You can alter tootstest and build your own game from it
+
* You can alter tootstest and build your own game from it
    You can extend tootstest to make it work with different computers, devices, or web browsers
+
* You can extend tootstest to make it work with different computers, devices, or web browsers
    You can add support for assistive technology or control devices, such as those used by individuals with disabilities
+
* You can add support for assistive technology or control devices, such as those used by individuals with disabilities
  
 
Where can I see the code?
 
Where can I see the code?
  
As soon as we have something published, our code will be visible at GitHub and other places. Big TODO right there.
+
http://github.com/romance-ii/violet-volts
Acknowledgements
 
 
 
    WebRTC
 

Latest revision as of 12:49, 18 August 2016

Free Software and Open Source Software For the Greater Good

tootstest is made up largely of Free Software and Open Source Software.

What is Free Software?[edit]

Free Software is software that does not take away your basic freedoms (liberties). To quote the respected Free Software Foundation:

   Free software is simply software that respects our freedom — our freedom to learn and understand the software we are using. Free software is designed to free the user from restrictions put in place by proprietary software, and so using free software lets you join a global community of people who are making the political and ethical choice — assertion of our rights to learn and to share what we learn with others. 

https://youtu.be/o8NPllzkFhE


What is Open Source Software?[edit]

All Free software is also "open source," but not all Open Source Software is "Free". The Open Source Initiative maintains a rather detailed definition with explanations.

How Does tootstest Use Free (and open source) Software?[edit]

tootstest is built upon Free/Open Source Software (F/OSS) from the ground up. We use F/OSS operating system software (like Fedora Workstation), the Gnu Emacs software development environment, the Steel Bank Common Lisp compiler, and even F/OSS like Gimp, Blender, and Inkscape for building our graphics.

tootstest itself is a collection of software. Some of that software runs on each player's computer, in your web browser. Some of it runs on our central servers. Almost all of it is available for you to inspect. What can I do with this?

  • You can review our code and suggest improvements or identify potential problems with it
  • You can learn how to make your own software
  • You can alter tootstest and build your own game from it
  • You can extend tootstest to make it work with different computers, devices, or web browsers
  • You can add support for assistive technology or control devices, such as those used by individuals with disabilities

Where can I see the code?

http://github.com/romance-ii/violet-volts