ËNVY (LÖVE Framework)

Showcase your libraries, tools and other projects that help your fellow love users.
User avatar
Borsty
Citizen
Posts: 66
Joined: Sun Oct 19, 2008 10:29 pm
Location: Hamburg, Germany
Contact:

Re: ËNVY (LÖVE Framework)

Post by Borsty »

Lol, dot and crossproduct functions are the basics a vector lib needs, that's available since it got released xD
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: ËNVY (LÖVE Framework)

Post by Kuromeku »

1stAnd10 wrote:Kudomiku do you have a function in ENVY that returns the dot product? If not that could be really useful. I'm just starting out with vector math and one thing XNA had was a math.dot function that I used a lot. I can live without it but just a suggestion while your adding other useful stuff.
vector:dotProduct(vector);
1stAnd10
Prole
Posts: 22
Joined: Tue Nov 25, 2008 2:09 pm

Re: ËNVY (LÖVE Framework)

Post by 1stAnd10 »

<- n00b

I overlooked it in the docs. Sorry. :)
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: ËNVY (LÖVE Framework)

Post by Kuromeku »

Image

Version: Phase 12.
Download:http://kudomiku.com/dump/lua/envy/envy.love.
Changelog:

Code: Select all

[Phase 12]
	* Added envy.map library.
	* Added onError(message) hook.
	* Added onMapLoad(map) hook.
	* Added onDrawMap(map) hook.
	* Added onMapUnload(map) hook.
	* Added the world is now automatically created when a map is loaded. If you really must
	get the world, you can use envy.map.getWorld().
	* Added if you don't specify a world to put an entity in when using envy.entity.add, then it
	will automatically add it to the map's world - if a map is active.
	* Added envy.entity.class:getWorld().
	* Added envy.util.error(message).
User avatar
Merkoth
Party member
Posts: 186
Joined: Mon Feb 04, 2008 11:43 pm
Location: Buenos Aires, Argentina

Re: ËNVY (LÖVE Framework)

Post by Merkoth »

I know I'm late, but I just took a peek at this framework. It's awesome. Congrats to the devs, and thanks for all the fish :D
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: ËNVY (LÖVE Framework)

Post by Kuromeku »

Merkoth wrote:I know I'm late, but I just took a peek at this framework. It's awesome. Congrats to the devs, and thanks for all the fish :D
I'm the only dev, but Borsty is making his own external modules :)
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: ËNVY (LÖVE Framework)

Post by Kuromeku »

Buuuuuuuuuuuuump!
User avatar
bartbes
Sex machine
Posts: 4946
Joined: Fri Aug 29, 2008 10:35 am
Location: The Netherlands
Contact:

Re: ËNVY (LÖVE Framework)

Post by bartbes »

Kudomiku wrote:Buuuuuuuuuuuuump!
What? We are allowed to bump?
User avatar
mike
Administrator
Posts: 364
Joined: Mon Feb 04, 2008 5:24 pm

Re: ËNVY (LÖVE Framework)

Post by mike »

bartbes wrote:
Kudomiku wrote:Buuuuuuuuuuuuump!
What? We are allowed to bump?
No, you're not. But you are allowed to bump.
Now posting IN STEREO (where available)
User avatar
Kuromeku
Party member
Posts: 166
Joined: Sun Jul 20, 2008 5:45 pm

Re: ËNVY (LÖVE Framework)

Post by Kuromeku »

Image

Version: Phase 13.
Download:http://kudomiku.com/dump/lua/envy/envy.love.
Changelog:

Code: Select all

[Phase 13]
	* Added envy.control.class:stretchToParent(spacing).
	* Added envy.util.drawRoundedBox(x, y, width, height, radius, drawType).
	* Added envy.util.round(number).
	* Added envy.vector:newFromRandom().
	* Changed the style of the GUI.
	* Changed the control's onDraw function to have position, width and height arguments.
	* Changed the type()'s of Controls, Entities, etc to proper ones.
	* Changed envy.defaultFont to ENVY_FONT.
Post Reply

Who is online

Users browsing this forum: No registered users and 29 guests