Page 1 of 2
Official Lua Glider IDE Support
Posted: Fri Jan 24, 2014 6:54 am
by mydevelopers
Hello Love Community,
We are pleased to announce official support for Love 2D. Here are some features to help speed up your development:
- One click debugging
- Smart class based autocompletion
- Integrated profiler (also with one click)
- Intelligent code navigation (jump to declaration, find usages, debugger+profiler integration)
- Asset management
- Breakpoints, watches, variables, callstacks, coroutine debugging, call graphs, performance charts, memory timelines, breadcrumbs, globals highlighting and more.
This quickstart guide will explain all this in less than 2 minutes
And also get a preview of the editor features that will save you lots of time
Please check out our website for a free 30 day trial
http://www.mydevelopersgames.com/Glider/
Please post any feedback and suggestions here. You can also email us.
Regards,
M.Y. Developers
Re: Official Lua Glider IDE Support
Posted: Fri Jan 24, 2014 9:46 am
by nuno
Sounds really good.. too bad I can't try it because it lacks a linux version. oh well..
Re: Official Lua Glider IDE Support
Posted: Fri Jan 24, 2014 6:00 pm
by mydevelopers
nuno wrote:Sounds really good.. too bad I can't try it because it lacks a linux version. oh well..
Linux support will be out today or tomorrow.
Regards,
M.Y. Developers
Re: Official Lua Glider IDE Support
Posted: Fri Jan 24, 2014 11:53 pm
by jjmafiae
Wrong forum section though, this belongs in general/projects and demos
Re: Official Lua Glider IDE Support
Posted: Wed Mar 19, 2014 12:27 pm
by nuno
mydevelopers wrote:nuno wrote:Sounds really good.. too bad I can't try it because it lacks a linux version. oh well..
Linux support will be out today or tomorrow.
Regards,
M.Y. Developers
is this still up? 2 months passed.. I'm stil waiting for Linux support. Honestely, I like what I see and I was willing to pay for it if its good. but i'm not switching platforms or using VMs or WINE
Re: Official Lua Glider IDE Support
Posted: Thu Mar 20, 2014 11:13 pm
by Diehl
It looks really cool, too bad that does not have a Linux version.
Re: Official Lua Glider IDE Support
Posted: Thu Jun 26, 2014 4:51 pm
by mydevelopers
Hey guys,
You can download a platform independent version here:
www.mydevelopersgames.com/staging/luaglider2.zip
just extract it and run the shell script in the /bin folder. You will need Oracle (not the iced-tea or other jre) Java 8 installed on your machine.
Please let us know how it works out for you.
Regards,
M.Y. Developers
Re: Official Lua Glider IDE Support
Posted: Thu Jun 26, 2014 11:57 pm
by josefnpat
Very fancy!
It's really nice to see some commercial products looking to support love developers!
Two things to note;
1) While the website is love2d.org, this framework is called LÖVE.
2) A SDK is a set of tools with a development environment, and a framework is solely the libraries. While Glide IDE may support LÖVE as a SDK, LÖVE is a framework.
http://stackoverflow.com/questions/4248 ... ks-vs-sdks
Good luck!
Re: Official Lua Glider IDE Support
Posted: Fri Jun 27, 2014 8:05 am
by Murii
Very nice,where can i pirate it?
Re: Official Lua Glider IDE Support
Posted: Mon Oct 13, 2014 10:12 pm
by PaddyDignam
So far I like Glider a lot, but here are the questions I have that I haven't been able to solve using other remote debuggers with Lua and Love2D.
1. How can I include external libraries? I have some dll's that need to be called.
2. How/Where can I set shell/environment parameters (e.g. paths that the dll's need)?
If those two things can be be done easily, then Glider is my new go-to Lua IDE
Thanks,
Bob