It looks like you're new here. If you want to get involved, click one of these buttons!
Hello,
I've been looking into other Lua languages to build my app I really want to make in and found Moai. I really like all the features it has, but it's docs are VERY unclear, it has a community that won't answer your questions, it's buggy, it's slightly hard to use, and it's just not the level of Codea. And I was looking because I needed Xcode export because TLL is not really rolling it out or giving us info on their status. Anyways, I found a few cool things in Moai's API that would be cool in Codea. Here they are:
<c = r,b,g>
or font changes or stuff like that. You can curve the code in a few lines of code. You can also make it have an effect like it's typing it out. And much more. It keeps us from putting text into an mesh, changing it, and reseting it when we change the text. topOfKeyboard()
command - Well, can you imagine that... So why don't I just switch? Codea is the bomb. Ditto TLL. And the community. Their community shuns newcomers and only pays attention to new code. So I try and get the best out of Codea by giving them suggestions. Thanks! Please suggest adding some of these in 1.4! REALLY looking forward to the network API in 1.4 with the saving images. Some of these features would also be nice in 1.4. THANKS TLL!
Comments
You can use coroutines now, I just haven't found a purpose for them.
Coroutines and threads are quite different beasts. You can use lua's Coroutines for all sorts of things, starting from iterators for "for" loops to state machines or actor control in games... very potent stuff, not so easy to get your head around. I might throw together a simple example over the weekend.
whenever you find the time @gunnar_z -- a simple example using coroutines would be much appreciated!
Zoyt - thanks for mentioning Moai! If you looked at Moai during March, then you were looking at our pre-1.0 code which was a little rough and light on docs. We shipped 1.0 end of March.
I'd love to get your feedback on why you think our forums shun newcomers? Moai is definitely aimed at professional developers but we try to be open to everyone.
We love Codea too, and it would be great to figure out a way to work together.
@toddh - I'm sending you a PM.
While it isn't full text customization, I did write a class that allows for "Terminal-like" text display.
The code can be found on my blog @ http://divby0.net/?p=339
An example video can be found on YouTube @
Thanks @Deamos! I'll check it out.
@Blanchot, simple coroutine example
@ruilov Thank you!