Jacob Su
Jacob Su
1. upgrade to sdk 23 2. upgrade most of the dependencies to the latest version 3. use AppCompatActivity instead of the deprecated ActionbarActivity
abandoned the deprecated ActionBar in new sdk 23, use the TabLayout in the new design support library.
add a app:layout_behavior to FAB, make it actor like G+'s one. It is a coordinateLayout's behavior, catch its sibling's nested scrolling event, and hide/show itself.
Fragment and Vertex shaders can be deleted after linked to GL Program if those shaders are always useless after linked them, so why not delete them immediately.
In MacOSX, there are two issues: 1. premake4 no long executable at the newest MacOSX system, it always reminds me this is a wrong CPU type file. I guess I...
I met glfw-sys dependency cann't compile error(window 10 system), it seems glfw should be upgrade to 0.41.0, then it can fix this issue.
Reason: Fragment Uniform buffer alignment issue. ``` typedef struct { float2 vignetteCenter; float3 vignetteColor; float vignetteStart; float vignetteEnd; } VignetteUniform; ``` this struct occupies 48 bytes, with the last 8...
The namespace `std` is imported to `srs_app_utility.cpp`, but the `string` declaration is not inconsistent, some part use `std::string`, while other part use `string`. And also the `::getenv()`, makes me confused...
The word `coroutine` is misspelled in `trunk/src/app/srs_app_st.hpp`.
# cp not exist debug sample apk. `./build.sh -p android -k sample-gltf-viewer -i debug` Take `sample-gltf-viewer` as an example, above cmd will result in : `cp: samples/sample-gltf-viewer/build/outputs/apk/debug/sample-gltf-viewer-debug-unsigned.apk: No such file...