lQuery

Showcase your libraries, tools and other projects that help your fellow love users.
User avatar
RPG
Party member
Posts: 157
Joined: Wed Mar 02, 2011 5:02 am
Location: Russia
Contact:

Re: lQuery

Post by RPG »

Full-featured GUI for games is coming.
User avatar
RPG
Party member
Posts: 157
Joined: Wed Mar 02, 2011 5:02 am
Location: Russia
Contact:

Re: lQuery

Post by RPG »

New demonstration with some cool effects.

Try different effecs yourself or write your own, using template!

Image
Attachments
menu_animation_effects.love
(171.57 KiB) Downloaded 146 times
User avatar
nevon
Commander of the Circuloids
Posts: 938
Joined: Thu Feb 14, 2008 8:25 pm
Location: Stockholm, Sweden
Contact:

Re: lQuery

Post by nevon »

Just wanted to pop by and tell you that I think this is really freaking cool. I'm not currently working on any Löve project, but I'm sure it will be immensely useful in the future!
User avatar
RPG
Party member
Posts: 157
Joined: Wed Mar 02, 2011 5:02 am
Location: Russia
Contact:

Re: lQuery

Post by RPG »

New game based on lQuery and ove (in development) - Monopoly
Image

First version will be offline (vs computer) and it will be in Russian and English.
User avatar
BlackBulletIV
Inner party member
Posts: 1261
Joined: Wed Dec 29, 2010 8:19 pm
Location: Queensland, Australia
Contact:

Re: lQuery

Post by BlackBulletIV »

Looking good. Just a suggestion, why don't you use version control, like Git or Mercurial, and host it on something like GitHub (for Git) or BitBucket (for Mercurial)? I think it would make things quite a bit easier for you.
User avatar
RPG
Party member
Posts: 157
Joined: Wed Mar 02, 2011 5:02 am
Location: Russia
Contact:

Re: lQuery

Post by RPG »

Never used github or something... Project is still very small and consists of two developers who live nearby:)
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: lQuery

Post by Robin »

RPG wrote:Never used github or something... Project is still very small and consists of two developers who live nearby:)
All the more reason to start using a VCS now, while it is still small. It'll become much more of a pain later on.
Help us help you: attach a .love.
User avatar
RPG
Party member
Posts: 157
Joined: Wed Mar 02, 2011 5:02 am
Location: Russia
Contact:

Re: lQuery

Post by RPG »

I even don't know how to do it:)
User avatar
EmmanuelOga
Citizen
Posts: 56
Joined: Thu Apr 22, 2010 9:42 pm
Location: Buenos Aires, Argentina
Contact:

Re: lQuery

Post by EmmanuelOga »

RPG wrote:I even don't know how to do it:)
Check this out:

http://git-scm.com/documentation

Git is really easy once you get the flow going. You generally need just three commands for everyday work: add, commit, and checkout. (ok, init too, but you only need to call that once).

Once you get that right, you can follow with push and pull (when you start pushing/pulling from/to a remote repository).

There is a cr*p load of git commands (I love git log -p and gitk!) but really that's what you'll use most of the time.
--------------------------------------------------------------------------------------------------------
http://EmmanuelOga.com
User avatar
BlackBulletIV
Inner party member
Posts: 1261
Joined: Wed Dec 29, 2010 8:19 pm
Location: Queensland, Australia
Contact:

Re: lQuery

Post by BlackBulletIV »

This is where I learned Git: http://progit.org/book/ch1-0.html
Very easy to follow. To use Git effectively, you only need to read the first three chapters. Then you just need to follow the instructions that GitHub give you when setting up a new repository, and check out their guides if you get stuck.
EmmanuelOga wrote:You generally need just three commands for everyday work: add, commit, and checkout. (ok, init too, but you only need to call that once).
If you want to make use of branching, you need merge, and possibly branch (which you should using Git). If you want to use GitHub (or something else) you'll need 'remote add' and push and pull. Oh yeah, you'll need rm to remove files, and status to see what's going on.

On a day-to-day basis I use:
git status (a lot!)
git add
git rm
git commit
git push
git pull
git checkout
git merge
git branch
git log

But, really it's not a lot to keep in your head.
Post Reply

Who is online

Users browsing this forum: No registered users and 185 guests