Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tylkodemon/simplelui

Simple Lua User Interface: A lua based UI for Unity Engine.
https://github.com/tylkodemon/simplelui

lua ui unity

Last synced: 9 days ago
JSON representation

Simple Lua User Interface: A lua based UI for Unity Engine.

Awesome Lists containing this project

README

        

# SimpleLUI

Simple Lua User Interface is what is says. It gives you ability to create user interface via LUA scripts. Main SLUI feature is a UnityEditor extension that lets you convert selected Canvas in to .lua script, and thanks to automatic scripts reload, your changes will be always immediately reloaded in to the game runtime!

Is SimpleLUI for you?
- If you are looking to create some kind of sandbox environment in unity and you want the user to get access to UI... then Yes! SimpleLUI is only but a nice alternative for solutions like WebUI (with is better in general than SLUI, but goal of SLUI is to only give that second option).

## API Documentation

API Documantation coming soon.

# Dependencies

- `com.unity.2d.sprite`
- `com.unity.textmeshpro`
- `com.tylkodemon.jem.unity`

# Unity Compatibility

SimpleLUI is currently developed using `Unity 2019.3.0f5`

# Cloning

After cloning repository you need to also add '[JEM.Unity](https://github.com/TylkoDemon/JEM.Unity)' to your project's packages.

*(c) 2020 Adam Majcherek*