Search found 7 matches

by ElliottB
Thu Jul 16, 2009 2:57 am
Forum: Libraries and Tools
Topic: Eben and Ari
Replies: 2
Views: 4166

Re: Eben and Ari

At this point, I don't have much to show on Ari's front. I've been drawing flowcharts on my notepad on how I want to rework it. Currently, I've determined that every gui part will support every input type. Eventually, you'll be able to do things like having checkboxes act like toggle buttons and so ...
by ElliottB
Thu Jul 16, 2009 12:02 am
Forum: Libraries and Tools
Topic: Eben and Ari
Replies: 2
Views: 4166

Eben and Ari

Well, while working with Leif, I found I could expand it. I've set out to do that with my project Ari. I'll have an example .love of it ready in a few days, at this point it's just rewrites of the callback system for the different input devices. (Buttons, text input, checkbox, etc) As a result of wo...
by ElliottB
Sat Jul 11, 2009 8:08 pm
Forum: Support and Development
Topic: GLSL in Löve
Replies: 23
Views: 16090

Re: GLSL in Löve

Could always consider Cg. nVidia's Cg toolkit works for both openGL and DirectX. It's also cross platform (Windows, Linux, Mac). http://developer.nvidia.com/object/cg_toolkit.html Performance loss over directly doing shaders in HLSL or GLSL is, with most modern hardware, negligible. Also works on bo...
by ElliottB
Sat Jul 11, 2009 4:23 pm
Forum: Libraries and Tools
Topic: Leif GUI library
Replies: 35
Views: 29224

Re: Leif GUI library

Less than 30 lines of changes, in my book, doesn't constitute a full derivative, but rather a patch. Hence just posting it. :D -- I have considered extensively modifying Leif, and I'd post it as a derivative for sure. More to come on that front. Thanks for pointing that out though.
by ElliottB
Fri Jul 10, 2009 10:34 pm
Forum: Libraries and Tools
Topic: Leif GUI library
Replies: 35
Views: 29224

Re: Leif GUI library

Oi. The joys of typos!
by ElliottB
Fri Jul 10, 2009 10:17 pm
Forum: General
Topic: Lovesnips
Replies: 10
Views: 7833

Re: Lovesnips

I like your little pastebin system. Honestly would love to use it for my own code posting, though I'd add revision tracking and remove open registration. :D I've posted a modification of the bezier_curve function. Hopefully someone finds it useful. http://locofilm.co.uk/lovesnips/Bezier_curveline Be...
by ElliottB
Fri Jul 10, 2009 8:39 pm
Forum: Libraries and Tools
Topic: Leif GUI library
Replies: 35
Views: 29224

Re: Leif GUI library

I've been using Lief as my base for doing Rapid Development of some applications and games. I love it, but I'm sad to see you've decided to give up on it. In my usage of it, I've found little things I didn't like. For example, inputs don't have full onMousePressed or onMouseReleased support for cust...