I am willing to call this project C4droid code archaeology, because most of these source codes have been a long time ago. C4droid has been stopped in 2020. Thanks to the n0n3m4 boss for providing a C language development environment for Android phones. Although the functions are simple, learning on the phone is enough.
github: https://github.com/qaiu/c4droid-code
gitee image: https://gitee.com/QAIU/c4droid-code
C4droid download link https://blog.qaiu.top/archives/c4droid
QQ Group 1: 1026766509
QQ Group 2: 172725648
QQ: 0X2BE1EC60
C4droid can run C language code, various demos, including mini games, gadgets, and various sorted algorithms. Most of them come from various blog forums (cnblog, CSDN), open source community (gitee, github), Baidu Tieba, QQ group, etc.
C4droid is a C language and C++ development environment on Android. It is essentially an editor that integrates GCC. It has simple functions and is more suitable for beginners of C language. It is more convenient to program on the mobile phone and I have used my spare time to do Chinese and modified some bugs (including but not limited to problems such as Chinese export and Chinese debugging).
C4droid Introduction Tutorial (2022 Dry Message) - Mobile C4DROID Editor
https://blog.csdn.net/yuanwow/article/details/104151251
https://blog.csdn.net/yuanwow/article/details/113728527
Theoretically supports compilers such as GCC, clang, and Android c4droid can be run directly. Other Linux distributions need to copy the header files under Include/Linux to the system include, or put them in the source code directory. You can also use termux clang to compile the include directory. There is a common_install.cpp in the include directory. It is used to install glm, and you can run it directly using C4droid.
In the long run, this warehouse will continue to be updated, some codes still need to be optimized, and the content will gradually become rich. At the same time, it is a simple and fun thing to share. Friends who like to use C/C++ can submit and share your works. The more you have, the better the quality must be.
Codes written in C4droid over the years https://github.com/cclfly/C4droidProjects/tree/master
SDL2 engine written in C++. https://github.com/Kiritow/MiniEngine
C4droid audio player https://github.com/Kiritow/C4droid-Audio-Player
code4a (C4droid code manual) is no longer maintained https://github.com/TTHHR/code4a
The auxiliary library for Android native (GLES) development https://github.com/z123k5/NativeInterface
A Package Management Tool for c4droid app. https://github.com/imkiwa/c4pkg
Source code for music game Force Rush https://github.com/FaMuLan/Force-Rush
Bored when squatting, use the small game code developed by C4droid https://github.com/zjko/GCC_Game
Aircraft War Project C4droid+C language+SDL2 https://github.com/ljp-cyber/air-war
20220101-20230331:
TODO: Improve README, standardize the code, and continue to introduce more projects