To build this version run make in src.
Changes can be made in main.cpp the key section that create the windows
ImGui::Begin("Portmaster Test",&p_open, window_flags);
This closes the window created
ImGui::End();
This is a basic template for use in portmaster
makefile runs strip automatically to reduce file size.
TODO
- Create template
- Build on aarch64
- Test on my RGB30 Jelos and ArkOS
- Create CLI arguments for title and text
- Create CLI arguments for buttons
- Check full screen and scaling
- Parse json files