metadata.xml 964 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>games@gentoo.org</email>
  6. <name>Gentoo Games Project</name>
  7. </maintainer>
  8. <longdescription>
  9. The Irrlicht Engine is an open source high performance realtime 3D engine written in
  10. C++. It is completely cross-platform, using D3D, OpenGL and its own software renderer,
  11. and has all of the state-of-the-art features which can be found in commercial 3d
  12. engines.
  13. We've got a huge active community, and there are lots of games in development that use
  14. the engine. You can find enhancements for Irrlicht all over the web, like alternative
  15. terrain renderers, portal renderers, world layers, tutorials, editors, bindings for
  16. perl, ruby, python, and so on. And best of all: It's completely free.
  17. </longdescription>
  18. <upstream>
  19. <remote-id type="sourceforge">irrlicht</remote-id>
  20. </upstream>
  21. </pkgmetadata>