axon/README.txt

46 lines
1.6 KiB
Plaintext

Axon Event Propagation Mod v1.0
By Leslie E. Krause
Axon is a lightweight but powerful event propagation framework for Minetest, affording a
new degree of creative freedom for game designers and mod developers. It is inspired in
great part by the Act/React system of the Dark Engine by Looking Glass Studios.
For complete usage instructions, please refer to the forum topic:
https://forum.minetest.net/viewtopic.php?f=9&t=24721
Repository
----------------------
Browse source code...
https://bitbucket.org/sorcerykid/axon
Download archive...
https://bitbucket.org/sorcerykid/axon/get/master.zip
https://bitbucket.org/sorcerykid/axon/get/master.tar.gz
Installation
----------------------
1) Unzip the archive into the mods directory of your game.
2) Rename the axon-master directory to "axon".
3) Add "axon" as a dependency to any mods using the API.
Source Code License
----------------------------------------------------------
GNU Lesser General Public License v3 (LGPL-3.0)
Copyright (c) 2020, Leslie E. Krause (leslie@searstower.org)
This program is free software; you can redistribute it and/or modify it under the terms of
the GNU Lesser General Public License as published by the Free Software Foundation; either
version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
http://www.gnu.org/licenses/lgpl-2.1.html