Packages

A GenServer wrapper that adds graphical display capabilities for AtomVM, providing declarative display updates and input handling for embedded graphics applications.

Current section

Files

Jump to
avm_scene src avm_scene.app.src
Raw

src/avm_scene.app.src

{application,avm_scene,
[{description,"A GenServer wrapper that adds graphical display capabilities for AtomVM, providing declarative display updates and input handling for embedded graphics applications."},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[avm_scene]},
{maintainers,["Davide Bettio"]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/atomvm/avm_scene"},
{"AtomGL","https://github.com/atomvm/atomgl"},
{"AtomVM","https://atomvm.org/"},
{"AtomVM Documentation","https://doc.atomvm.org/"}]},
{files,["src","README.md","LICENSE"]},
{build_tools,["rebar3","mix"]}]}.