Kategorie: Tipps und Tricks

Idee - Prototyp - Produkt

How-To – Use Gradle inside Visual Studio Code to build your Kotlin/Native applications (on a Mac)

In my last How-To – Build and run a Kotlin/Native application with Visual Studio Code on macOS I showed you how to setup, build, and run your first Kotlin/Native application using the barebone Kotlin/Native compiler inside Visual Studio Code (VSC). With Gradle, all the previous steps can be automated in just a couple of easy steps. Moreover,…
Weiterlesen

How-To – Build and run a Kotlin/Native application with Visual Studio Code on macOS

A short but hopefully complete introduction of how to setup Visual Studio Code (VSC) to build and run Kotlin/Native apps on macOS (High Sierra as of the date this How-To is written). Some basic developer knowledge is assumed, like knowing how to start the macOS Terminal, having XCode and the command line tools installed, and…
Weiterlesen

Short Note: Performing actions on certain events with a continuous state NSSlider (Swift 3 / Xcode 8.x)

This took me a while, because Apple documentation is horribly outdated and incomplete regarding Cocoa and Swift, to say the least. Background If you need an NSSlider that sends its current value continuously to keep e.g. a label or some other UI elements in sync while the user is dragging the slider’s knob, you set…
Weiterlesen

Short Note: Cinema 4D auf macOS Sierra installieren, trotz leerer Sprachauswahl-Liste

Ein Problem kommt selten allein. Vor zwei Wochen kam ich mit Bandscheibenvorfall in der Halswirbelsäule ins Krankenhaus. Als wäre das nicht schon schlimm genug, erwischte mich eine Woche später ein grippaler Infekt so hart, dass es wieder ins Krankenhaus ging. Jetzt bin ich den zweiten Tag wieder zu Hause und mein Tatendrang quält mich. Dabei…
Weiterlesen

Short Note: Embedding a private framework within your OS X app bundle

Sometimes solutions are so simple and yet it is so hard to find the right information that points towards them. So in the „Short Note“ posts I will share information about different topics that will hopefully make your search less time consuming. Today: How to embed a private framework into your OS X App bundle, so…
Weiterlesen