Page 1 of 2

Döve - A Löve IDE

Posted: Thu Mar 05, 2009 2:36 am
by CR4SH3D
(¯`·._) DÖVE - A LÖVE IDE ]·._.·´¯)

Description:
A simple LÖVE IDE im working on to help develop a game with.
This is just an early demo to show you the general idea and get feedback on what youd like put into it
Please let me know any ideas and thoughts you have

Screenshot:
Image

Readme:

Code: Select all

(¯`·._) DÖVE - A LÖVE IDE ]·._.·´¯)

Description:
Code for LÖVE with commands appearing as you type, like in VB

Features (when finished):
* Predictave command/syntax menu
* Create syntax menu entries for your own modules
* Save/Open files
* Multiple files in tabs

v0.1 - Initial Demo:
* Interface done
* Support for .txt file commands
* Buggy syntax list
Download:

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 2:56 am
by hellfiresage
this looks good so far... keep up the good work. what/how did you use to compile it?

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 2:56 am
by JoeOsborn
This is a grand project - I wish you the best of luck, since debugging Love apps is a massive pain in the neck, even with error() and Console.

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 6:50 am
by appleide
windows only?> :death:

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 7:06 am
by bartbes
Looks nice, few things though
  • Make tab available (so don't let it go to another field, just insert a tab)
  • Don't auto-select the entry in the suggestion box, but let the user just finish his typing if he wants.

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 8:16 am
by mikembley
May i ask what you were using reshack for? Seen in your screenshot above

Reason i ask is, I spot a folder open named "Modded" and i spot "Reshack" then i put the two together and come to the conclusion that you may have ripped/borrowed from elsewhere. Its just etiquette to mention or credit others if you use their work, But if you havent committed any of the above crimes then im sorry for pointing this out :death:

I think there is entirely no need for that huge banner, make it look like an app, rather than something that looks skinned.

Kudos for trying though :)

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 12:14 pm
by CR4SH3D
hellfiresage wrote:this looks good so far... keep up the good work. what/how did you use to compile it?
thanks, its done with vb6
appleide wrote:windows only?> :death:
im working on getting realbasic to convert it for mac :)
bartbes wrote:Looks nice, few things though
  • Make tab available (so don't let it go to another field, just insert a tab)
  • Don't auto-select the entry in the suggestion box, but let the user just finish his typing if he wants.
tabs will be implemented and ill look into the menu too
mikembley wrote:May i ask what you were using reshack for? Seen in your screenshot above

Reason i ask is, I spot a folder open named "Modded" and i spot "Reshack" then i put the two together and come to the conclusion that you may have ripped/borrowed from elsewhere. Its just etiquette to mention or credit others if you use their work, But if you havent committed any of the above crimes then im sorry for pointing this out :death:

I think there is entirely no need for that huge banner, make it look like an app, rather than something that looks skinned.

Kudos for trying though :)
thanks!
reshack was used to change the icon to a nicer one which vb6 cant do
the modded folder is the changed examples.love used for my ragdoll demo

Update:
* File association with .lua files opens correctly
* 3 levels of syntx entries done

The next demo should be usuable for all standard syntax and have file tabs

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 3:32 pm
by bartbes
CR4SH3D wrote: im working on getting realbasic to convert it for mac :)
What? No linux?
BTW if you're looking into cross-compiling vb I suggest Mono (someone is going to complain about that), don't know what good it is though.

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 6:35 pm
by Skofo
Awe, no Linux version. Doesn't even run under WINE. :death:

Looks good, anyway. Good job!

Re: Döve - A Löve IDE - v0.1 Demo

Posted: Thu Mar 05, 2009 6:47 pm
by bartbes
I ran it under WINE (try installing the visual basic 6 runtime)