All Projects → tickbh → Visualuieditor

tickbh / Visualuieditor

Licence: mit
基本electron跨平台,wcDocker的dock组件的开源UI编辑器

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Visualuieditor

Ouzel
C++ game engine for Windows, macOS, Linux, iOS, tvOS, Android, and web browsers
Stars: ✭ 607 (+1114%)
Mutual labels:  game, game-engine
Avg Core
A Future-oriented Adventure Game Framework based on React & Pixi.js. Docs: https://avgjs.github.io/docs/
Stars: ✭ 740 (+1380%)
Mutual labels:  game, game-engine
24a2
🏵 An ultra-minimalist game engine
Stars: ✭ 656 (+1212%)
Mutual labels:  game, game-engine
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (+982%)
Mutual labels:  game, game-engine
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-76%)
Mutual labels:  game, game-engine
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+10686%)
Mutual labels:  game, game-engine
Opensage
OpenSAGE is a free, open source re-implementation of SAGE, the 3D real time strategy (RTS) engine used in Command & Conquer: Generals and other RTS titles from EA Pacific. Written in C#. Not affiliated with EA.
Stars: ✭ 735 (+1370%)
Mutual labels:  game, game-engine
Dwarfcorp
An open-source 3D colony management game for PC, Mac and Linux
Stars: ✭ 460 (+820%)
Mutual labels:  game, game-engine
Lantern
(DEPRECATED, SEE README)
Stars: ✭ 12 (-76%)
Mutual labels:  game, game-engine
Korge
KorGE Game Engine. Multiplatform Kotlin Game Engine
Stars: ✭ 780 (+1460%)
Mutual labels:  game, game-engine
Etlegacy Deprecated
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
Stars: ✭ 470 (+840%)
Mutual labels:  game, game-engine
Cosmo Engine
A new game engine to play the MS-DOS game "Cosmo's Cosmic Adventure" on modern systems
Stars: ✭ 38 (-24%)
Mutual labels:  game, game-engine
Fheroes2
Free implementation of Heroes of Might and Magic II game engine
Stars: ✭ 471 (+842%)
Mutual labels:  game, game-engine
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (+1026%)
Mutual labels:  game, game-engine
Lgame
A cross-platform Java game Engine (Framework) , support JavaFX / Android / IOS / HTML5 / Linux / MAC / Windows
Stars: ✭ 467 (+834%)
Mutual labels:  game, game-engine
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+1210%)
Mutual labels:  game, game-engine
Ebiten
A dead simple 2D game library for Go
Stars: ✭ 5,563 (+11026%)
Mutual labels:  game, game-engine
Gideros
Gideros Release version
Stars: ✭ 442 (+784%)
Mutual labels:  game, game-engine
Coffee
An opinionated 2D game engine for Rust
Stars: ✭ 771 (+1442%)
Mutual labels:  game, game-engine
Intrinsic
Intrinsic is a Vulkan based cross-platform game and rendering engine. The project is currently in an early stage of development.
Stars: ✭ 984 (+1868%)
Mutual labels:  game, game-engine

#VisualUIEditor

An UIEditor for Game, base on electron.

#install

install node.js first

npm install -g [email protected]

npm install -g bower

bower install

npm install

#run open shell in project root and run

electron .

#start with project 菜单->文件->打开项目(选择目录底下的project-test)即可进行测试

#基于项目 基本electron跨平台,wcDocker的dock组件,及cocos-html5的渲染层

#已实现的功能

  • 控件拖拽使用
  • 控件的快速移动,缩放,属性更改
  • 图片的快速预览
  • 坐标点,快速的定位当前鼠标对应的坐标
  • 画布大小的快速调整,画布快速的缩放
  • 布局的源码查看更改,更适合程序员使用
  • 强大的撤销反撤销功能,让您更无需害怕误操作
  • 资源布局的嵌套使用
  • 页签功能,让您可以同时打开多个UI文件
  • 多语言方案支持,助力您的全球游戏

#布局相关

  • 节点布局,管理游戏布局的一些节点相关的面板,可支持快速复制及上下移动
  • 资源布局,显示您项目中的资源文件,让您可以快速的创建新的UI文件相关
  • 控制布局,这里显示您常用的一些节点,让您可以快速的拖动节点进行创建
  • 控制台布局,这里显示一些编辑器的信息,让您知道编辑器当前的状态
  • 属性布局,您可以选中某个节点,这里将显示节点的具体属性,您可以通过它快速的修改节点属性
  • 渲染布局,这里为编辑器的核心布局,这里每个页签下对应着一个Scene,这里将显示您的整体展示图,这也是您在游戏中将显示的效果图,当然做为程序猿的我们也可以快速的通常源码模式快修的修改我们的布局,然后再切换成设计模式预览效果

#文档信息 如何使用

UI文件详解

撤消反撤消

#Runtime 支持cocos2dx的应用(当前支持Lua及CPP) cocos2dx runtime

#其它信息 VisualUIEditor开发QQ群欢迎您的加入: 453224679

Copyright & License

© 2015-2016 tickbh ([email protected]) - Released under the MIT license.

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].