- About
- What's New?
- How to Build
- Requirements
- Dependencies
- Demos
- Future features
- Contributing
- Bugs?
- Honorable mentions?
- License
Toy decoder in C++.
Version: 0.0.1 - Released: 26th August 2020
- Initial project.
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE:STRING=Debug -G Ninja ..
cmake --build . --config Debug --target all -- -j8
Coming soon...
Coming soon...
Coming soon...
Coming soon..
-
If you find a bug then please report it on GitHub Issues.
-
If you have a feature request, or have written a game or demo that shows CppDecoder in use, then please get in touch. We'd love to hear from you!
-
If you issue a Pull Request for CppDecoder, please only do so against the
dev
branch and not against themaster
branch.
Please add them to the Issue Tracker with as much info as possible, especially source code demonstrating the issue.
Coming soon...
MIT License
Copyright (c) 2020 Javier Jorge
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.