
SDL
Omni-Space
专注Android, Mobile Security and AI
展开
-
Setting up SDL 2 on Linux Android Studio 3.0.1
1) Get ready to download. A lot. Like over a gigabyte of data. If you have a limited connection, I'm sorry the android SDK is huge and it's just the way things are. I recommend having a movie or TV sh...转载 2018-09-26 14:01:05 · 670 阅读 · 0 评论 -
Hello Mobile: Your First Mobile SDL 2 App
Now that you covered the hard part of getting the application to compile and run, let's go over the application code.//Screen dimensions SDL_Rect gScreenRect = { 0, 0, 320, 240 };Since mobile devi...转载 2018-09-26 14:02:09 · 377 阅读 · 0 评论 -
SDL及扩展库在ARM-Linux 完整移植
SDL的正确运行需要大量的支持库 1.编译安装支持库在ARM-LINUX编译SDL之前.需要编译如下安装库.常见的库的iconv,zlib,freetype等都要SDL支持库的移植参见.我的博客文章.<<ARM Linux下一些常用库的移植 >>http://blog.chinaunix.net/u3/105675/showart_2195157.h...转载 2018-09-28 14:16:52 · 1270 阅读 · 0 评论