Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


 
 
Codea





Codea
Version: 1.4.6 updated

Platforms: iPad, Apple iPhone OS


Categories: Programming & Development

Upload date: 16 Jun 13

Developer: Two Lives Left

License: Commercial

Price: 7.99 $

Downloads: 158


Download Trial of Codea 



Rating: 2.8/5 (Total votes: 15)




  Codea - lets you create games and simulations — or just about any visual idea you have. Turn your thoughts into interactive creations that make use of iPad features like Multi-Touch and the accelerometer.
We think Codea is the most beautiful code editor you will use, and it's easy. Codea is designed to let you touch your code. Want to change a number? Just tap and drag it. How about a color, or an image? Tapping will bring up visual editors that let you choose exactly what you want.
Codea is built on the Lua programming language. A simple, elegant language that doesn't rely too much on symbols — a perfect match for iPad.
Here's how you use it: type your code. Press play to watch it run. Interact with it. Get creative.
· A full featured vector graphics and image renderer lets you prototype what you can imagine
· Lots of fantastic example projects to learn from, including games and simulations
· Generate random retro-game sound effects to use in your creations
· Touch your code: tap numbers, colors and images to adjust them
· Complete in-line reference documentation accessible from the keyboard
· Intelligent auto-completion suggests keywords and functions
· Add parameters to your simulation or game interface so you can tweak variables at runtime
· Interact with the accelerometer and multi touch on your device
· Codea renders your code with beautiful syntax highlighting

What's New in This Release:

FIXES:

· Fixes sprites and text sometimes not rendering
· Fixes editor stability and speed
· Improved block-indenting speed, operation can be undone

NEW FEATURES:

· isKeyboardShowing() function
· Streamlined ability to paste into a new project

What's New in 1.4.4:

ENHANCEMENTS:

· Undo now works properly for all editor operations
· Use the .?123 key on the keyboard to show the standard undo button
· Brickout example now has enhanced graphics, effects and improved controls

INTERNAL ENHANCEMENTS:

· Codea is now built using ARC

FIXES:

· Fixed image.copy bug when using raw sizes on retina devices
· Fixed mesh memory bug

What's New in 1.4.3:

PROJECT DEPENDENCIES:

· You can now add dependencies to your projects
· This allows you to develop library style code
· Use this feature from the plus (+) button in the editor

NEW FEATURES:

· Project dependencies
· Adjustable font size in code editor
· Tap or drag in the line gutter to select lines
· Enhanced color type with blend, mix, and arithmetic operations
· listGlobal/Local/ProjectData functions added
· Fantastic new demo project

ENHANCEMENTS:

· Project name is added as a comment on the first line of Main
· Smooth project browsing - swipe to navigate through lots of projects

FIXES:

· Fixed bug with spriteSize results on retina devices in some circumstances
· Fixed line numbers in search results
· Fixed image.copy bug with retina images
· Fixed data store cleanup bug
· Fixed mesh bug that could cause triangles to be repositioned on re-allocation
· Documentation corrections and updates

What's New in 1.4.1:

NEW FEATURES:

· Search all your code from the function browser key on the keyboard

MAJOR FIXES:

· Fixes intermittent crash when opening projects

FIXES:

· Fixes crash when using save/read data in global scope

What's New in 1.4:

CUSTOM SPRITES:

· You can import custom sprites via Dropbox
· Or your photo library
· You can save images into your sprite packs

NEW FEATURES:

· Text selection: Touch and drag the new buttons above the keyboard to select and position the cursor
· In-line help: select an API term in the editor then choose "Lookup" to see specific help immediately
· Networking API: see the documentation chapter. Has special support for images.
· Project quick search: tap the new quick search icons next to the projects lists
· Keyboard Gestures: Drag directly on the keyboard to position the cursor, hold shift and drag to select text. This feature must be enabled from the settings panel.

ENHANCEMENTS:

· Tabs now turn red when they contain an error
· Updated credits page
· Improved documentation
· Improved autocomplete

FIXES:

