blogs.love2d.org - The Official LÖVE Blogs!

General discussion about LÖVE, Lua, game development, puns, and unicorns.
User avatar
Davidobot
Party member
Posts: 1226
Joined: Sat Mar 31, 2012 5:18 am
Location: Oxford, UK
Contact:

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by Davidobot »

josefnpat wrote:
Davidobot wrote:I think my application got removed, can you tellme, did it get rejected?
josefnpat wrote: [*]Only board members can view applications. This was debated on the IRC channel, but we feel if we make the comments private, there can be more honest conversation among the board members. When an application is submitted, you will see the following screen;
Image[/list]
Your application has not been lost, it's just only visible to board members.
Oh, ok. Sorry didn't read that.
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
User avatar
substitute541
Party member
Posts: 484
Joined: Fri Aug 24, 2012 9:04 am
Location: Southern Leyte, Visayas, Philippines
Contact:

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by substitute541 »

It is kind of hard to write a blog post using markdown (I had some experience with that in the edX Wiki)...
Currently designing themes for WordPress.

Sometimes lurks around the forum.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by josefnpat »

substitute541 wrote:It is kind of hard to write a blog post using markdown (I had some experience with that in the edX Wiki)...
If you want, here is thorough documentation of markdown.

There should also be a WYSIWYG editor as well!
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
MarekkPie
Inner party member
Posts: 587
Joined: Wed Dec 28, 2011 4:48 pm
Contact:

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by MarekkPie »

One of the reasons I decided to sign up as a writer was BECAUSE we could write in Markdown. I love it.
User avatar
silver_hawk
Prole
Posts: 36
Joined: Mon Feb 27, 2012 2:19 pm

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by silver_hawk »

Wow nice :D love it !
User avatar
substitute541
Party member
Posts: 484
Joined: Fri Aug 24, 2012 9:04 am
Location: Southern Leyte, Visayas, Philippines
Contact:

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by substitute541 »

Alright, maybe I'll write my blog post in Notepad++ before posting it.

EDIT: Made a new blog post. Hope it gets accepted.

EDIT 2: Actually noticed a new favicon when I reloaded the blog (I opened the blog 6 hours ago).
Currently designing themes for WordPress.

Sometimes lurks around the forum.
User avatar
monsieur_h
Citizen
Posts: 65
Joined: Tue Oct 30, 2012 4:43 pm

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by monsieur_h »

My two cents:

you could add links to the homepage, the wiki, the forum and the issue tracker in the header. It would help navigating in the LÖVEsphere in an easier way.
:3
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by josefnpat »

substitute541 wrote:Alright, maybe I'll write my blog post in Notepad++ before posting it.

EDIT: Made a new blog post. Hope it gets accepted.

EDIT 2: Actually noticed a new favicon when I reloaded the blog (I opened the blog 6 hours ago).
Whooo, more bugs! Writers, Moderators and Board members can now see unpublished articles.

(btw, the article looks awesome substitute541, just need one more person to read it over.)
monsieur_h wrote:My two cents:

you could add links to the homepage, the wiki, the forum and the issue tracker in the header. It would help navigating in the LÖVEsphere in an easier way.
:3
Once the blog gets going a little more, that's just what I plan on asking for :)
Missing Sentinel Software | Twitter

FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
User avatar
substitute541
Party member
Posts: 484
Joined: Fri Aug 24, 2012 9:04 am
Location: Southern Leyte, Visayas, Philippines
Contact:

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by substitute541 »

Wooohooo. It got published!
Currently designing themes for WordPress.

Sometimes lurks around the forum.
Santos
Party member
Posts: 384
Joined: Sat Oct 22, 2011 7:37 am

Re: blogs.love2d.org - The Official LÖVE Blogs!

Post by Santos »

Congrats substitute541, great article! And congrats josefnpat for setting this up, it looks awesome! :awesome: I'm psyched for future posts.

I haven't finished reading the article, but I got stuck on visualising how the AABB check worked, so here's how I understood it...
circles.png
circles.png (17.11 KiB) Viewed 13979 times
The distance between the centers on the x-axis is found with math.abs(circleA.x - circleB.x), the absolute difference of the x positions.

As with the x-axis, so with the y-axis.

I'm probably totally confused, but should't it be...

if math.abs(circleA.x - circleB.x) > circleA.radius + circleB.radius and math.abs(circleA.y - circleB.y) > circleA.radius + circleB.radius then

because the circles could only be colliding if the centers on both axes are in range?
Post Reply

Who is online

Users browsing this forum: No registered users and 43 guests