All Projects → VulgarGenius → EasyStage

VulgarGenius / EasyStage

Licence: other
A stage profile tool for libgdx

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to EasyStage

GDX-HTML
using HTML + CSS + JS to build libGDX UI!
Stars: ✭ 21 (+23.53%)
Mutual labels:  libgdx, stage
Unciv
Open-source Android/Desktop remake of Civ V
Stars: ✭ 2,744 (+16041.18%)
Mutual labels:  libgdx
Mario Game
🍄 Super Mario Bros 16-bit version clone. Written in Java and using the LibGdx game engine.
Stars: ✭ 95 (+458.82%)
Mutual labels:  libgdx
Libgdx
Туториалы по LibGDX
Stars: ✭ 143 (+741.18%)
Mutual labels:  libgdx
Finisterra
Java game client and server based on the popular argentina MMORPG Argentum Online
Stars: ✭ 107 (+529.41%)
Mutual labels:  libgdx
Gdx Lml
LibGDX utility libraries.
Stars: ✭ 152 (+794.12%)
Mutual labels:  libgdx
Planet Generator
Generates random, pixel planets. Built in LibGDX. Inspired by https://managore.itch.io/planetarium
Stars: ✭ 56 (+229.41%)
Mutual labels:  libgdx
Gdx Rpg
java & libgdx制作的RPG游戏! an RPG by java and LibGDX
Stars: ✭ 239 (+1305.88%)
Mutual labels:  libgdx
Mundus
A 3D world/level editor built with Java, Kotlin & libGDX.
Stars: ✭ 164 (+864.71%)
Mutual labels:  libgdx
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (+717.65%)
Mutual labels:  libgdx
Gdx Setup
Alternative gdx-setup application - create your LibGDX projects with ease!
Stars: ✭ 130 (+664.71%)
Mutual labels:  libgdx
Libgdx Ingameconsole
A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
Stars: ✭ 108 (+535.29%)
Mutual labels:  libgdx
Gaiasky
Mirror of Gaia Sky repository hosted on Gitlab: https://gitlab.com/langurmonkey/gaiasky
Stars: ✭ 162 (+852.94%)
Mutual labels:  libgdx
Gdx Vfx
LibGDX post-processing visual effects
Stars: ✭ 105 (+517.65%)
Mutual labels:  libgdx
Gdx Pay
A libGDX cross-platform API for InApp purchasing.
Stars: ✭ 195 (+1047.06%)
Mutual labels:  libgdx
Gdx Gamesvcs
Easy integration of gameservices in your libGDX game: Google Play Games, Apple Game Center, Amazon GameCircle and more
Stars: ✭ 92 (+441.18%)
Mutual labels:  libgdx
Libgdxplugin
An IntelliJ plugin for use with LibGDX
Stars: ✭ 111 (+552.94%)
Mutual labels:  libgdx
Gdx Liftoff
A modern setup tool for libGDX Gradle projects
Stars: ✭ 148 (+770.59%)
Mutual labels:  libgdx
Martianrun
An Open-Source Running Game with libGDX
Stars: ✭ 242 (+1323.53%)
Mutual labels:  libgdx
Destinationsol
Official continuation of Destination Sol, the great fun little arcade space shooter from http://sourceforge.net/projects/destinationsol/ Modules live at https://github.com/DestinationSol/
Stars: ✭ 214 (+1158.82%)
Mutual labels:  libgdx

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为项目构建、编译、测试提供的技术支持,主页:夜明的孤行灯

最后,欢迎加入!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].