1
1
> * corrade* (v.) — “To scrape together, to gather together from various sources”
2
2
3
3
Corrade is a multiplatform utility library written in C++11/C++14. It's used as
4
- a base for the [ Magnum graphics engine] ( http ://magnum.graphics/) , among other
4
+ a base for the [ Magnum graphics engine] ( https ://magnum.graphics/) , among other
5
5
things.
6
6
7
7
[ ![ Join the chat at https://gitter.im/mosra/magnum ] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/mosra/magnum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
@@ -10,8 +10,8 @@ things.
10
10
[ ![ Coverage Status] ( https://codecov.io/gh/mosra/corrade/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mosra/corrade )
11
11
[ ![ MIT License] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
12
12
13
- - Project homepage — http ://magnum.graphics/corrade/
14
- - Documentation — http ://doc.magnum.graphics/corrade/
13
+ - Project homepage — https ://magnum.graphics/corrade/
14
+ - Documentation — https ://doc.magnum.graphics/corrade/
15
15
- GitHub project page — https://github.com/mosra/corrade
16
16
17
17
SUPPORTED PLATFORMS
@@ -24,7 +24,7 @@ SUPPORTED PLATFORMS
24
24
- ** Web** ([ asm.js] ( http://asmjs.org/ ) or [ WebAssembly] ( http://webassembly.org/ ) ),
25
25
through [ Emscripten] ( http://kripken.github.io/emscripten-site/ )
26
26
27
- See the Magnum Project [ Build Status page] ( http ://magnum.graphics/build-status/)
27
+ See the Magnum Project [ Build Status page] ( https ://magnum.graphics/build-status/)
28
28
for detailed per-platform build status.
29
29
30
30
FEATURES
@@ -40,47 +40,47 @@ FEATURES
40
40
handling and hot code reload
41
41
- Signal/slot connection library with full type safety
42
42
43
- Check also the Magnum Project [ Feature Overview pages] ( http ://magnum.graphics/features/)
43
+ Check also the Magnum Project [ Feature Overview pages] ( https ://magnum.graphics/features/)
44
44
for further information.
45
45
46
46
WHAT'S NEW?
47
47
===========
48
48
49
49
Curious about what was added or improved recently? Check out the
50
- [ Changelog] ( http ://doc.magnum.graphics/corrade/corrade-changelog.html#corrade-changelog-latest)
50
+ [ Changelog] ( https ://doc.magnum.graphics/corrade/corrade-changelog.html#corrade-changelog-latest)
51
51
page in the documentation. Check also the Magnum Project
52
- [ Changelog] ( http ://doc.magnum.graphics/magnum/changelog.html#changelog-latest) .
52
+ [ Changelog] ( https ://doc.magnum.graphics/magnum/changelog.html#changelog-latest) .
53
53
54
54
GETTING STARTED
55
55
===============
56
56
57
57
Download, build and install Corrade as explained in
58
- [ the building documentation] ( http ://doc.magnum.graphics/corrade/building-corrade.html)
58
+ [ the building documentation] ( https ://doc.magnum.graphics/corrade/building-corrade.html)
59
59
— we provide packages for many platforms, including Windows, Linux and macOS.
60
60
After that, the best way to get started is to read some
61
- [ examples and tutorials] ( http ://doc.magnum.graphics/corrade/corrade-example-index.html) .
61
+ [ examples and tutorials] ( https ://doc.magnum.graphics/corrade/corrade-example-index.html) .
62
62
63
63
CONTACT & SUPPORT
64
64
=================
65
65
66
66
If you want to contribute to Corrade, if you spotted a bug, need a feature or
67
67
have an awesome idea, you can get a copy of the sources from GitHub and start
68
68
right away! There is the already mentioned guide about
69
- [ how to download and build Corrade] ( http ://doc.magnum.graphics/corrade/building-corrade.html)
70
- and also a guide about [ coding style and best practices] ( http ://doc.magnum.graphics/corrade/corrade-coding-style.html)
69
+ [ how to download and build Corrade] ( https ://doc.magnum.graphics/corrade/building-corrade.html)
70
+ and also a guide about [ coding style and best practices] ( https ://doc.magnum.graphics/corrade/corrade-coding-style.html)
71
71
which you should follow to keep the library as consistent and maintainable as
72
72
possible.
73
73
74
- - Project homepage — http ://magnum.graphics/corrade/
75
- - Documentation — http ://doc.magnum.graphics/corrade/
74
+ - Project homepage — https ://magnum.graphics/corrade/
75
+ - Documentation — https ://doc.magnum.graphics/corrade/
76
76
- GitHub project page — https://github.com/mosra/corrade
77
77
- Gitter community chat — https://gitter.im/mosra/magnum
78
78
79
79
- IRC — join the ` #magnum-engine ` channel on freenode
80
80
- Google Groups mailing list —
[email protected] (
[ archive
] ( https://groups.google.com/forum/#!forum/magnum-engine ) )
81
81
- Author's personal Twitter — https://twitter.com/czmosra
82
82
83
- See also the Magnum Project [ Contact & Support page] ( http ://magnum.graphics/contact/)
83
+ See also the Magnum Project [ Contact & Support page] ( https ://magnum.graphics/contact/)
84
84
for further information.
85
85
86
86
CREDITS
0 commit comments