Sol

This project is abandoned.

Whether this project is out of date or its author marked it as abandoned, this project is no longer maintained.

If you wish to take this project over, please report it and state your intentions.

Description

Sol is a library of useful functions and ways to get game data. It is intended to to help addon developers with common tasks.

See the API for details

Packages currently include

  • Sol.animation
  • Sol.chat
  • Sol.color
  • Sol.config
  • Sol.hooks
  • Sol.io
  • Sol.math
  • Sol.string
  • Sol.timers
  • Sol.table
  • Sol.tooltip
  • Sol.util
  • Sol.data
    • Sol.data.crafts
    • Sol.data.frames
    • Sol.data.items
    • Sol.data.quests
    • Sol.data.skills

To use Sol

  • Include Sol.lua and LibStub.lua with your addon's files
  • Add LibStub.lua followed by Sol.lua to your .toc, before any files that use Sol
  • Place this line at the top any files that use Sol: local Sol = LibStub("Sol")

Example

File stucture

  • MyAddon/Libs/LibStub.lua
  • MyAddon/Libs/Sol.lua
  • MyAddon/MyAddon.toc
  • MyAddon/MyAddon.lua
  • MyAddon/MyAddon.xml

MyAddon.toc

  • Libs/LibStub.lua
  • Libs/Sol.lua
  • MyAddon.lua
  • MyAddon.xml

MyAddon.lua

  • local Sol = LibStub("Sol")
  • ...

Sol takes inspiration from many other libraries. Its name is a play on the WoW Sea and Sky addons. However, at the moment I'm the sole developer. There are undoubtedly things that I've done suboptimally and many areas for expansion and optimization. I welcome any and all help with testing, maintaining, and adding to Sol.

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
Mar 01, 2009
Categories
Last update
Feb 06, 2010
Development stage
Abandoned
Language
  • enUS
License
Creative Commons License By-Nc-Sa 3.0
Reverse relationships
26
Downloads
17,114
Recent files
  • R: v1.34 for 2.0.11.1872 Feb 06, 2010
  • R: v1.33 for 2.0.11.1872 Nov 23, 2009
  • R: v1.31 for 2.0.9.1848 Jul 28, 2009
  • R: v1.29 for 1825 Jun 26, 2009
  • R: v1.28 for 1825 Jun 09, 2009

Authors