Getting Started Tutorials#
This is the first series you should start with.
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.
Contents
1 - First Steps#
This tutorial gets GNUstep up and running. Start here.
2 - Convertor#
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#
Topics:
Updating your UI
Custom Views
Drawing custom shapes
Dynamically creating widgets
Modal Windows
Configuring your app
Notifications