Giter VIP home page Giter VIP logo

delight's Introduction

Delight

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).

Discord

Get the latest API-docs, tutorials, extras and news at https://delight-dev.github.io/

Quick Start

  1. Import the latest Delight unity package into your Unity project.

  2. Create a new scene by right-clicking in your project hierarchy and choosing:

    Create -> Delight Scene.

    Press enter and open the newly created NewScene.xml XML 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>
  3. Open the Unity scene NewScene.unity that 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.

delight's People

Contributors

dreamora avatar dungeon2567 avatar mandarinx avatar patrik-u avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.