display_modpack/display_api
Pierre-Yves Rollo b88f67f015 Avoid crash if entity not defined. 2018-12-02 15:22:37 +01:00
..
API.md Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
LICENSE.txt Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
README.md Update README.md 2018-11-09 15:28:54 +01:00
copyright.txt Update copyright.txt 2018-09-26 19:43:33 +02:00
depends.txt Reverting submodule change until zip file does not include submodule 2018-09-21 21:19:48 +02:00
init.lua Avoid crash if entity not defined. 2018-12-02 15:22:37 +01:00

README.md

Display API

This library's purpose is to ease creation of nodes with one or more displays on sides. For example, signs and clocks. Display can be dynamic and/or different for each node instance.

Limitations: This lib uses entities to draw display. This means display has to be vertical. So display nodes rotation are limitated to "upside up" positions.

Dependancies:default

License: LGPLv2

API: See API.md document please.

For more information, see the forum topic at the Minetest forums.