1 Star 0 Fork 14

GgFan / rxcontrols

forked from LeeWyatt / rxcontrols 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

RXControls

  • RXControls Version 8.x.y need javafx8
  • RXControls Version 11.x.y need javafx11+

一个javafx的自定义组件库, 密码可见组件, 轮播图组件, 动态按钮组件等, 音频频谱可视化组件,歌词组件 等...

Javafx custom component library, password visible component, carousel component, dynamic button component,spectrum component,lyrics component etc...

QQ: 9670453
JavaFX QQ群: 518914410

主要变化: RXCarousel 去掉SubScene (css name: .carousel-subscene) 考虑到一个界面可能有多个轮播图,避免层级过多; 如果想要部分的专场效果,有3D的感觉, 那么可以在Scene里设置; Main changes: RXCarousel removes SubScene (css name: .carousel-subscene) Considering that an interface may have multiple carousels to avoid too many layers; if you want some special effects and a 3D feeling, Need to set a perspective camera for setting the main scene graph;

scene.setCamera(new PerspectiveCamera()); 

Maven dependency

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>

    <dependencies>
        <dependency>
            <groupId>com.github.leewyatt</groupId>
            <artifactId>rxcontrols</artifactId>
            <!-- 11.x.y -->
            <version>11.0.3</version>
        </dependency>
    </dependencies>

Demos in the test directory.

MIT License Copyright (c) 2021 LeeWyatt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

RXControls is a JavaFX custom component library. 展开 收起
Java
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/GgFan/rxcontrols.git
git@gitee.com:GgFan/rxcontrols.git
GgFan
rxcontrols
rxcontrols
master

搜索帮助