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

https://github.com/begah-old/Andrua

Crossplatform code editor and interpreter for Lua running on Android and Dekstop.
https://github.com/begah-old/Andrua

Last synced: 5 months ago
JSON representation

Crossplatform code editor and interpreter for Lua running on Android and Dekstop.

Awesome Lists containing this project

README

        

-- Andrua --

Andrua is a Code Editor for Lua with a simple Image Editor.
Andrua runs on both Desktop (Linux/Windows and supposibly OSX but not tested)
and on Android, the lowest supported version of Android is version 2.3 ( API level 9 )

-- Features --

- Code Editor
- Clipboard support
- Text highlighting
- Lua Interpreter
- Reworked to work on Android, specifically inputs, outputs
- Custom console ( shows program's output, no inputs are possible )
- Graphical library to render images, colored shapes, gui functionallity's and text rendering
- Can have a mix of functions in main file such as : init, render, close, mouse_action, none are required
- Can have a mix of variables in main file such as : mouse_x, mouse_y, Screen_Width, Screen_Height, useDisplay, useFullScreen
- Image Editor
- Pencil tool
- Color picker tool
- Image panning tool
- Color filler tool
- Color creating tool ( combine red, green, blue and alpha )

- Orginized into folder "projects", all your files and images will be in a project folder
- Delete/Rename/Create new files

- Opensource, small and extensible

All Andrua's specific functions are described in LIBRARY.txt

-- Compiling --

See COMPILE.platform