Summary
MyGUI is a library for creating Graphical User Interfaces (GUIs) for games and 3D applications. The main goals of mygui are: speed, flexibility and ease of use. Speed We speed up our system by using our own batching subsystem which combines geometry. It is also possible for the more experienced developers to write their own render system or new subsystems Flexibility The library supports plugins that allows you to create dynamically loaded custom controls or subsystems. Most subsystems are expandable with plugins without the need to touch the core code. All resources and settings are described in XML files. It is possible to load resources like fonts, cursors, images, skins, etc. Forms (layouts) via dynamically by using XML files. Simplicity The user interface is easy to use and uses delegates (Signals and slots) for easy to use event handling.
Versions
v3.4.3 :: 0/3.4.3 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~arm64 ~ppc64 ~x86
- USE flags
- debug doc ogre opengl plugins samples static-libs test tools
v3.4.1-r1 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~arm64 ~ppc64 ~x86
- USE flags
- debug doc ogre opengl plugins samples static-libs test tools
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- ogre
- Use the ogre render subsystem. (cannot combine with opengl)
- opengl
- Use the opengl render subsystem. (cannot combine with ogre)
- plugins
- Build MyGUI plugins
- samples
- Install MyGUI demos (needs ogre USE flag)
- static-libs
- Build static versions of dynamic libraries as well
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- tools
- Build the tools for development
l10n
- ru
- Install some additional russian docs if 'doc' useflag enabled
Dependencies
dev-games / ogre : Object-oriented Graphics Rendering Engine
dev-games / ois : Object-oriented Input System - A cross-platform C++ input handling library
media-libs / freetype : High-quality and portable font engine
media-libs / glew : The OpenGL Extension Wrangler Library
Runtime Dependencies
dev-games / ogre : Object-oriented Graphics Rendering Engine
dev-games / ois : Object-oriented Input System - A cross-platform C++ input handling library
media-libs / freetype : High-quality and portable font engine
media-libs / glew : The OpenGL Extension Wrangler Library
Depending packages
games-engines / openmw : Open source reimplementation of TES III: Morrowind
Bugs
- 823982
- dev-games/mygui-3.4.1 - Could not find a package configuration file provided by OGRE with any of
- 833141
- dev-games/mygui-3.4.3 - One or more CMake variables were not used by the project: (MYGUI_USE_SYSTEM_GLEW)
- 833167
- dev-games/mygui-3.4.1: fails to build with dev-games/ogre-2 (.../MyGUI_OgreTexture.h: error: field mTmpData has incomplete type Ogre::PixelBox)
- 834472
- dev-games/mygui-3.4.1-r1 fails to compile: make: Docs: No such file or directory
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Alexey Sokolov · gentoo
dev-games/mygui: remove -Werror
Closes: https://bugs.gentoo.org/927670 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/35898 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Alexey Sokolov · gentoo
dev-games/mygui: add 3.4.3
Closes: https://bugs.gentoo.org/926041 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move {app-doc → app-text}/doxygen
Per the category metadata, app-doc/ is reserved for documentation *files* and not software. Move it to app-text/ where it seems a better fit. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
dev-games/mygui: Keyword 3.4.1-r1 ppc64, #889996
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-games/mygui: revbump for header fixes
While the reported bug was for mygui itself, DarthGandalf points out that it affects an installed header, so needed for consumers. Bug: https://bugs.gentoo.org/895098 Fixes: 790927a7ccf40f62ce7b5f62ddcd88f69ca83d76 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-games/mygui: fix build w/ gcc 13
Closes: https://bugs.gentoo.org/895098 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-games/mygui: [QA] fix UnusedInherits (multilib)
get_libdir has been built-in since EAPI 6 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-games/mygui: drop 3.2.2
Closes: https://bugs.gentoo.org/823994 Closes: https://bugs.gentoo.org/665804 Closes: https://bugs.gentoo.org/625362 Closes: https://bugs.gentoo.org/828736 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-games/mygui: destabilize 3.2.2 for ~amd64, ~x86
No stable revdeps, games@ prefers to avoid stable packages unless truly needed anyway, and the package is in a bad state. Bug: https://bugs.gentoo.org/828736 Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-games/mygui: depend on newer Ogre (masked)
... so USE=ogre is masked for this now too. Closes: https://bugs.gentoo.org/825330 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-games/mygui: keyword 3.4.1 for ~arm64
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-games/mygui: Keyword 3.2.2 arm64, #806776
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
dev-games/mygui: drop old 3.4.0
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Stefan Strogin · gentoo
dev-games/mygui: upgrade to 3.4.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-games/mygui: fix BadDefaultUseFlags
-foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-games/mygui: fix build on c++17 compiler (gcc-11)
Reported-by: lekto@o2.pl Closes: https://bugs.gentoo.org/732778 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
dev-games/mygui: remove unnecessary slash strips
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Stefan Strogin · gentoo
dev-games/mygui: version bump to 3.4.0
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Stefan Strogin <steils@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Ulrich Müller · gentoo
dev-games/mygui: Migrate from LINGUAS to L10N.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - David Seifert · gentoo
dev-games/mygui: [QA] Run cmake-utils_src_prepare
Closes: https://bugs.gentoo.org/639436 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed