Delight is an open source component-oriented framework for Unity.
Unity Project
Built with Unity 2021.1.22f1 · download the source from GitHub
README
Rendered from GitHubDelight
Delight is an open source component-oriented framework for Unity, mainly centered around creating user-interface components that can easily be extended, combined and shared using a text based declarative design language (similar to HTML).
Get the latest API-docs, tutorials, extras and news at https://delight-dev.github.io/
Quick Start
Import the latest Delight unity package into your Unity project.
Create a new scene by right-clicking in your project hierarchy and choosing:
Create -> Delight Scene.Press enter and open the newly created
NewScene.xmlXML file and edit it so it contains the following content:<NewScene xmlns="Delight" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="Delight ../Delight.xsd"> <Label Text="Awesome!" /> </NewScene>Open the Unity scene
NewScene.unitythat has been created in the same folder and run it.
Congratulations, you've created your first scene in Delight :).

Check out the Tutorials and get started creating some awesome UI components.
Contributing
You're welcome to contribute to the project. For minor contributions, such as bugfixes, open a pull request. If your contribution is larger, such as new views or features, consider opening an issue first to engage the community. If you want to contribute to the website check out the Delight website GitHub.
Sponsoring
If you enjoy the framework and like what I do, consider sponsoring the project as it helps me keep developing it and be of service to the community. Thank you.
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
Versions 0
No versions tracked yet.
Dependencies 0
No dependencies.
Changelog 0 releases
No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.
Comments
No comments yet. Be the first!


Sign in to join the conversation
Sign In