Giter Site home page Giter Site logo

anu-prakash-dev / kairos-framework Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kairos-project/kairos-framework

0.0 0.0 0.0 70 KB

Kairos lets you build JavaFX applications using Activities and Fragments like Android, creating an awesome UI with Material Design

Home Page: http://kairos-project.org/

Java 100.00%

kairos-framework's Introduction

kairos-framework

Kairos lets you build JavaFX applications using Activities and Fragments as Android, creating an awesome UI with Material Design

  • Material design ready: Make a material design style app using the built-in theme and components as well as customize easily the color palette.
  • Enhanced Workflow : Works with gradle to help you to manage dependencies and use beautiful tasks that provide a professional deploy.
  • Reusable and Modular Code : Whether you come from the android developer world, you are in the right place. Improve your JavaFX apps using Activities and Fragments

Installing Kairos

Kairos utilizes Gradle to manage its dependencies and enhance the development tasks. If you are using Gradle you must replace one line of code in the top of your build.gradle

apply plugin: 'java'

To

apply from: 'http://dl.bintray.com/content/shemnon/javafx-gradle/8.1.1/javafx.plugin'
apply plugin:'maven'

Thanks to shemnon to provide this amazing gradle plugin.

Gradle Installation (Gradle Repository)

First you need add JitPack in the gradle repositories.

repositories {
   maven { url "https://jitpack.io" }
   mavenCentral()
}

Finally add the framework to the gradle dependencies

dependencies {
   compile 'com.github.marconi1992:kairos-framework:0.5'
}

Gradle Installation (With JAR)

Download the Jar Library and add in the gradle dependencies

https://github.com/Kairos-Project/kairos-framework/releases/download/0.5/kairos-all-0.5.jar

I had to create a folder called libs in the root of the project but you can choose any name, then place the jar inside of the folder and add the next dependency in gradle.

dependencies {
   compile files ('libs/kairos-all-0.5.jar')
}

Installing with IDE

Using the default build tool of your favorite IDE the process could be different. But don't worry if in the past you had installed another java library , the process is the same.

Intellij IDE

Place the file inside of your ja va project.

  • Go to File -> Project Structure
  • Select the Module section
  • In the dependencies tab select the plus green icon and select Jars or Directories
  • In the file chooser select the jar , confirm and apply

NetBeans IDE

  • Go to the Projects Section
  • In the project tree, right click in Libraries
  • Select Add JAR/Folder
  • In the File Chooser select the jar and confirm

kairos-framework's People

Contributors

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