GithubHelp home page GithubHelp logo

you-xu / zerobranestudio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pkulchenko/zerobranestudio

0.0 1.0 0.0 81.56 MB

A lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer

Home Page: http://studio.zerobrane.com/

License: Other

Lua 99.19% Shell 0.64% C 0.16%

zerobranestudio's Introduction

Project Description

ZeroBrane Studio is a lightweight Lua IDE with code completion, syntax highlighting, remote debugger, code analyzer, live coding, and debugging support for several Lua engines (LuaJIT, Löve 2D, Moai, Gideros, Corona, Marmalade Quick, MobileLua, GSL-shell, and others). It originated from the Estrela Editor.

Features

  • Written in Lua, so easily customizable.
  • Small, portable, and cross-platform (Windows, Mac OSX, and Linux).
  • Auto-completion for functions, keywords, and custom APIs.
  • Interactive console to directly test code snippets with local and remote execution.
  • Integrated debugger (with support for local and remote debugging).
  • Live coding with Lua (demo), Löve 2D (demo), Gideros (demo), Moai (demo), and Corona SDK (demo).
  • Support for plugin-like components:
    • specs (spec/): file syntax, lexer, keywords (e.g. glsl);
    • apis (api/): for code-completion and tool-tips;
    • interpreters (interpreters/): how a project is run;
    • config (cfg/): contains style and basic editor settings;
    • tools (tools/): additional tools (e.g. DirectX/Cg shader compiler...).

Screenshot

ZeroBrane Studio debugger screenshot

Usage

Open file(s):
  zbstudio <filename> [<filename>...]
  any non-option will be treated as filename

Overriding default configuration:
  zbstudio -cfg "<luacode overriding config>" [<filename>]
  e.g.: zbstudio -cfg "editor.fontsize=12" somefile.lua

Loading custom configuration:
  zbstudio -cfg config/file.lua [<filename>]
  e.g.: zbstudio -cfg cfg/estrela.lua

Author

ZeroBrane Studio and MobDebug

ZeroBrane LLC: Paul Kulchenko ([email protected])

Estrela Editor

Luxinia Dev: Christoph Kubisch ([email protected])

Where is Estrela?

The projects have been merged and zbstudio will lead the future. Please reassociate files with zbstudio. To keep your history of files and projects copy the contents of the EstrelaEditor.ini in your HOME directory to ZeroBraneStudio.ini. If you have used Estrela for graphics shader authoring or luxinia, create/modify the cfg/user.lua to include the content of cfg/estrela.lua to load all tools and specifications by default again.

License

See LICENSE file.

zerobranestudio's People

Contributors

pkulchenko avatar pixeljetstream avatar kodemeister avatar you-xu avatar dkulchenko avatar odie avatar bartoleo avatar yonaba avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.