Giter Club home page Giter Club logo

easystage's Introduction

EasyStage

Build Status

一个Libgdx的Stage剖析工具,也可以作为一个轻量级UI编辑器。

English

使用方法将非常简单:

MyStage myStage = Easy.newStage(MyStage.class);

桌面运行游戏时按F6键,即可调取工具。

全部快捷键:

F6  启动服务并打开工具
F5  重新打开工具
F2  游戏暂停/恢复
Alt 显示当前坐标
Alt+1 复制当前坐标
Shift 显示当前颜色
Shift+1 复制当前颜色
Ctrl+D 显示/关闭debug包围框
Ctrl+I 显示/关闭Stage信息

已完善功能

  • 运行时查看、修改Stage基础属性和自定义属性
  • 显示Actors列表
  • 运行时实时查看并修改Actors的属性
  • 游戏中统计Stage信息

截图:

status editor

正在开发功能

  • 保存修改后的属性到json文件
  • 读取json文件生成Stage

下一步开发功能

  • 拖拽Actors来对其进行基础变换
  • Stage性能分析,并生成时间曲线

特别感谢@htynkn为项目构建、编译、测试提供的技术支持,主页:夜明的孤行灯

最后,欢迎加入!

easystage's People

Contributors

htynkn avatar kirinhorse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

easystage's Issues

stage中包含有继承于table的组件就会报错

只要stage中包含有继承于table的组件就会报错,因为table类中有一个非布尔型的debug变量覆盖了actor类中变量debug,导致com.ayocrazy.easystage.rmi.ActorGetter类中的
actorBean.setDebug((boolean) EasyReflect.getValue("debug", actor));得到错误的类型而报错

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.