https://github.com/doom2fan/zformsexamples
A collection of Examples for ZForms (https://gitlab.com/Gutawer/gzdoom-zforms)
https://github.com/doom2fan/zformsexamples
example-code examples gui gui-toolkit gzdoom zscript
Last synced: about 1 month ago
JSON representation
A collection of Examples for ZForms (https://gitlab.com/Gutawer/gzdoom-zforms)
- Host: GitHub
- URL: https://github.com/doom2fan/zformsexamples
- Owner: Doom2fan
- Created: 2019-09-10T07:53:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-16T19:33:15.000Z (over 4 years ago)
- Last Synced: 2023-03-23T11:30:32.898Z (about 3 years ago)
- Topics: example-code, examples, gui, gui-toolkit, gzdoom, zscript
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE - Examples.md
Awesome Lists containing this project
README
# ZFormsExamples
This repository is a collection of examples for the [ZForms](https://gitlab.com/Gutawer/gzdoom-zforms) GUI toolkit. The examples are well-commented and meant to be easy to understand.
# Usage
To use the examples, simply load the repository into GZDoom, and type `openmenu [menu class name]` (e.g., `openmenu Samples_ZF_SimpleMenu`) in the console to open the specified menu.
Do not copy the ZForms files from this repo. You must generate your own from the ZForms repo.
# License
All the example code is released into the public domain by means of the Unlicense copyleft "license". Non-code assets are released into the public domain through the CC0 "license".
The ZForms library itself is licensed under the MIT license.