In this article we will take a look at how to implement a “slot-based” save system in a Unity project in the way I did it for my currently developed game SODHARA. A “slot-based” system has been around for … Read the rest
Category: Tutorial
Consuming a REST API with ABAP
A RESTful (or REST for short) API is an architectural style for an application program interface (API) that uses HTTP requests to access and use data. That data can be used to GET, PUT, POST and DELETE data types, which … Read the rest
Using Mylyn 3.23 with Eclipse ADT
Mylyn is a task management system that is integrated in the Eclipse tooling. As a tool it is highly recommended for the purpose of automatic organisation of Eclipse ADT workspace.
Install the plugin via Eclipse Marketplace: input “mylyn” … Read the rest
Cakewalk SONAR MIDI Controllers ReWired to Max/MSP
In this tutorial I will show you my way of connecting Max/MSP to my DAW of choice – Cakewalk SONAR – and also an approach to handling multi-channel MIDI information coming to Max/MSP over from the DAW. My idea was … Read the rest