Search found 54 matches

by SugarRayLua
Mon Oct 16, 2023 6:27 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

New release: MiniIDE-bm Release highlights: Color! Color-Picker to use in your code, change Editor color schemes, and change console text colors Useful snippets of code that insert into your script to save typing & show you what you can do with MiniIDE To save screen space, console no longer ech...
by SugarRayLua
Fri Oct 13, 2023 7:13 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

That's great, @aldum! I'll try and check out your project this weekend. Hopefully, we'll also be releasing another update this weekend with: color! (Color picker and ability to customize more of the display and editor colors) and some built-in code snippets. We might also then be close to opening up...
by SugarRayLua
Fri Sep 15, 2023 9:24 pm
Forum: Games and Creations
Topic: Silent Strike - WIP
Replies: 19
Views: 21040

Re: Silent Hunter 2D - WIP

@togfox, Neat that you are making a sub game for LOVE2D! It sounds like you are interested in researching a lot about subs. You might want to check out and speak to the Wolves of the Atlantic developer in Germany: https://www.wolves-of-the-atlantic.com/wota-screenshots.html I've been following his p...
by SugarRayLua
Tue Sep 12, 2023 1:23 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

Glad you are finding the project helpful, @pauljessup :-) And thank you, @zhengying, for those great suggestions. Having a document embedded for users to look up the API seems like it would be the easiest for us to implement in the near future and will look into that (might make it accessible via th...
by SugarRayLua
Mon Sep 11, 2023 12:41 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

New release, primarily with improvements for mobile tablet use:

Major changes:
* Windows are easier to resize, especially on a tablet.
* Scrollbars are easier to drag around, especially on a tablet.

-------------------
MiniIDE-bb.love
(296.79 KiB) Downloaded 119 times
by SugarRayLua
Mon Sep 04, 2023 5:59 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

Hello, LOVE2D Community. We've updated MiniIDE to make it easier to use on mobile devices (iOS and Android tablets) with on-screen keyboards. Desktop users and those with mobile devices and an external keyboard have more screen space. Release notes: 1. Type commands at top of window so that it isn't...
by SugarRayLua
Thu Aug 31, 2023 6:27 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

Thanks, @ddabrahim, for checking out the project and offering your suggestions! A separate canvas is a great idea. We thought about a separate "escape" key to exit out of your running code but initially decided to let folks programmatically decide what they want to use to escape (e.g. a ce...
by SugarRayLua
Wed Aug 30, 2023 1:56 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

The following release uses a menu-driven GUI for those who might prefer a more minimalistic look and would like more screen space. The release also contains a "Rotate device" feature for Android users. You can still use control-c and control-v to transfer text to and from the clipboard. --...
by SugarRayLua
Mon Aug 28, 2023 3:31 am
Forum: Libraries and Tools
Topic: MiniIDE: live code inside a LOVE app
Replies: 13
Views: 18759

Re: MiniIDE: live code inside a LOVE app

Update:
MiniIDE-af release below adds the ability of MiniIDE to recognize additional white spaces and nested () inside love.graphics commands

We'd especially appreciate feedback from Android users as to how we could better optimizing MiniIDE for Android use. Thanks!
------------
MiniIDE-af.love
(294.47 KiB) Downloaded 134 times