-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand example / test #3
Comments
I'm a newbie to open source, I really want to start contributing... it would be great if you could tell me what exactly are you looking for. please guide me if you can :) |
Hey @scopophobic, glad you'd like to contribute! As of now the library supports the following styles:
And foreground colour via Update: background RGB has been integrated via The library also exposes several functions apart from The goal of this issue is to demonstrate all these features in the example. |
Thanks, @karnkaul this helps but I'm finding problem with CMake. I have never used CMake, I'm only familiar with C++ so it would be great if you could point to me some resources. |
@scopophobic I'd recommend going through Mastering CMake. For this Issue all you need is to do is use CMake to generate a project that you can then build/run/debug/etc: eg on Windows use the Visual Studio generator, on MacOS the Xcode generator, etc. Open CMake GUI, set the "source files" path to the repo root, the "build files" path to a subdir like Edit: make sure you select |
Showcase all features:
format_to
File issues for any bugs discovered.
The text was updated successfully, but these errors were encountered: