No description
  • C++ 98.5%
  • CMake 1.1%
  • Python 0.2%
  • C 0.2%
Find a file
2025-12-14 21:26:04 +08:00
.github add funding 2025-07-13 13:33:15 +08:00
qml_helper Update SceneBackend.cpp 2025-06-27 23:42:32 +08:00
src fix crash on GetCurFrame 2025-12-14 21:26:04 +08:00
standalone_view rename 2024-03-11 22:33:26 +08:00
third_party fix compile 2025-06-29 12:45:27 +08:00
wpdoc rename 2024-03-11 22:33:26 +08:00
.clang-format rename 2024-03-11 22:33:26 +08:00
.gitignore rename 2024-03-11 22:33:26 +08:00
.gitmodules add submodule 2024-03-11 22:40:42 +08:00
CMakeLists.txt rename 2024-03-11 22:33:26 +08:00
LICENSE Initial commit 2020-11-08 23:08:38 +08:00
README.md Create README.md 2025-07-07 21:05:56 +08:00

Wallpaper Engine Scene Renderer

Open source scene renderer, mostly for linux.
Made this for fun.

  • vulkan 1.1
  • render graph for automatic pass dependencies

Supported

  • Layer
    • Image
    • Composition / Fullscreen
    • Text
  • Effect
    • Basic
    • Mouse position with delay
    • Parallax
    • Depth Parallax
    • ColorBlendMode
    • PBR light
    • Global bloom
  • Camera
    • Zoom
    • Shake
    • Fade / Path
  • Audio
    • Loop
    • Random
    • Visualization
  • Particle System
    • Renderers
    • Emitters
      • Duration
    • Initializers
    • Operators
    • Control Points
      • Mouse Follow
    • Children
    • Audio Response
  • Puppet warp
  • 3D model
  • Timeline animations
  • Scenescript
  • User Properties