Git Product home page Git Product logo

wlscenegraph's Introduction

wlscenegraph

provides a open source high performance graphics toolkit for Wayland compositor. It is based on the wlroots Wayland compositor library, which allows development of automated rendering and image post-processing based on wlroots, while supporting modern window animations.guidelines are based on performance and supplemented by design.

Release Signatures

Installation

Run these commands to make install :

    meson build/ --prefix=/usr --buildtype=debug
    sudo ninja -C build/ install

doxygen

set the documentation in meson_options.txt to enabled, reuse meson to compile, and you will see that the documentation has been generated in the build/doc/doxygen/html/wlscenegraph directory.

From Packages

Compiling from Source

Install dependencies:

build dependencies(for arch linux):

  • meson *
  • wlroots *
  • pkgconfig *
  • wayland *
  • doxygen
  • graphviz
  • libxslt
  • xmlto

build dependencies(for debian):

  • meson *
  • libwlroots-dev *
  • libwayland-dev *
  • doxygen
  • graphviz
  • libxslt1-dev
  • xmlto

Configuration

Running

ref example

How to Contribute

  • Contributing just involves sending a merge request.
  • Note: rules are made to be broken. Adjust or ignore any/all of these as you see fit, but be prepared to justify it to your peers.

Code Style

  • wlscenegraph is written in C with a style similar to the kernel style, but with a few notable differences.
  • Try to keep your code conforming to C11 and POSIX as much as possible, and do not use GNU extensions.

Code Architecture Guidelines

  • The code should be simple and easy to understand.
  • Add comments to key nodes whether you change or add new code
  • Security > Compatibility > Extensibility >= Performance

Contribution Guideline

  • Contribution steps.
    1. First login to your Github account and fork the project
    2. Pull the forked project locally using git clone.
    3. Push the new commit to your project using git push.
    4. commit your code to the upstream project on Github using the Pull Requese feature.
  • commit message specification: use English. Be sure to describe exactly what the commit "does" and "why it was made"
  • A commit only does one thing, and the smaller the code changes, the easier it is to accept the commit. For larger code changes, try to split the commit into multiple commits (satisfying the git commit principle as a prerequisite)
  • Please do your own testing and code review before committing the code, and submit the PR after confirming that the code is working correctly

Roadmap

  • Support scissor window
  • Support window backblur
  • Supprot window animator
  • Support particle simulations
  • Support button and image item
  • Support thread Animator
  • Support State

wlscenegraph's People

Contributors

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