About 6,700 results
Open links in new tab
  1. Codea — Creative Coding on iPhone and iPad

    Idea Maker Codea puts the power of Lua programming in your hands to create games, simulations, and interactive experiences. Bring your ideas to life using 2D & 3D graphics, AR, …

  2. Codea Talk

    A place to get help, share projects, and discuss Codea and Shade

  3. Graphics — Codea

    In setup() Codea expects you to set up your initial program state, and in draw() you can tell Codea to render graphics onto the screen, update your program state over time, and so on. In the …

  4. Lua — Codea

    You can use for loops in Lua to iterate over arrays and tables, performing tasks for each element. This example simply iterates i over the values 1 to 10 -- Iterate from 1 to 10 for i = 1, 10 do …

  5. Shaders & Mesh — Codea

    Shaders in Codea are used only in conjunction with mesh. They can be used to render special effects, deformations, lighting and other advanced graphical effects when drawing a mesh. …

  6. Codea 4 - Official Thread - General - Codea Talk

    Apr 23, 2022 · It’s been a while since I did any kind of official update on Codea 4, and I’ve mentioned it on Twitter as well as in various threads when its come up. So I thought I may as …

  7. Codea Reference

    Shaders & MeshLua

  8. Learn to Codea - Complete Project List

    Oct 3, 2022 · Learn to Codea Learn to Codea is an initiaitive to create a solid learning resource for Codea 4 in the lead up to the first official release. Any new example projects will be linked …

  9. Shade - Pro Shader Editing for iOS (Version 1.3 now out)

    Mar 15, 2019 · Shade is our latest app - a powerful node-based shader editor for iOS. Shade is tightly integrated into both Codea and Unity. Any shaders you create can be directly used in …

  10. Regarding assets - Codea Talk

    Feb 13, 2024 · @sim @john - I was very used to the older way of managing assets and had a few ways of handling them. My main aim with assets was to keep those I used in project …