-
Notifications
You must be signed in to change notification settings - Fork 26
[post] GameDev Raylib: Running on Android #300
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
Conversation
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
memsharded
left a comment
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.
Looks good!
Also, the deprecation warning looks good too
| --- | ||
| layout: post | ||
| comments: false | ||
| title: "Taking Your Raylib Game to Android: Building with Android Studio and Conan" |
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.
Title better include C, C++ too
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.
Added on the commit f393a72
|
|
||
| Here's the complete and updated `native-lib.cpp` file content: | ||
|
|
||
| ```cpp |
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.
Maybe it is not necessary to have such a large file fully rendered in the post? It is not that readers will read every line, the details are not that relevant for the purpose of this post?
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.
As this file is totally based in the previous post, WDYT using a diff instead? It may fit the case, as people will have a reference too.
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.
Or maybe a collapsed view that can be fully expanded clicking?
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.
Added on the commit 445cd85
… into post/android-raylib
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
… into post/android-raylib
|
|
||
| --- | ||
|
|
||
| ## Next Steps |
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 think I would cut this part as the post is already a bit long and this is not adding so much value, building this in Android is quiet an achievement already.
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.
Agreed, removed by commit b74873e
Co-authored-by: Carlos Zoido <mrgalleta@gmail.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
| [tool_requires] | ||
| *: android-ndk/r27 |
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.
maybe we can leave only this part that is the diff with the previous one?
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.
Simplified by 68c007d
Co-authored-by: Abril Rincón Blanco <5364255+AbrilRBS@users.noreply.github.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
Hello!
This blog post is an update to the Level Up Your C++ Game Dev: raylib, the Free CLion, and Conan!, but using Android mobile as its target.
It also covers the outdated blog posts Cross building Boost C++ libraries to Android with Conan and Android Studio project using Conan and C++ Boost libraries, both from 2018. As a feature, I added a warning banner as a deprecation message inside, so users will be aware and will find the new blog post link there:
The current preview of this blog post 5e9a3bb:
I still want to update the Examples2 to include this project there, but first, I prefer having it reviewed here.