The question behind is Procreate worth it without an Apple Pencil is usually a budget question wearing a technical disguise. You have an iPad, or you are about to buy one, and the pen is another ₹7,900 on top. So: how much of the app is behind that accessory?
The honest answer is that it depends on exactly three capabilities, they are independent of each other, and most articles treat them as one thing.
The three things a stylus gives you
Pressure is how hard the nib is pressed. It is the one that changes how a stroke looks — width, opacity, or both, depending on the brush.
Tilt is the angle of the barrel against the glass. It is what lets a pencil brush shade with its side and a chisel nib fan out.
Palm rejection is the screen ignoring the hand resting on it. It changes nothing about the mark and everything about whether you can draw for an hour without swearing.
They are separate signals. A stylus can report one, two or all three, and the price does not map to the list the way you would expect.
The part almost nobody mentions
The Apple Pencil (USB-C) — the cheapest one Apple sells, at ₹7,900 — reports tilt but not pressure.
That is not a typo and it is not a minor omission. If you buy the entry-level Pencil expecting your line to thin as you ease off, it will not. You get palm rejection and you get tilt shading, and every brush behaves as though you are pressing exactly the same amount forever. Pressure needs the Apple Pencil Pro or a Pencil 2 on an iPad that supports it.
So the real fork is not stylus or finger. It is:
| Pressure | Tilt | Palm rejection | |
|---|---|---|---|
| Finger | ✗ | ✗ | ✗ |
| Cheap capacitive stylus | ✗ | ✗ | ✗ |
| Apple Pencil (USB-C) | ✗ | ✓ | ✓ |
| Apple Pencil Pro / 2 | ✓ | ✓ | ✓ |
| Samsung S Pen (in the box) | ✓ | ✓ | ✓ |
The last row is the one that annoys people, and it is worth sitting with: the pen that ships free with a Galaxy Tab reports all three. On the iPad side, all three costs extra, and on the cheapest Pencil you still do not get pressure.
What actually breaks without pressure
Less than you would think, and it is specific.
Brushes that map pressure to size become one width. An inking brush that was meant to swell through a curve draws a technical-pen line instead. This is the loss people feel first.
Brushes that map pressure to opacity stop building. Pencil and charcoal brushes that were designed to be layered lightly go down at full strength, so shading turns into blocking.
Nothing else. Colour, layers, blend modes, selections, transforms, masks, export — none of it touches the stylus. The canvas does not know or care.
And there are two workarounds that are genuinely good rather than consolation prizes:
- Velocity. A well-built engine can drive width from stroke speed instead of pressure. Fast gesture, thin line; slow deliberate pass, thick one. It is not the same, but it is expressive, and it works with a finger.
- Size on the dial rather than in the nib. If changing brush size is one thumb movement rather than a trip to a slider panel, varying line weight deliberately stops being a chore. This is most of why radial controls exist.
What actually breaks without tilt
Only brushes that were authored to use it. In Apex Olira that is the
tiltShade parameter, and it is per brush — a pencil that shades with its
side has it turned up, a technical pen has it at zero. Without a tilt-reporting
stylus those brushes still draw; they just draw as though the pen is upright,
which for most of them is the ordinary case anyway.
What actually breaks without palm rejection
Your patience. This is the one that is genuinely miserable and the one with no software fix worth trusting. Every stray touch is a mark. You end up drawing with your hand hovering, which is fine for ten minutes and ruinous for an hour.
If you are going to spend money on exactly one thing, spend it here. And note that this is a stylus capability, not a Pencil capability — an EMR pen on an Android tablet gets you the same thing.
So: is it worth it without a pen?
To learn on, yes. Composition, colour, values, layer discipline, silhouette — none of that needs pressure, and all of it is what actually makes drawings good. Plenty of people have spent a year on a finger and produced work that would embarrass someone with the full kit.
To work on, no. Not because the app refuses, but because the palm-rejection problem makes long sessions unpleasant, and unpleasant tools do not get picked up.
The trap is buying the expensive app first and the pen later. If your budget covers exactly one upgrade, a pressure-and-tilt stylus on hardware you already own beats a better app you have to poke with a finger. That arithmetic is why a Galaxy Tab with its included S Pen is a genuinely serious starting point, and it is the comparison we have written up in full.
How Apex Olira handles it
Stated plainly, because it is our app and you should be able to check it.
Every brush reads pressure and tilt from the same platform pointer event on
iPadOS, macOS and Android, and every one of the twenty-two brush parameters
that can respond to them is set per brush rather than globally. When the
stylus reports nothing, the engine does not fall back to a broken half-stroke
— pressureSize simply resolves to its floor and the brush draws at its
authored width.
The practical consequence: a finger-drawn stroke is a real stroke, not a degraded one. And when you do eventually buy a pen, nothing in your library needs redoing — the same brushes start responding.