Merge pull request #1854 from JeffProgrammer/SDL_textinput_fix
[Torque-3d.git] / README.md
blob88bd21f46624e45d3eeafdac0fbb6aea9592e913
1 # Torque 3D
3 MIT Licensed Open Source version of [Torque 3D](http://torque3d.org) from [GarageGames](http://www.garagegames.com)
5 ## More Information
7 * [Homepage](http://torque3d.org)
8 * [Torque 3D wiki](http://wiki.torque3d.org)
9 * [Community forum](http://forums.torque3d.org)
10 * [GarageGames forum](http://www.garagegames.com/community/forums)
11 * [GarageGames professional services](http://services.garagegames.com/)
13 ## Pre-compiled Version
15 In addition to GitHub we also have a couple of pre-packaged files for you to download if you would prefer to not compile the code yourself.
16 They are available from the [downloads](http://wiki.torque3d.org/main:downloads) page on the wiki.
18 ## Related repositories
20 * [Torque 3D main repository](https://github.com/GarageGames/Torque3D) (you are here!)
21 * [Project Manager repository](https://github.com/GarageGames/Torque3D-ProjectManager)
22 * [Offline documentation repository](https://github.com/GarageGames/Torque3D-Documentation)
24 # License
26     Copyright (c) 2012 GarageGames, LLC
28     Permission is hereby granted, free of charge, to any person obtaining a copy
29     of this software and associated documentation files (the "Software"), to
30     deal in the Software without restriction, including without limitation the
31     rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
32     sell copies of the Software, and to permit persons to whom the Software is
33     furnished to do so, subject to the following conditions:
34     
35     The above copyright notice and this permission notice shall be included in
36     all copies or substantial portions of the Software.
37     
38     THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39     IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40     FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
41     AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
42     LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
43     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
44     IN THE SOFTWARE.