lQuery
Re: lQuery
Full-featured GUI for games is coming.
Re: lQuery
New demonstration with some cool effects.
Try different effecs yourself or write your own, using template!
Try different effecs yourself or write your own, using template!
- Attachments
-
- menu_animation_effects.love
- (171.57 KiB) Downloaded 163 times
- nevon
- Commander of the Circuloids
- Posts: 938
- Joined: Thu Feb 14, 2008 8:25 pm
- Location: Stockholm, Sweden
- Contact:
Re: lQuery
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!
Re: lQuery
New game based on lQuery and ove (in development) - Monopoly
First version will be offline (vs computer) and it will be in Russian and English.
First version will be offline (vs computer) and it will be in Russian and English.
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: lQuery
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.
Re: lQuery
Never used github or something... Project is still very small and consists of two developers who live nearby:)
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: lQuery
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.RPG wrote:Never used github or something... Project is still very small and consists of two developers who live nearby:)
Help us help you: attach a .love.
Re: lQuery
I even don't know how to do it:)
- EmmanuelOga
- Citizen
- Posts: 56
- Joined: Thu Apr 22, 2010 9:42 pm
- Location: Buenos Aires, Argentina
- Contact:
Re: lQuery
Check this out:RPG wrote:I even don't know how to do it:)
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
http://EmmanuelOga.com
- BlackBulletIV
- Inner party member
- Posts: 1261
- Joined: Wed Dec 29, 2010 8:19 pm
- Location: Queensland, Australia
- Contact:
Re: lQuery
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.
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.
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.
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.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).
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.
Who is online
Users browsing this forum: Bing [Bot] and 2 guests