C++ power with Python simplicity.
FACILIS is a lightweight, high-performance C++ library designed to strip away the boilerplate of standard C++. It provides a "Python-like" experience for file management, UI, and string handling without losing the raw speed of C++.
--
FACILIS is a solo project created by a 13-year-old student as a hobby. The goal is to make C++ feel as intuitive as Python, removing the "scary" boilerplate while keeping the raw power of the language.
⚠️ Disclaimer: This is a passion project! The syntax and features are constantly evolving. Expect "experimental" code—I'm learning as I build, and that’s part of the fun.
Are new to C++? Well FACILIS should take all the heavy work for you and you can just learn and code with ease.
- Easy Files: Read and write files with a single line of code.
- Modern C++: Built on C++20 for maximum efficiency.
- Header-Only (Optional): Easy to drop into any project.
- Compiler: GCC (MinGW/MSYS2) or Clang with C++20 support.
- Build Tool:
make
- Clone the repo:
git clone [https://github.com/Idkthisguy/FACILIS.git](https://github.com/Idkthisguy/FACILIS.git) cd FACILIS