jmars / photon

A lightweight app boilerplate written in Lua and C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photon

A fork of the lite editor with just the core pulled out for building small apps. With the goal of putting together simple concepts in a way that works better than the sum of the parts.

Current Features

  • View physics animation via a first degree ODE solver
  • Event handling with local and global methods
  • Constraint based layout using the cassowary linear constraint solver (which is respected by the physics engine)
  • Multi-container text layout ala iOS TextKit, with batched rendering

WIP

TODO

About

A lightweight app boilerplate written in Lua and C

License:Other


Languages

Language:Lua 53.5%Language:C 45.0%Language:JavaScript 0.9%Language:Makefile 0.4%Language:HTML 0.2%