Codify Preview

preview_player
Показать описание
This is a preview of Codify, a Lua prototyping environment for iPad.

This video shows off some unique features designed to make code editing touch-friendly. Such as draggable numbers, touchable autocompletion, and interactive color picking.

Codify renders your output in OpenGL ES2. Using shaders to generate smooth antialiased primitives.
Рекомендации по теме
Комментарии
Автор

I know that feeling, i have currently a twice rejected app in the store, waiting for review again...
Finally, This weekend i will be able to try your Codify :)

juaxix
Автор

@juaxix at the moment it just drags either floating point or integer depending on the number, and the closer to the number you drag the faster it changes (similar to scrubbing the movie timeline in iOS video player). There's no max detection for a function, but it's something to keep in mind.

TwoLivesLeftGames
Автор

I just love this app, uhm, just a question...do the draggable setter for numbers in the code have a max detector for a function? or a list like the autocomplete values for constant and so on?

juaxix
Автор

@TwoLivesLeftGames enought. :)
So, have you added any game project already to the app or there are a projects repository to download examples from the app?

juaxix
Автор

@juaxix there will be game demos, but downloading is a no as Apple doesn't allow downloadable code.

TwoLivesLeftGames