mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 06:47:35 +00:00
Base: Add the serenity-application HackStudio template
This is a template which instantiates into what you'd write to start out a basic Serenity GUI application. It contains a CMakeLists.txt file which describes what each declaration does, a simple GUI application which uses layouts, widgets and callbacks, and comes with a minimal set of pledges which the user can add to as necessary.
This commit is contained in:
parent
949d27f21b
commit
7adc5725b8
4 changed files with 73 additions and 0 deletions
5
Base/res/devel/templates/serenity-application.ini
Normal file
5
Base/res/devel/templates/serenity-application.ini
Normal file
|
@ -0,0 +1,5 @@
|
|||
[HackStudioTemplate]
|
||||
Name=SerenityOS GUI Application (C++)
|
||||
Description=Template for creating a GUI-based SerenityOS application with CMake.
|
||||
Priority=90
|
||||
IconName32x=serenity-application
|
Loading…
Add table
Add a link
Reference in a new issue