· Fixed some major crashes, memory leaks and bugs

What's New in 1.3.6:

ENHANCEMENTS:

· You can now access the Codea Reference manual from the Community & Help button

FIXES:

· Fixes video recording on Retina display
· Fixes vec3 methods not working
· Fixes mesh.color - arguments are now in the range 0-255
· Fixes clip() on Retina display
· Consistent noSmooth() line width on Retina display

What's New in 1.3.1:

MAJOR NEW FEATURES:

· Visual makeover for the project browser
· Codea Dark editor theme (IAP)
· Customizable background art for the project browser

NEW FEATURES:

· New settings panel accessible from Project Browser
· soundbuffer objects allow you to create sounds from raw data
· sound(ENCODE, table) encodes a sound table into a high-precision string
· Can be played with sound(DATA, string)
· soundBufferSize( sizeInMB ) function added to control sound caching
· User projects can be copied to clipboard from the project browser
· watch() can now accept arbitrary Lua chunks
· deviceMetrics() function will return a table of device properties
· Added inertia and mass properties to physics.body
· saveProjectInfo and readProjectInfo functions. These allow you to get and set metadata for your projects.
· For example saveProjectInfo( "Description", "My New Project Description" ) will set a description that appears under your project in the browser.

FIXES:

· Single letter tab names are easier to delete - editor tabs now have a minimum width of 88 pixels
· Codea now allows underscores to be used in class / tab names
· Disables the three-finger triple-tap emergency exit gesture if buttons are lready visible on the screen
· Fixed documentation for physics.body
· Fixed video recording with setContext
· Physics pause/resume fixed
· Physics body.info field fixed
· mesh.texCoords no longer flipped vertically
· The news line on the project browser resizes correctly
· Fixed a bug that occurred when pasting code with tab characters
· Many other bug fixes

What's New in 1.3:

MAJOR NEW FEATURES:

· All new Physics API, check out the new "Physics Lab" example project and Physics documentation
· Text rendering. The new text(string,x,y) function allows you to render text anywhere on the screen. It supports all the fonts provided by iOS and its colour is affected by the current fill() color.
· Video capture! Record your projects straight from your device and share them on YouTube
· Screenshot capture right from the viewer
· Five amazing new example projects
· Audition and create your sound effects right inside the code editor. Just type sound() and tap it.
· Choose fonts from right inside your code. Type font() and tap on it to bring up the picker.
· Codea viewer now supports all orientations, you can use supportedOrientations() to limit them
· Great new keyboard API lets you bring up the native keyboard or respond to a bluetooth keyboard in your games and simulations
· Mesh API. The mesh type lets you manage and render arbitrary vertex arrays, you can control vertex positions, colors and texture coordinates. Really fast.
· Hugely improved autocomplete. It now picks up your class variables and class names.

NEW FEATURES:

· New clearParameters() function to clear the parameters and watch list
· New clearOutput() function to clear the print buffer
· Codea Forums linked right on the main page, as well as announcements
· Parameter sliders track when their variables change
· Images support a premultiplied flag
· Polygon triangulate(points) function
· spriteSize() function to get a sprite's pixel size
· Sound function now accepts a volume parameter

IMPROVEMENTS:

· Rendering speed hugely improved
· Improved and updated documentation, new overview sections give a more thorough explanation of Codea
· All style functions now return the current style values when called without arguments
· Runtime errors exit fullscreen mode
· Shifted editor keys for more natural placement
· Sound caching system improves performance
· Bit Invader project gets a make-over

FIXES:

· Fixed animation not resuming when app is brought into foreground
· Changed the way setup() gets called. You are now be able to do drawing in setup()
· Fixed bug when using setContext(image) in your setup function.
· Fixed noSmooth line opacity bug
· Shader adjustments and fixes
· Fixed bug where Codea would crash when over 22 parameters were specified




 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 

