一、实现效果 二、步骤
注意:仅展示核心部分代码
1、导入依赖
api com.github.bumptech.glide:glide:4.10.0
kapt com.github.bumptech.glide:compiler:4.10.0
api com.squareup.okhttp3:okhttp:3.11.0
api com.squareup.okhttp3:logging-interceptor:3.11.02、自…
every blog every motto: You can do more than you think. https://blog.csdn.net/weixin_39190382?typeblog
0. 前言
SDL 记录
1. hello word
#include<SDL2/SDL.h>SDL_Window* g_pWindow 0;
SDL_Renderer* g_pRenderer 0;int main(int argc, char* args[])
{//…