Difference between revisions of "Zoetrope"
(Created page with "{{#set:Name=Zoetrope}} {{#set:LOVE Version=0.8.x}} {{#set:Description=A starter kit for LÖVE, including sprites, collisions, maps, and debugging.}} Category:Libraries Zoetr...") |
m (updated the link to new repo) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Zoetrope is designed to let you hit the ground running with LÖVE. It's similar in design to [http://flixel.org/ Flixel], so if you have any experience with that, you should be able to able to figure out Zoetrope quickly. It provides basic functionality for: | |
− | |||
− | |||
− | |||
− | |||
− | Zoetrope is designed to let you hit the ground running with LÖVE. It's similar in design to Flixel, so if you have any experience with that, you should be able to able to figure out Zoetrope quickly. It provides basic functionality for: | ||
* creating classes, subclassing existing ones, reusing objects | * creating classes, subclassing existing ones, reusing objects | ||
Line 15: | Line 10: | ||
* recording user input and debugging | * recording user input and debugging | ||
− | '''[https:// | + | '''[https://github.com/klembot/zoetrope Project site]''' |
+ | |||
+ | {{#set:Name=Zoetrope}} | ||
+ | {{#set:LOVE Version=0.9.x}} | ||
+ | {{#set:Description=A starter kit for LÖVE, including sprites, collisions, maps, and debugging.}} | ||
+ | {{#set:Keyword=Framework}} | ||
+ | [[Category:Libraries]] | ||
− | + | == Other Languages == | |
+ | {{i18n|Zoetrope}} |
Latest revision as of 08:17, 22 September 2023
Zoetrope is designed to let you hit the ground running with LÖVE. It's similar in design to Flixel, so if you have any experience with that, you should be able to able to figure out Zoetrope quickly. It provides basic functionality for:
- creating classes, subclassing existing ones, reusing objects
- animated sprites, including alpha fading, color tinting, and rotation
- user input via keyboard, mouse, and gamepads
- framerate-independent physics (velocity, acceleration, and drag)
- collision checking
- static and animated tilemaps, loaded from either CSV or Tiled files
- tweening object properties
- recording user input and debugging
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info