Supported operating systems: Apple iOS 10.x (iPad), Apple iOS 11.x (iPad), Apple iOS 12.x (iPad), Apple iOS 5.0 (iPad), Apple iOS 6.0 (iPad), Apple iOS 7.0 (iPad), Apple iOS 8.x (iPad), Apple iOS 9.x (iPad)
 
Similar Software:

Little Book of Neon PlayLittle Book of Neon Play
Little Book of Neon Play - If you are an iPhone developer, this could be a big help. Use our three useful tools to help you when developing apps. These include: NAME YOUR APP - see if your app name fits nicely under the icon. iPHONE FONTS - a full list of dynamic fonts available for iPhone. RGB SELECTOR - get help to find the RGB, hex and HSV values for your source code
Instant Mobile Website CreationInstant Mobile Website Creation
Instant Mobile Website Creation - Software for Instant Mobile Website Creation. Download this free software and create an unlimited number of mobile websites and be part of the mobile revolution that takes place on the internet right now. The software allows you to produce as many pages and subpages as you like
123D Design123D Design
123D Design - 123D Design allows you to easily create 3D models on your iPad. You can start from a basic shape and edit it, or you can choose from various sample projects and design around them. When you have finished, you can share your designs with other users, and save them to My Projects
Kodiak for PHPKodiak for PHP
Kodiak for PHP - Kodiak PHP is a PHP editor for iPad. It can run any PHP code directly on your device, without requiring an internet connection. The app lets you write and edit PHP code, with beautiful syntax highlighting and an enhanced on-screen keyboard. If you want to code in PHP on the go, this is the perfect solution
HTML Viewer (iPhone)HTML Viewer (iPhone)
HTML Viewer (iPhone) - HTML Viewer is a web development tool which enables you to view the source of a web page. HTML Viewer can be opened directly or launched from a Safari bookmark. To launch HTML Viewer from safari: 1) Add a bookmark (Name and URL does not matter) 2) Edit the bookmark and change the url to javascript:window.location='source://'+location
Adobe Edge Inspect for iPhone/iPadAdobe Edge Inspect for iPhone/iPad
Adobe Edge Inspect for iPhone/iPad - Adobe Edge Inspect is a tool for web designers and developers who are targeting mobile devices. The app can sync with the Edge Inspect software running on your computer, allowing you to perform remote inspection and debugging. The HTML, CSS and JavaScript changes will be immediately visible on your device
Python 3.2 for iOSPython 3.2 for iOS
Python 3.2 for iOS - Python 3.2 for iOS is a Python 3.2.3 IDE for iPhone, iPad and iPod touch. It allows you to create and run Python scripts on your iOS device. The app includes all the standard Python modules, an interactive interpreter, and the complete Python documentation
Python 2.7 for iOSPython 2.7 for iOS
Python 2.7 for iOS - Python 2.7 for iOS is a Python 2.7.3 IDE for iPhone, iPad and iPod touch. It allows you to create and run Python scripts on your iOS device. The app includes all the standard Python modules, an interactive interpreter, and the complete Python documentation
Programming Video Tutorials HD in ArabicProgramming Video Tutorials HD in Arabic
Programming Video Tutorials HD in Arabic - Easy to follow and using free available tools, learn how to make games and applications with these series of video tutorials. No Prior Knowledge of programming is needed
Kodiak PHPKodiak PHP
Kodiak PHP - Kodiak PHP is a PHP editor for iPad. It can run any PHP code directly on your device, without requiring an internet connection. The app lets you write and edit PHP code, with beautiful syntax highlighting and an enhanced on-screen keyboard. If you want to code in PHP on the go, this is the perfect solution
 

Other Software by developer «Two Lives Left»:

CodifyCodify
Codify - Codify lets you create games and simulations — or just about any visual idea you have. Turn your thoughts into interactive creations that make use of iPad features like Multi-Touch and the accelerometer. We think Codify is the most beautiful code editor you will use, and it's easy. Codify is designed to let you touch your code

» show more

 

Comments on Codea:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Codea is compatible with your device Apple iPad 3
 
 
© Pantich 2009 - 2025 All rights reserved.