flareteam / flare-game

Fantasy action RPG using the FLARE engine
http://flarerpg.org/
Other
1.12k stars 236 forks source link

Game development GUI #52

Open igorko opened 11 years ago

igorko commented 11 years ago

We could create game development GUI with "built-in" game design system that will simplify game development and avoid the need to read manual(howto) for game creating using Flare engine. The idea is to convert writing config files to GUI interface, so each value you enter will have tip, and you will not care about config file syntax.

This can implement:

It could start Tiled if you push "create map" button

Starting point (for ideas) could be CELayout Editor It is crossplatform and allows editing GUI in realtime. We could use WxWidgets as it does.

igorko commented 11 years ago

See https://github.com/igorko/FlareGDE for progress.

ghost commented 11 years ago

Someone please unsubscribe me from this.

On Oct 6, 2012, at 4:04 AM, Igor Paliychuk notifications@github.com wrote:

See igorko/FlareGDE for progress.

— Reply to this email directly or view it on GitHub.

clintbellanger commented 11 years ago

@se7erian I think it's automatic because you have the project Starred on GitHub. Try logging in and unstarring

SBasalaev commented 11 years ago

Not unstar but unwatch. There is unwatch button at the top of the page with all its options explained. See more on starring and watching on Github blog https://github.com/blog/1204-notifications-stars

igorko commented 11 years ago

Guys, you can check out my branch with Items Editor already implemented(with few halfimplements though). I would like to see some replies if I'm working in right direction. Also please check app on different systems (I'm using windows7) for any problems(mainly file read/write) because I'm not familiar with wxWidgets and can make stupid things.

If current behavior is good for you, I will make more stuff. If not, we could think about it.

tvleavitt commented 6 years ago

So, I installed Ubuntu 17.10; figured out how to get qt5 installed and working from the repositories, and was able to successfully run qmake against this and build this. It's a stupid question, but what do I do now? LOL Is this still useful, and how do I get to the point of knowing enough for it to be useful? :)

vgaming commented 6 years ago

Not sure what this issue is about TBH. If it's a request to add a reference from flare-engine (or flare-game), then it probably should say so. If it's an issue, then it's not clear what the issue is exactly.

dorkster commented 6 years ago

@vgaming It was about the development of a GUI tool to help with Flare development: https://github.com/igorko/FlareFramework

However, development of the tool itself has ceased. Flare's text-based configuration is easy enough to use, so there was never a big push for a GUI tool.

vgaming commented 6 years ago

@dorkster well, yes, I got that. I'm just noting we're inside an issue currently. Usually, documentation is somewhere in /doc or README, not issues. :) That's the whole point of my comment.

dorkster commented 6 years ago

@vgaming We occasionally use issues for discussion about certain topics that aren't necessarily bugs or feature requests. Hence the "discussion" label.