GithubHelp home page GithubHelp logo

kikyoshaw / colkwallpaper-master Goto Github PK

View Code? Open in Web Editor NEW
20.0 1.0 7.0 154.4 MB

酷壁壁纸引擎特效&&插件源码(WPF/HLSL/Shader)

License: Other

C# 95.58% Batchfile 0.03% CSS 1.54% HTML 1.68% JavaScript 1.17%

colkwallpaper-master's Introduction

colkwallpaper

介绍

动态壁纸主页:www.colkwp.com

gitee链接:https://gitee.com/qqrock/colkwallpaper

b站视频介绍:https://space.bilibili.com/29085504?spm_id_from=333.788.0.0

youtube:https://www.youtube.com/channel/UCYreiOapB_k66p5pnJAV_UQ

youtube:https://www.youtube.com/watch?v=1I3vL-USVbM&t=17s

抖音:https://www.douyin.com/user/MS4wLjABAAAAqsU3RCbLlZUVyrMnWXr7IWv0SyPgGaelAkXaRLtc7bw

更多特效获取&&问题反馈&&想加入壁纸设计者

QQ群:982074420

特效仓库

https://github.com/KikyoShaw/Effect

创意工坊

https://gitee.com/qqrock/ColkDesign

插件仓库

https://github.com/KikyoShaw/Plugin

动画插件仓库

https://github.com/KikyoShaw/ImageAnimationTest

web特效

https://github.com/KikyoShaw/Cool-photo-album-html

https://github.com/KikyoShaw/html-demo

第三方壁纸下载地址

https://wallhaven.cc/

视频素材解析下载工具

https://github.com/KikyoShaw/videoGetWpf

ffmpeg工具-用于处理素材

https://github.com/KikyoShaw/FFmepgTools

虚拟形象动画插件

https://github.com/stevenjoezhang/live2d-widget

软件架构

软件架构说明 使用 wpf .net core 3.1

开发教程

  1. 先运行bin\cfg.bat

  2. 调试dll,需设置调试属性 - 运行可执行文件的路径: $(SolutionDir)bin\Debug\netcoreapp3.1\ColkEffectClient.exe

  3. 程序默认运行加载

    1. 特效: EffectModules\bin\netcoreapp3.1\EffectModule.dll
    2. 插件: PluginModules\bin\netcoreapp3.1\DefaultPlugin.dll
  4. 特效/插件工程需要设置生成后事件

    1. 特效: copy "$(TargetPath)" "$(OutDir)EffectModule.dll"
    2. 插件: copy "$(TargetPath)" "$(OutDir)DefaultPlugin.dll"

特效开发完成打包说明

  1. 特效放入%appdata%\ColkWallpaper\Effect{你的特效名}
  2. 需要3个文件:
    1. json文件
    2. 缩略图
    3. 特效.dll
 json文件格式:
 {
   "sIdentifyKey":"BlackHoleEffect_v1.0",
   "sName":"BlackHoleEffect",
   "sDesc":"黑洞特效",
   "sThumbPicName":"Thumb.jpg",
   "iOverheadLevel":0,
   "sModelName":"BlackHoleEffect.dll"
  }	
  注释:
  sIdentifyKey 特效key 全局唯一
  sName 特效名字
  sDesc 特效描述
  sThumbPicName 缩略图文件名
  iOverheadLevel 耗能等级0~2
  sModelName  特效dll文件

插件开发完成打包说明

  1. 插件放入%appdata%\ColkWallpaper\Plugin{你的特效名}
  2. 需要3个文件:
    1. json文件
    2. 缩略图
    3. 插件.dll
json例子:
{
    "sIdentifyKey":"CircleVisualizerPlugin_v1.0",
    "sName":"CircleVisualizerPlugin",
    "sDesc":"频谱(圆)插件",
    "sThumbPicName":"Thumb.jpg",
    "iOverheadLevel":1,
    "sModelName":"CircleVisualizerPlugin.dll"
}
sIdentifyKey: 插件key 全局唯一
sName: 插件名字
sDesc: 插件描述
sThumbPicName: 插件缩略图文件名
iOverheadLevel: [没用]
sModelName:  插件dll文件

参与贡献

特技

可以使用酷壁加载你自己开发的特效与插件

效果图

原生特效

image

原生特效设置

image

视频特效

image

网页特效

image

壁纸下载

image

壁纸设计

image

壁纸插件

image

colkwallpaper-master's People

Contributors

kikyoshaw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

colkwallpaper-master's Issues

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.