Skip to content

JJorgeDSIC/CppDecoder

Repository files navigation

CppDecoder

GitHub issue last update

Build Status Build Status

Index

CppDecoder 0.0.1

Toy decoder in C++.

Version: 0.0.1 - Released: 26th August 2020

What's new in 0.0.1?

  • Initial project.

How to Build

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE:STRING=Debug -G Ninja ..
cmake --build . --config Debug --target all -- -j8

Requirements

Coming soon...

Dependencies

Coming soon...

Samples

Coming soon...

Future features

Coming soon..

Contributing

  • 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 the master branch.

Bugs?

Please add them to the Issue Tracker with as much info as possible, especially source code demonstrating the issue.

Honorable mentions

Coming soon...

License


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.

About

Toy decoder in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages