Page 116 of 181

Re: What's everyone working on? (tigsource inspired)

Posted: Thu May 14, 2015 11:33 am
by Germanunkol
IIRC, you can simply save the screen into an array of imagedata. Then you can put that onto the hdd later, when done recording (but before exiting the game). Haven't tried it, though, I use Record-My-Desktop (Ubuntu) and then avconv to create a gif.

Re: What's everyone working on? (tigsource inspired)

Posted: Thu May 14, 2015 12:31 pm
by CaptainMaelstrom
For all my screen-capture to .gif, I use LICEcap:

http://www.cockos.com/licecap/

It's free and works well, easy to use.

It's how I made this gif.
WIP
WIP
ccrusaders.gif (4.01 MiB) Viewed 4719 times

Re: What's everyone working on? (tigsource inspired)

Posted: Thu May 14, 2015 1:01 pm
by MadByte
CaptainMaelstrom wrote:For all my screen-capture to .gif, I use LICEcap:

http://www.cockos.com/licecap/

It's free and works well, easy to use.

It's how I made this gif.
ccrusaders.gif
Awesome! Thanks :awesome: :awesome:
Image

Re: What's everyone working on? (tigsource inspired)

Posted: Thu May 14, 2015 7:07 pm
by BOT-Brad
A few more new screenshots. You can download what I have so far in the 0.0.5 pre-release on GitHub.

Image
New main menu screen
Image
Mighty Braunschweig!
Image
Image
Main menu with the console overlayed. Look at the fancy pixelated shader!

Re: What's everyone working on? (tigsource inspired)

Posted: Thu May 14, 2015 11:32 pm
by BOT-Brad
A few more. No more for a while now so we don't all get bored!

Image
Image
Image
Image

Re: What's everyone working on? (tigsource inspired)

Posted: Thu May 21, 2015 6:45 pm
by Positive07
BOT-Brad! Make a thread, since we already know you are working on this dont spam this thread, make a new one in Projects and Demos and put lots of image and info and links to your github and what not :awesome:

PS: Awesome project, I cant get tired of that GUI. Not a football fan, unfortunetely, but heck, those graphs and plots! :neko:

Re: What's everyone working on? (tigsource inspired)

Posted: Sat May 23, 2015 11:00 pm
by N88
Hello, I just started playing with love2d. I was searching for some simple game framework and looks like love fits he bill perfectly with the added bonus of having to learn lua :D

Image

Re: What's everyone working on? (tigsource inspired)

Posted: Sun May 24, 2015 3:15 pm
by Germanunkol
Cool, and welcome to the forums!

Tell us more about that game of yours! That looks a lot like some sort of crowd simulation?

Re: What's everyone working on? (tigsource inspired)

Posted: Sun May 24, 2015 10:30 pm
by qubodup
I made two simple defense type games lately:
Image

https://streak.club/p/5562/herzcannon-by-qubodup (with .love)

Image

https://streak.club/p/5879/a-fat-cat-defense-by-qubodup (with .love and .apk)

Re: What's everyone working on? (tigsource inspired)

Posted: Sun May 24, 2015 10:32 pm
by N88
Germanunkol wrote: Tell us more about that game of yours! That looks a lot like some sort of crowd simulation?
Those are just bullets simulated with love.physics. I was thinking about making some kind of space shooter, but ended up trying random stuff, it helps me familiarize myself with love and lua. I was mainly experimenting with physics and trying to make the ship movement not boring.
The code is really messy, but I somehow like what came out of it so I might try to rewrite and transform it into a game.
Image