Search found 227 matches

by iPoisonxL
Wed Nov 18, 2015 8:51 am
Forum: Support and Development
Topic: Love2D still seems to be the easiest and simplest 2d engine
Replies: 1
Views: 2538

Love2D still seems to be the easiest and simplest 2d engine

Hello all. I have been trying to move to HTML5 canvas to do game programming, because typically, I only need to do a quick test that may include only a square and/or some physics. The question is: If I'm trying to move away from this engine (mainly because I want to get into web game development), w...
by iPoisonxL
Tue Aug 04, 2015 7:23 am
Forum: General
Topic: IDE4 LÖVE
Replies: 5
Views: 5078

Re: IDE4 LÖVE

I am creating a LÖVE IDE. It's a noble goal and a long process. I've posted something similar more than four years ago after doing my research on available LÖVE IDEs: https://love2d.org/forums/viewtopic.php?f=3&t=9762&p=59987. I'm still working on it (http://studio.zerobrane.com) and my tod...
by iPoisonxL
Mon Aug 03, 2015 11:25 am
Forum: General
Topic: IDE4 LÖVE
Replies: 5
Views: 5078

IDE4 LÖVE

I know this has been said 39248392 times, and will probably be said another 591294 times, but... I am creating a LÖVE IDE. This is different to the other ones though. It will be very thorough and GUI orientated. It will work. Hopefully. See, I've just started using C#. I've been programming mad with...
by iPoisonxL
Wed Jul 15, 2015 3:09 am
Forum: General
Topic: Decimal to Binary function I made
Replies: 20
Views: 8602

Re: Decimal to Binary function I made

Could shorten a bit. function toBinary( int ) assert( type( int ) == 'number', 'Error: Non-number input to toBinary!' ) local current = math.floor( int ) local result = '' while( current ~= 0 ) do result = result..current % 2 current = math.floor( current / 2) end return ( '%08s' ):format( string.r...
by iPoisonxL
Wed Jul 01, 2015 8:20 am
Forum: General
Topic: Decimal to Binary function I made
Replies: 20
Views: 8602

Re: Decimal to Binary function I made

Roland_Yonaba wrote:Small addendum, if you want to pad it to 8 characters, you can change the return statement to this.

Code: Select all

return ('%08s'):format(string.reverse(result))
That said, nice.
Sweet thanks!
by iPoisonxL
Fri Jun 26, 2015 4:17 am
Forum: General
Topic: Music Thread
Replies: 2
Views: 2138

Music Thread

What kind of music do you guys like? Hit up with what you listen to while you code, your favourite genres, bands, artists, whatever
by iPoisonxL
Tue Jun 09, 2015 9:20 am
Forum: General
Topic: Joke/pun thread
Replies: 40
Views: 33361

Re: Joke/pun thread

jjmafiae wrote:Why can't lua devs sit down ?

BECAUSE THEY ONLY HAVE TABLES! XD
Oh my god jj

yes :awesome: :awesome:
by iPoisonxL
Wed Feb 25, 2015 4:50 am
Forum: General
Topic: Joke/pun thread
Replies: 40
Views: 33361

Re: Joke/pun thread

Image
by iPoisonxL
Tue Jan 27, 2015 9:05 am
Forum: General
Topic: Joke/pun thread
Replies: 40
Views: 33361

Re: Joke/pun thread

Roland_Yonaba wrote:I've been told about a new metric to assess code quality : the WTF/minute.

Image
Applies to haskell especially
by iPoisonxL
Sun Jan 25, 2015 5:05 am
Forum: General
Topic: Joke/pun thread
Replies: 40
Views: 33361

Re: Joke/pun thread

Here's a UDP joke, though I don't care if you get it. I have a TCP joke. Would you like to hear it? > Yes, I would like to hear the TCP joke. Ok, I am now going to tell you the TCP joke. > Okay, I will listen to the TCP joke I have a TCP joke. Would you like to hear it? > Yes, I would like to hear ...