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.
- Host: GitHub
- URL: https://github.com/begah-old/Andrua
- Owner: begah-old
- Created: 2015-09-28T18:54:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T20:26:07.000Z (over 9 years ago)
- Last Synced: 2024-05-18T21:42:40.045Z (11 months ago)
- Language: C
- Homepage:
- Size: 3.72 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - Andrua
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