The universal file generator, build and release tool for the UntitledImGuiFramework and for web applications like Youyin.
For the UntitledImGuiFramework and our web applications, the application does the following:
- Autogenerates build and source files
- Packages the project for production or testing
- Installs some core framework components
- Manages your project files
For web applications like Youyin, it does the following:
- Allows for a components based architecture by utilising static templates
- Generates HTML, CSS and JS files and deploys them using your preferred web server
- Allows for translating a static webpage into multiple languages
- Generate project files such as
CMakeLists.txt
andmain.cpp
- Generate UI components header and source files
- Create release builds
- Generate pages from templated html files(for creating a static component-like system)
- Host pages locally for development using your preferred web server
- Static localisation of web pages
Documentation can be found on the wiki.