Open Source Software: Difference between revisions
From TSAS Library
JStallings (talk | contribs) No edit summary |
JStallings (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
==Image Manipulation== | |||
* Use [https://www.gimp.org/downloads/ GIMP]. If you've dreamt about Photoshop, give GIMP a try; you won't regret it. | |||
==3D Modeling== | ==3D Modeling== | ||
[https://www.blender.org/ Blender] It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. Here are some tutorials for [https://cgcookie.com/flow/modeling-in-blender/ learning modeling in Blender]. | * [https://www.blender.org/ Blender] It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. Here are some tutorials for [https://cgcookie.com/flow/modeling-in-blender/ learning modeling in Blender]. | ||
* [http://pixologic.com/sculptris/ Sculptris] from the makers of ZBrush, but free! | |||
[http://pixologic.com/sculptris/ Sculptris] from the makers of ZBrush, but free! | |||
==Video Creation== | ==Video Creation== | ||
[https://www.shotcut.org/ Shotcut] | * [https://www.shotcut.org/ Shotcut] | ||
* (See Blender, above!) | |||
(See Blender, above!) | |||
==Music Creation== | ==Music Creation== | ||
[https://sourceforge.net/projects/audacity/ Audacity] the one and only. | * [https://sourceforge.net/projects/audacity/ Audacity] the one and only. | ||
==Game Development== | ==Game Development== | ||
[https://libgdx.badlogicgames.com/ LibGDX] desktop/Android/BlackBerry/iOS/HTML5 Java game development framework | * [https://libgdx.badlogicgames.com/ LibGDX] desktop/Android/BlackBerry/iOS/HTML5 Java game development framework | ||
* (See Blender, above!) | |||
(See Blender, above!) | |||
==Coding== | ==Coding== | ||
[https://notepad-plus-plus.org/ Notepad ++] | * [https://notepad-plus-plus.org/ Notepad ++] | ||
* [https://processing.org/ Processing] | |||
[https://processing.org/ Processing] | * [https://atom.io/ Atom] | ||
==Reading== | ==Reading== | ||
[https://calibre-ebook.com/ Calibre eBook reader] | * [https://calibre-ebook.com/ Calibre eBook reader] | ||
==Research== | ==Research== | ||
[https://www.zotero.org/ Zotero] | * [https://www.zotero.org/ Zotero] | ||
* [http://zotfile.com/ ZotFile] vital add-on for Dropbox integration | |||
[http://zotfile.com/ ZotFile] vital add-on for Dropbox integration | |||
[[Category:Open Source]] | [[Category:Open Source]] |
Revision as of 17:50, 21 July 2017
Image Manipulation
- Use GIMP. If you've dreamt about Photoshop, give GIMP a try; you won't regret it.
3D Modeling
- Blender It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing and motion tracking, even video editing and game creation. Here are some tutorials for learning modeling in Blender.
- Sculptris from the makers of ZBrush, but free!
Video Creation
- Shotcut
- (See Blender, above!)
Music Creation
- Audacity the one and only.
Game Development
- LibGDX desktop/Android/BlackBerry/iOS/HTML5 Java game development framework
- (See Blender, above!)