Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/lovecodea
Codea to Love2D wrapper
https://github.com/mrspeaker/lovecodea
Last synced: 14 days ago
JSON representation
Codea to Love2D wrapper
- Host: GitHub
- URL: https://github.com/mrspeaker/lovecodea
- Owner: mrspeaker
- Created: 2012-04-17T14:49:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-07T14:24:00.000Z (over 12 years ago)
- Last Synced: 2024-10-10T22:48:46.715Z (about 1 month ago)
- Language: Lua
- Homepage:
- Size: 94.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
From the original pastebin file:
LoveCodea is an update of LoveCodify.
See https://github.com/SiENcE/lovecodify
2012 Stephan EffelsbergMain topics of the update:
- Make the wrapper running with Love2D 0.8.0.
Do not use it with versions < 0.8.0, they made incompatible changes.
- Make Asteroyds run. Like the original LoveCodify, work on LoveCodea wasn't
started to get a full featured wrapper (I'd be glad if we get there, however)
but with a specific target in mind.Changes:
- Love 0.8.0: all times in seconds now
- Improve mirroring (TODO need to test the MIRROR variable at some places)
- Correct touch control (Love 0.8.0 calls events before update)
- Implement tint()
- Get rid of bogus _resetColor()
- Implement sprite scaling
- Implement font size
- Implement different colors used by lines, text, ...
- Implement framed rectangles and circles
- Require vector only if present
- Load sprite packs with or without .spritepack extensionLoveCodify is a Wrapper Class to run Codify/Codea Scripts with Love2D
Copyright (c) 2010 Florian^SiENcE^schattenkind.netLicensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
You can use the http://love2d.org/ runtime to code Codify Apps on MacOSX/Linux/Windows.
Beware, it's unfinished, but samples are running.Just include the this in your Codify project:
dofile ("loveCodify.lua")