tspayne87 61614b5ffa [GUI] Binding Context / Control Style Fixes (#443)
* Adding in changes to deal with custom control types for loading from a GuiScreen, also adding in block text if a width for the element exists.  Adding in Padding to some elements to give the developer some more options in styles.  Adding in some changes to the textbox to deal with selecting a section of text.

* Adding in a few changes to deal with propagation down the GuiControl tree, this was added to most events.  Also, adding in the idea of a form and submit button to deal with keyboard controls when inside of a form.  This gives simalar behavier to how forms work in the browser.

* Adding in the enter key skip for the textbox.

* Fixing issue where GuiSystem would call initialize twice

* Adding in a fix for Issue #428, by leveraging the propegation system to deal with hover styles.

* Adding in some changes to seperate the global binding context and have it isolated in the screen.  Also adding in code to deal with a global style binding as well.
2017-12-17 21:36:10 +10:00
2017-03-18 21:49:11 +10:00
2016-11-29 20:11:09 +10:00
2015-07-06 21:38:13 +10:00

MonoGame.Extended Logo

MonoGame.Extended

It makes MonoGame more awesome.

Join the chat at https://gitter.im/craftworkgames/MonoGame.Extended Build Status Docs

MonoGame.Extended is an open source collection of NuGet packages for MonoGame. A collection of classes and extensions to make it easier to make games with MonoGame.

Packages

  • MonoGame.Extended - the core package creates a solid foundation with sprites, bitmap fonts, collections, serialization, shapes, texture atlases, viewport adapters, cameras, timers, math, object pooling, screens, and diagnostics.
  • MonoGame.Extended.Animations - animated sprites and sprite sheets.
  • MonoGame.Extended.Collisions (experimental) - collision detection and response.
  • MonoGame.Extended.Content.Pipeline - a collection of importers for the MonoGame Pipeline Tool.
  • MonoGame.Extended.Entities (experimental) - An entity component system.
  • MonoGame.Extended.Graphics - high performance geometry and sprite rendering.
  • MonoGame.Extended.Gui (wip) - a gui system built from the ground up for desktop and mobile games.
  • MonoGame.Extended.Input - event based input listeners with mouse, keyboard, touch and game pad support.
  • MonoGame.Extended.NuclexGui - a port of the Nuclex GUI framework.
  • MonoGame.Extended.Particles - high performance particle engine ported from the Mercury Particle Engine.
  • MonoGame.Extended.SceneGraphs - scene graphs and trees.
  • MonoGame.Extended.Tiled - load and render maps created with the popular Tiled Map Editor.
  • MonoGame.Extended.Tweening (experimental) - tween based animations.

Patreon Supporters

Thanks to all those that support the project on Patreon! Running an open source project can be done on a shoe string budget, but it's certainly not free. A little funding goes a long way. It keeps the build server up and running and let's me devote more of my time to the project. Even just a few supporters really helps.

What happens to MonoGame.Extended if we don't get the funding? Never fear. The project won't die. The code will always be safely open sourced on github.

image

Special thanks to the top supporters

If you're not on the list and you should be please let me know! Managing Patreon is a job in itself.

Getting Started

If you're using the NuGet packages please read the install guide to setup the Pipeline tool.

Alternately, you might want to build from source or use a pre-release NuGet package.

Please keep in mind that the project is still evolving. Some breaking API changes are likely to occur as we progress.

Forums

Our forum is part of the MonoGame community. Please ask any questions or post about problems or bugs that you have found there. Let us know if you're making a game with MonoGame.Extended!

Documentation

We've got several feature demos in the repository and we're working on a new documentation site. You can also pop into the forums, check out my blog, ask a question on gamedev stack overflow or use our live chat.

Contributing

If you would like to contribute start with one of the following:

  • Please post your thoughts on our forum.
  • Join the discussion on one of the issues. We often use github issues to discuss new features as well.
  • Talk about it on your blog or twitter.
  • and of course, you can fork the project.

Design goals

  • The primary goal is to make it easier to make games.
  • Choose the features you like and the rest stays out of your way.
  • A clean and consistent API familiar to MonoGame developers.
  • It's not a game engine, but extends the framework.
  • Follows C# coding guidelines.

License

MonoGame.Extended is released under the The MIT License (MIT).

Special Thanks

S
Description
Extensions to make MonoGame more awesome
Readme MIT 16 MiB
Languages
C# 99.7%
HLSL 0.3%