Codea: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Citation bot (talk | contribs)
Add: title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 1192/2198
add sources, believe this should pass GNG
Line 1: Line 1:
{{multiple issues|
{{multiple issues|
{{notability|date=December 2014}}
{{advert|date=December 2014}}
{{advert|date=December 2014}}{{refimprove|date=December 2014}}
{{refimprove|date=December 2014}}
}}
}}
[[File:CodeaEditor.jpg|thumb|right|300px|Editor of Codea version 2.0 on iOS 7]]
[[File:CodeaEditor.jpg|thumb|right|300px|Editor of Codea version 2.0 on iOS 7]]


'''Codea''' is a [[Lua (programming language)|Lua]] code editor for [[iOS]] devices made by Two Lives Left. It is designed for rapidly prototyping visual ideas, especially games and simulations. Finished projects can be exported directly from the app to [[Xcode]]. It is closely related to the [[Processing (programming language)|Processing]] programming language, using many of the same methods for drawing functions as found in Processing.
'''Codea''' is a [[Lua (programming language)|Lua]] code editor for [[iOS]] devices made by Two Lives Left.<ref>{{cite news |last1=Schramm |first1=Mike |title=Codea-created app arrives on the App Store |url=https://www.engadget.com/2012-04-25-codea-created-app-arrives-on-the-app-store.html |access-date=18 November 2021 |work=[[Engadget]] |publisher=[[AOL]] |date=25 April 2012}}</ref><ref>{{cite news |last1=Panzarino |first1=Matthew |title=Cargo-Bot: The first game coded entirely on the iPad shows a promising future for tablet creation |url=https://thenextweb.com/news/cargo-bot-the-first-game-coded-entirely-on-the-ipad-shows-a-promising-future-for-tablet-creation |access-date=18 November 2021 |work=[[TNW (website)|TNW]] |date=23 April 2012}}</ref><ref>{{cite news |last1=Bindel |first1=Amanda |title=Codea |url=https://www.commonsensemedia.org/app-reviews/codea |access-date=18 November 2021 |publisher=[[Common Sense Media]]}}</ref><ref>{{cite book |last1=Varma |first1=Jayant |title=Learn Lua for iOS Game Development |date=1 April 2013 |publisher=[[Apress]] |isbn=9781430246633 |page=279 |url=https://books.google.com.au/books?id=DeZpbWZD28QC&pg=PA279 |access-date=18 November 2021}}</ref><ref>{{Cite episode |title=Programming Round-Up |url=https://www.abc.net.au/goodgamesp/reviews/programming-round-up/10409850 |access-date=18 November 2021 |series=[[Good Game: Spawn Point]] |network=[[Australian Broadcasting Corporation]] |date=22 June 2013 |series-no=4 |number=19}}</ref> It is designed for rapidly prototyping visual ideas, especially games and simulations. Finished projects can be exported directly from the app to [[Xcode]]. It is closely related to the [[Processing (programming language)|Processing]] programming language, using many of the same methods for drawing functions as found in Processing.


== History ==
== History ==
Line 18: Line 18:


==External links==
==External links==
* [http://codea.io Official website]
*{{Official website|https://codea.io}}
* [http://codea.io/talk/discussion/98/ Version history]
* [http://twolivesleft.com/Codea/ Old website]
* https://codea.io/talk/discussions
* https://shade.to/


[[Category:IOS software]]
[[Category:IOS software]]

Revision as of 09:47, 18 November 2021

Editor of Codea version 2.0 on iOS 7

Codea is a Lua code editor for iOS devices made by Two Lives Left.[1][2][3][4][5] It is designed for rapidly prototyping visual ideas, especially games and simulations. Finished projects can be exported directly from the app to Xcode. It is closely related to the Processing programming language, using many of the same methods for drawing functions as found in Processing.

History

Two Lives Left was formed in 2009 by University of Adelaide PhD students Simeon Saëns, John Millard, and Dylan Sale.[6]

Codea was released on the App Store in late 2011, making it one of the first iOS Lua editors.[7] In April 2012, the first game programmed entirely on iPad using Codea was released on the App Store.[8] In March 2014, Codea 2.0 was released, which added a 64-bit architecture, redesigned code editor, and various API improvements.[9]

On October 4, 2017, version 2.5 was released, which added a 3D Voxel editing capability for the construction of 3D worlds. Loading of 3D models in Wavefront .obj file format was also added. In November 2020, the latest version of Codea was released, 3.2.8.

References

  1. ^ Schramm, Mike (25 April 2012). "Codea-created app arrives on the App Store". Engadget. AOL. Retrieved 18 November 2021.
  2. ^ Panzarino, Matthew (23 April 2012). "Cargo-Bot: The first game coded entirely on the iPad shows a promising future for tablet creation". TNW. Retrieved 18 November 2021.
  3. ^ Bindel, Amanda. "Codea". Common Sense Media. Retrieved 18 November 2021.
  4. ^ Varma, Jayant (1 April 2013). Learn Lua for iOS Game Development. Apress. p. 279. ISBN 9781430246633. Retrieved 18 November 2021.
  5. ^ "Programming Round-Up". Good Game: Spawn Point. Series 4. Episode 19. 22 June 2013. Australian Broadcasting Corporation. Retrieved 18 November 2021.
  6. ^ "Codea 2.1 Released".
  7. ^ "Lua — Lua Programming Language".
  8. ^ "First iPad Made app released to iOS App Store". TwoLivesLeft.
  9. ^ "Codea 2.0 — What's New". codea.io. Retrieved 2014-05-11.

External links