Skip to content

Commit

Permalink
Super secret stuff.
Browse files Browse the repository at this point in the history
Reason: I'm first on Google for "c++11 opengl" and I want to be first
also for "c++14 opengl", heh.
  • Loading branch information
mosra committed Jan 28, 2015
1 parent 696856e commit a118bec
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 22 deletions.
7 changes: 4 additions & 3 deletions README.md
@@ -1,6 +1,7 @@
Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal is
to simplify low-level graphics development and interaction with OpenGL using
recent C++11 features and to abstract away platform-specific issues.
Magnum is 2D/3D graphics engine written in C++11/C++14 and modern OpenGL. Its
goal is to simplify low-level graphics development and interaction with OpenGL
using recent C++11/C++14 features and to abstract away platform-specific
issues.

DESIGN GOALS
============
Expand Down
7 changes: 4 additions & 3 deletions doc/mainpage.dox
Expand Up @@ -26,9 +26,10 @@
namespace Magnum {
/** @mainpage

Magnum is 2D/3D graphics engine written in C++11 and modern OpenGL. Its goal
is to simplify low-level graphics development and interaction with OpenGL using
recent C++11 features and to abstract away platform-specific issues.
Magnum is 2D/3D graphics engine written in C++11/C++14 and modern OpenGL. Its
goal is to simplify low-level graphics development and interaction with OpenGL
using recent C++11/C++14 features and to abstract away platform-specific
issues.

@section mainpage-design-goals Design goals

Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-android-arm
Expand Up @@ -2,7 +2,7 @@
pkgname=android-arm-magnum
pkgver=dev
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (Android ARM)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Android ARM)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-android-x86
Expand Up @@ -2,7 +2,7 @@
pkgname=android-x86-magnum
pkgver=dev
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (Android x86)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Android x86)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-clang
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.clang
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (built with clang)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (built with clang)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-clang-libc++
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.clang.libc++
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (built with clang and libc++)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (built with clang and libc++)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-emscripten
Expand Up @@ -2,7 +2,7 @@
pkgname=emscripten-magnum
pkgver=dev
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (Emscripten)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Emscripten)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-es2
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.es2
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (OpenGL ES 2.0 version)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (OpenGL ES 2.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-es2desktop
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.es2desktop
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (desktop OpenGL ES 2.0 version)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (desktop OpenGL ES 2.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-es3
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.es3
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (OpenGL ES 3.0 version)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (OpenGL ES 3.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-es3desktop
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.es3desktop
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (desktop OpenGL ES 3.0 version)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (desktop OpenGL ES 3.0 version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-gcc47
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.gcc47
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (built with GCC 4.7)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (built with GCC 4.7)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-mingw-w64
Expand Up @@ -2,7 +2,7 @@
pkgname=mingw-w64-magnum
pkgver=dev
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (mingw-w64)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (mingw-w64)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-nacl-glibc
Expand Up @@ -2,7 +2,7 @@
pkgname=nacl-magnum
pkgver=dev.glibc
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (NaCl glibc version)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (NaCl glibc version)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-nacl-newlib
Expand Up @@ -2,7 +2,7 @@
pkgname=nacl-magnum
pkgver=dev.newlib
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (NaCl newlib version)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (NaCl newlib version)"
arch=('any')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-release
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum
pkgver=dev.release
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (debug+release libs)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (debug+release libs)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/magnum-git/PKGBUILD
Expand Up @@ -2,7 +2,7 @@
pkgname=magnum-git
pkgver=snapshot.2014.06.r257.g48e666e
pkgrel=1
pkgdesc="C++11 and OpenGL 2D/3D graphics engine (Git version)"
pkgdesc="C++11/C++14 and OpenGL 2D/3D graphics engine (Git version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php"
license=('MIT')
Expand Down

0 comments on commit a118bec

Please sign in to comment.