More than just games?

Hello!

Just been looking at codea today because I’d love to get into iPad coding without Xcode.was wondering if people had tried using codea for like showcase apps basically I’d like to try and build a custom presentation with codea, I wonder if this kind of stuff was straightforward enough. The only examples I’ve seen are games.

Hope you can help.

Dave

There’s nothing stopping you making a presentation in Codea. What sort of presentation did you have in mind?

It could be pretty easy to make presentations in Codea. All you have to do is make a class for each scene and a class for each object. Then when you want a scene to draw that is in a class, say class:draw(). And you can put objects in each class. It’s actually pretty easy. I might make a template for you guys.