This repository is sample for "ProcessingForKotlin"

Overview

ProcessingForKotlinTemplate

A template for doing "Processing" for Kotlin

En | Ja

Use Library

Usage

Clone template

mkdir Your_Cool_Project_Name
cd Your_Cool_Project_Name
git clone https://github.com/kota-shiokara/ProcessingForKotlinTemplate.git
cd ProcessingForKotlinTemplate

or Use this template to create a new repository and clone it.

Edit settings.gradle

rootProject.name='Your_Project_Name'

Edit build.gradle

group 'Your_Group_Name'

Edit src/main/kotlin/main.kt

class Main : PApplet(){
                .
                .
    override fun setup() {
        /* Write Your Code */
    }

    override fun draw() {
        /* Write Your Code */
    }
                .
                .

Run

Type the following command directly under the root of project.

# Linux or macOS
./gradlew run

or

@rem windows(command prompt)
gradlew run

If you want to distribute your work as a jar file, type the following command.

Build

./gradlew shadow

or

gradlew shadow

The output file is stored under build/libs/.

Run

java -jar "Output_File_Name"

Author

About Report

Please use issue for filing feature requests and bug reports. Or use the contact information above.

License

MIT License

You might also like...
This repository contains the Android Frontend part of our project

Android_Frontend This repository contains the Android Frontend part of our project. In this part of the project many extra features could be added. Bu

The starter repository for the Android tech screen!

Nearside Android Code Screen - Starter Welcome to Nearside's Code Screen starter repository! Quickstart You'll need the following: Android Studio Arct

This repository contains event driven redis app uses redis streams

Spring Boot Redis Streams This repository contains event driven redis app uses redis streams Run redis in docker docker run --rm --name redis -itp6379

The official repository of the opensource project MyHome

🏠 MyHome For the developers The Android "front-end" application The Springboot-Java "back-end" application Description MyHome is a management app for

This repository demonstrates Spring GraphQL + RSocket + WebFlux + R2DBC + H2

Reactive GraphQL with Spring This repository demonstrates Spring GraphQL + RSocket + WebFlux + R2DBC + H2 O__ +-----------+

PlaceAutoComplete - Practice Repository for placesearch using google places Api
PlaceAutoComplete - Practice Repository for placesearch using google places Api

PlaceAutoComplete Practice Repository for placesearch using google places Api Ap

Accrescent - A novel Android app repository with a focus on security, privacy, and usability

Accrescent A novel Android app repository with a focus on security, privacy and

This is a GitHub template repository intended to kickstart development on an Android application.

Android App Template This is a GitHub template repository intended to kickstart development on an Android application. This project comes set with a h

Releases(0.0.1)
Owner
η₯žγ«η₯ˆγ‚Šγ‚’γ€€εƒ•γ«ι€²ζ—γ‚’γ€€γ‚«γƒΌγƒ“γ‚£γ«ι£ŸγΉη‰©γ‚’
null
Victor Hugo 1 Feb 2, 2022
🦁 A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, LiveData, Room, Repository, Koin) architecture.

DisneyMotions A demo Disney app using transformation motions based on MVVM architecture. The motion system is included in the 1.2.0-alpha05 released m

Jaewoong Eum 1.4k Jan 2, 2023
Repository with source code from http://rosettacode.org/wiki/Category:Kotlin

Rosetta Code Kotlin This is a repository with the Kotlin source code from RosettaCode wiki. The main motivation for extracting all the code into a rep

Dmitry Kandalov 20 Dec 27, 2022
A repository full of Forge 1.8.9 Kotlin utilities

kotlin-forge-api kotlin-forge-api is a repository full of different APIs to be used by mods for Forge 1.8.9 to make modding easier! Warning! To use an

Shalom Ademuwagun 7 Sep 28, 2022
It is a repository containing backend structure for Ktor.

Backend Architecture with Ktor + KMongo This project contains, Authentication using Jwt Database Layer (KMongo - Orm for MongoDB) Routing Advanced Rou

Himanshu Singh 56 Dec 28, 2022
This repository shows how to declare Hibernate entities using Kotlin

JPA Entities in Kotlin This repository was originally used in the "Getting the Most from JPA with Kotlin" webinar. To follow the webinar flow step by

JPA Buddy 52 Dec 14, 2022
Kotlin microservices with REST, and gRPC using BFF pattern. This repository contains backend services. Everything is dockerized and ready to "Go" actually "Kotlin" :-)

Microservices Kotlin gRPC Deployed in EC2, Check it out! This repo contains microservices written in Kotlin with BFF pattern for performing CRUD opera

Oguzhan 18 Apr 21, 2022
This repository demonstrates how Kotlin can simplify Spring Boot configuration properties file mapping

Kotlin spring-boot nested config props This repository demonstrates how Kotlin can simplify Spring Boot configuration properties file mapping @Constru

Maksim Kostromin 1 Oct 11, 2021
This repository contains RabbitMQ Protobuf starters with its usage samples for spring-rabbit and spring-cloud-starter-stream-rabbit modules

This repository contains RabbitMQ Protobuf starters with its usage samples for spring-rabbit and spring-cloud-starter-stream-rabbit modules

Maksim Kostromin 2 Nov 29, 2021
This repository is a simple humidity and temperature dashboard to present data from sensors on your phone

ChilliBook This repository is a simple humidity and temperature dashboard to present data from sensors on your phone. It uses Bluetooth LE and an ESP3

Alejandro Mera 1 Nov 8, 2021