Search found 89 matches

by kclanc
Fri Mar 09, 2012 6:44 pm
Forum: Libraries and Tools
Topic: My Class System
Replies: 4
Views: 2378

Re: My Class System

Okay, great criticism. The attached zip has been updated with items 0,2, and 3 applied. As for item 1, meh...

By the way, I am a fan of your megazeux games. I just played insanifest last night.
by kclanc
Mon Mar 05, 2012 9:00 pm
Forum: Libraries and Tools
Topic: My Class System
Replies: 4
Views: 2378

My Class System

Here is a class system that I threw together last night using Love Studio. It supports a style of programming called Design-by-Contract. It shouldn't be hard to find an explanation of design-by-contract on the internet, but the best way to learn it is to read the ridiculously excellent book "Ob...
by kclanc
Sat Feb 04, 2012 11:20 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21968

Re: love studio

https://bitbucket.org/kevinclancy/love-studio I haved pushed the code to a bitbucket repo. However, there are a few things to note: 1.) I do not plan on making a linux build since the version of linux on my laptop is pretty old. 2.) I'm not sure if a linux build will be possible; I've heard that mon...
by kclanc
Wed Feb 01, 2012 6:50 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21968

Re: love studio

coffee: ack... sorry. It tries to run *CurrentWorkingDirectory*\\love\\love.exe. My guess is that your current working directory is different than the love studio directory. I will try to replace this with a more robust solution.
by kclanc
Tue Jan 31, 2012 6:30 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21968

Re: love studio

josefnpat: will do. While the code is pretty clean IMO, certain things still need some work before publishing. eta: < 2 weeks
by kclanc
Tue Jan 31, 2012 1:33 am
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21968

Re: love studio

I just submitted a new version which fixes all of the bugs that have been posted. I also included the installer for the F# runtime. Sorry if you have found this overly buggy. I am just trying to get an idea if there is any demand for a love IDE before I take the time create an installer, etc. So if ...
by kclanc
Sun Jan 29, 2012 10:46 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21968

Re: love studio

I believe this message means that you do not have the F# 2.0 runtime. Oh well. Thanks for putting up with so many errors.
by kclanc
Sun Jan 29, 2012 8:22 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21968

Re: love studio

MarekkPie: Assuming SS stands for screen shot, absolutely. coffee: Thanks for the feedback. Opening a project doesn't give any sort of visual feedback (which is bad, I know). Sorry about the bug; looking at the error message, it's hard to figure out what went wrong. Did you open the lua file using c...
by kclanc
Sun Jan 29, 2012 7:14 pm
Forum: Libraries and Tools
Topic: love studio
Replies: 37
Views: 21968

love studio

I have written a windows-based IDE for love called lovestudio. It's a bit rough and untested, and I'm not sure if I'm going to have the time to keep working on it at this point, but I think I've taken it far enough that it may be useful to some people. Requirements: A PC running Windows (Vista or 7 ...