The projects complete the barrage display function of the desktop.
The projects uses two methods to achieve the barrage effect:
- The
BarrageDemo
project uses WPF animation to complete the barrage effect. BarrageDemo2.Website
andBarrageDemo2.Wpf
use the website + Cefsharp to realize the barrage (Reference)
With this method, other programs cannot be displayed at the same time as the barrage.
项目完成桌面的弹幕展示功能。
项目采用了两种方式实现弹幕效果:
1.BarrageDemo
项目使用WPF的动画完成弹幕效果
2.BarrageDemo2.Website
和BarrageDemo2.Wpf
采用网站的弹幕效果+Cefsharp的方式实现弹幕(参考资料)
采用此方法,在桌面上其他程序无法“透过”弹幕显示。