Difference between revisions of "Library.OXP"
From Elite Wiki
(Added Starmap Demo.) |
m (aargh. Forgot to add BlackWolf.) |
||
Line 20: | Line 20: | ||
==Requirements== |
==Requirements== |
||
* Latest version needs Oolite v1.88. |
* Latest version needs Oolite v1.88. |
||
+ | |||
==Download== |
==Download== |
||
Line 50: | Line 51: | ||
|features = Helper for OXPs |
|features = Helper for OXPs |
||
|category = Misc OXPs |
|category = Misc OXPs |
||
− | |author = Svengali |
+ | |author = BlackWolf & Svengali |
|download = [[#Download|See Download]] |
|download = [[#Download|See Download]] |
||
|feedback = [http://aegidian.org/bb/viewtopic.php?f=4&t=18248 BB-Link] |
|feedback = [http://aegidian.org/bb/viewtopic.php?f=4&t=18248 BB-Link] |
Revision as of 00:02, 11 November 2018
Overview
Reinventing the wheel is not everybodys taste, so here comes a collection of useful snippets and helpers. Its main purpose is to simplify or unify some common tasks used by OXPers. Library is the successor to CCL, Hyperradio and OXPConfig. The library does not alter any native JS objects (like Array or String) to avoid clashes and does not clutter the global namespace.
Features
For Documentation just follow the links.
- Lib_2DCollision.js - Methods for checking if point is in bounding-box, on line or in poly.
- Lib_Animator.js - Tool to create animations on missionscreens (see Demos).
- Lib_BinSearch.js - Instantiated search tree.
- Lib_Config.js - Configuration interface for AddOns.
- Lib_Crypt.js - De-/Encryption for strings.
- Lib_GUI.js - Unified GUI image, sound and music handling.
- Lib_Main.js - Generic functions for various tasks.
- Lib_Music.js - Unified event driven and generic music handling (see Demos).
- Lib_PAD.js - Unified logbook, mission-log, diary and interface. Added in v1.7
- Lib_Starmap.js - In-System-Maps in 3D (docked and inflight) (see Demos). Added in v1.7
Requirements
- Latest version needs Oolite v1.88.
Download
Install like any other OXP.
- Library 1.7 (oxz, 4.9 MiB)
Demos
Install like any other OXP.
- Animator Demo (zip, 2.8 MiB)
- Music Demo (zip, 22.2 MiB)
- Starmap Demo (oxz, 2.4 KB)
Quick Facts
Version | Released | License | Features | Category | Author(s) | Feedback |
---|---|---|---|---|---|---|
1.7 | 2018-11-10 | CC-by-nc-sa-4.0 | Helper for OXPs | Misc OXPs | BlackWolf & Svengali | BB-Link |