Git Product home page Git Product logo

bnnsz / svgfx Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 38 KB

SVGFX is a custom JavaFX controller library that extends ImageView to support Bootstrap icons and other SVG images. It enables high-quality vector SVG rendering, ensuring crisp visuals on any display. SVGFX simplifies scalable graphics integration for visually appealing JavaFX applications

License: MIT License

Java 100.00%

svgfx's Introduction

SVGFX

SVGFX is a custom JavaFX controller library that extends ImageView to support Bootstrap icons and other SVG images. It enables high-quality vector SVG rendering, ensuring crisp visuals on any display. SVGFX simplifies scalable graphics integration for visually appealing JavaFX applications.

Installation

Maven

Add the following dependency to your pom.xml:

<dependency>
    <groupId>com.fluxvend</groupId>
    <artifactId>svgfx</artifactId>
    <version>0.0.2</version>
</dependency>

Gradle

Add the following dependency to your build.gradle:

dependencies {
    implementation 'com.fluxvend:svgfx:0.0.2'
}

Manual Installation

Clone the repository and build the project manually:

git clone https://github.com/bnnsz/svgfx.git
cd svgfx
mvn clean install

Usage

Bootstrap Icons

Java

import com.fluxvend.svgfx.BootstrapIcon;
import com.fluxvend.svgfx.icons.Bi;

BootstrapIcon icon = new BootstrapIcon(Bi.ARROW_LEFT_CIRCLE);
icon.setColor("#FF0000");

FXML

<?xml version="1.0" encoding="UTF-8"?>

<?import com.fluxvend.svgfx.BootstrapIcon?>

<BootstrapIcon icon="ARROW_LEFT_CIRCLE" color="#FF0000" />

Contributing

Contributions are welcome! Please read our contributing guidelines to get started.

License

This project is licensed under the MIT License. See the LICENSE file for details.

svgfx's People

Contributors

bnnsz avatar

Stargazers

 avatar

Watchers

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