Getting Started Tutorials#

This is the first series you should start with.

👉 Let’s get going!

Prerequisites:

  • Basic knowledge of the command-line

  • Basic knowledge of programming concepts

  • A desktop computer

    • If you’re willing to tinker around, you could use a tablet with the Termux or iSH apps, or a jailbroken e-reader, but we don’t have any instructions yet.

1 - First Steps#

Read it here

This tutorial gets GNUstep up and running. Start here.

2 - Convertor#

Read it here

Build your first app, which multiplies two numbers! It’s intended to convert currencies given the conversion rate.

This guide introduces you to the GNUstep IDE, which is composed of ProjectCenter and Gorm.

Topics:

  • Using ProjectCenter

  • Using Gorm

  • Using AppKit, Foundation, and the Objective-C programming language

3 - TimeMachine#

Read it here

Topics:

  • Updating your UI

  • Custom Views

  • Drawing custom shapes

  • Dynamically creating widgets

  • Modal Windows

  • Configuring your app

  • Notifications