Skip to content

The universal file generator, build and release tool for the UntitledImGuiFramework & most web applications by MadLadSquad

License

Notifications You must be signed in to change notification settings

MadLadSquad/UVKBuildTool

Repository files navigation

UVKBuildTool

CI MIT license trello Discord

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

Features

UntitledImGuiFramework

  • Generate project files such as CMakeLists.txt and main.cpp
  • Generate UI components header and source files
  • Create release builds

Web

  • 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

Documentation can be found on the wiki.

Dependencies