-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add code used in CLion blogpost #111
Conversation
@@ -0,0 +1,3 @@ | |||
# Example using libcurl to download an image and generate some ASCII art reading it with stb | |||
|
|||
This example is used in the Conan 2.X CLion plugin blogpost: https://blog.conan.io/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example is used in the Conan 2.X CLion plugin blogpost: https://blog.conan.io/ | |
This example is used in the Conan 2.X CLion plugin blogpost: https://blog.conan.io/introducing-new-conan-clion-plugin/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actual links are lik https://blog.conan.io/2023/07/20/introduction-to-game-dev-with-sdl2.html, including the date
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used a permalink in the post so that we could release the plugin without having to know the real release date: https://github.com/conan-io/conan-io.github.io/pull/253/files#r1308339266
Example code used in conan-io/conan-io.github.io#253