Difference between revisions of "List of software"
From Elite Wiki
m (→Oolite specific converters: md lk) |
Cholmondely (talk | contribs) (→Programmer's TextEditors or PlistEditors: Added notes on SubEthaEdit, VS Code & the AppleOS Script Editor) |
||
Line 42: | Line 42: | ||
* [http://www.editplus.com/ Editplus] | * [http://www.editplus.com/ Editplus] | ||
* [http://www.jedit.org/ JEdit] | * [http://www.jedit.org/ JEdit] | ||
− | * [http://www.macupdate.com/info.php/id/11321 SubEthaEdit (V2.2)] (mac) | + | * [http://www.macupdate.com/info.php/id/11321 SubEthaEdit (V2.2)] (mac) - no syntax checkers for Javascript |
* [http://www.slickedit.com/ SlickEdit] (mac) | * [http://www.slickedit.com/ SlickEdit] (mac) | ||
* [http://www.versiontracker.com/dyn/moreinfo/macosx/22659 plistEdit V1.2] | * [http://www.versiontracker.com/dyn/moreinfo/macosx/22659 plistEdit V1.2] | ||
− | * [https://code.visualstudio.com VS Code] (mac, Linux, Windows) | + | * [https://code.visualstudio.com VS Code] Visual Studio Code (mac, Linux, Windows) - has a Javascipt syntax checker, optional add-ons include .plist syntaxes |
* [http://www.fatcatsoftware.com/plisteditpro/l PListEditPro], OSX, highly recommended to switch between ascii and XML... | * [http://www.fatcatsoftware.com/plisteditpro/l PListEditPro], OSX, highly recommended to switch between ascii and XML... | ||
* [http://notepad-plus.sourceforge.net/ Notepad++], for Windows. Excellent Notepad replacement, with multi-language support.<br /> | * [http://notepad-plus.sourceforge.net/ Notepad++], for Windows. Excellent Notepad replacement, with multi-language support.<br /> | ||
− | * | + | * Script Editor, OSX, part of the AppleMac package that is installed by default. |
− | * [http://www.vim.org/ (g)Vim], a powerful cross- | + | * [http://www.vim.org/ (g)Vim], a powerful cross-platform editor. A [http://www.vim.org/scripts/script.php?script_id=1223 syntax highlighter for plist files] is also available. |
* [http://en.wikipedia.org/wiki/Comparison_of_text_editors Overview of editors for various operating systems] | * [http://en.wikipedia.org/wiki/Comparison_of_text_editors Overview of editors for various operating systems] | ||
Revision as of 16:23, 11 May 2022
Contents
Useful software to have when making an OXP.
Oolite specific converters
3D model applications
- Wings3D Cross-platform; Free. Highly advised for Oolite. A quick tutorial by Aegidian -> OXP_howto_model
- Meshwork OSX; Free.
- 3D mesh editor
- Blender3D Cross-platform, Free, powerful 3D modeller.
- Moray
- UV Mapper (Pro), Mac and Windows, Texture mapping tool. Pro trial version for Windows available.
- xNormal This does certain things better than Blender, producing better quality normals, height, ambient occlusion. Windows only.
- Blacksmith3D-Paint Paint directly on to your model! It lets you paint straight over any seams in a manner that makes it very easy to see accurately which bits join exactly where. Windows and Mac.
- Normal Map Combiner This utility is designed to combine two normal maps into one and to fix bad normal vectors in auto generated normal maps. Windows only.
- Balancer Lite Windows + Mac. Features polygon reduction or mesh decimation for Wavefront (obj). Lite version is free for non-commercial purposes.
- Oolite is low-poly, so any user-friendly 3D editor will do, provided it supports DAT or OBJ.
Terrain Generation
Exported objects may need optimization.
- Blender Planet Textures
- Terragen Mac + Windows. Terrain generator with export option to obj. Free version for non-commerical use available.
- EarthSculptor Mac + Windows. Terrain generator with export option to obj. Free version for non-commerical use available.
- ?FracPlanet Linux.
Graphics Editors
- AdobePhotoshop
- Corel Paintshop Pro
- GIMP Free, cross-platform powerful image-editor.
- OmniGraffle OSX, Trial version available.
- any other freeware software that supports layers
- Filter Tools
Graphics Optimization
- OptiPNG Linux, Mac, Windows - Open-Source zlib/libpng License
- pngcrush Linux, Windows - OSI-Approved Open Source
Programmer's TextEditors or PlistEditors
- Crimson Editor
- Editplus
- JEdit
- SubEthaEdit (V2.2) (mac) - no syntax checkers for Javascript
- SlickEdit (mac)
- plistEdit V1.2
- VS Code Visual Studio Code (mac, Linux, Windows) - has a Javascipt syntax checker, optional add-ons include .plist syntaxes
- PListEditPro, OSX, highly recommended to switch between ascii and XML...
- Notepad++, for Windows. Excellent Notepad replacement, with multi-language support.
- Script Editor, OSX, part of the AppleMac package that is installed by default.
- (g)Vim, a powerful cross-platform editor. A syntax highlighter for plist files is also available.
- Overview of editors for various operating systems
Audio Tools
- Audacity Cross platform, under GNU General Public License (GPL).
Support tools
- Oolite Debug Console and other tools following the Oolite_debug_console_TCP_protocol
- Python Cross platform language under Python Software Foundation License. For Oolites tools 2.6 (not 3.x!!) is required.
There are plenty other free editors and tools available, these are just a few.