Skip to content

Kotlin-Thursdays/Image-Processing-in-Kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Processing-in-Kotlin

Kotlin Thursdays: Image Processing in Kotlin Part 1

Welcome to Kotlin Thursdays and Happy Halloween! This week, we will be exploring image processing in Kotlin. If you have used applications like Instagram, Snapchat, or even Photoshop, you may already be familiar with image processing and not even know it!

Image processing is not specific to Kotlin, but playing with images can help us think about how algorithms are applied in a 2-D matrix and develop computational thinking. Once we get the basics down, the world is your oyster!

We will be leveraging TornadoFX, a JavaFX framework written in Kotlin for native desktop development. Let's get started setting up our TornadoFX project!

altext

Resources

Think of these resources as supplemental if you happen to be more curious. We always encourage looking into documentation for things you use!

This week:

  • Getting set up with TornadoFX
  • Rendering an image and making it duller

Next week:

  • Pixel math!
  • Creating image processing filters
  • Further considerations with "Big O"

About

We explore image processing in Kotlin with TornadoFX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published