Search found 31 matches

by EntranceJew
Thu Jan 12, 2017 5:47 pm
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

Re: sandsmas - A LÖVE Editor

I can't get this to work on Mac. I have LOVE 0.10.2, have downloaded and placed the imgui.so file both in the sandsmas folder and next to the application, but LOVE keeps returning a not found error at require "imgui". You may need to put it in the folder equivalent to %appdata% on a mac. ...
by EntranceJew
Wed Jan 04, 2017 3:43 pm
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

Re: sandsmas - A LÖVE Editor

Hello EntranceJew and All, I have downloaded the Sandsmas from the GitHub but I do not know ho to install it. Maybe I am ignorant but there is no "exe" or "msi" file. Thank you very much. Greetings, Gal Zsolt (~ CalmoSoft ~) Apologies for the late reply, but, in order to utilize...
by EntranceJew
Fri Oct 14, 2016 7:23 pm
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

Re: sandsmas - A LÖVE Editor

In order to pause you have to click on parts of the interface that require text input or scroll, it will transfer focus away from the game. Click on the game area to give focus back. I don't think you need to make the game place it there. But to move a file from inside the archive / root folder, rea...
by EntranceJew
Thu Sep 22, 2016 2:20 pm
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

Re: sandsmas - A LÖVE Editor

You should throw up your bitcoin address or something similar so people can throw donations at you. If anyone is feeling inclined, there is always giveyourmoneyto.me . imgui.dll is included in your github, rather than a submodule of imgui. The result is that someone building on linux (such as mysel...
by EntranceJew
Wed Sep 21, 2016 4:01 am
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

Re: sandsmas - A LÖVE Editor

Today's update: https://love2d.org/imgmirrur/tqeOtpG.gif Projection now emulates mouse focus and window focus better. This effectively lets us treat the imgui window like our regular game. The game code uses normal love callbacks, acting like normal. Documents are available at https://entrancejew.gi...
by EntranceJew
Fri Sep 16, 2016 4:07 pm
Forum: Libraries and Tools
Topic: ImGui LÖVE module
Replies: 169
Views: 238193

Re: ImGui LÖVE module

I've been using this library a fair bit lately so I have some requests, general comments, and notes -- apologies for the braindump: The full imgui_demo.cpp doesn't have a lua version just yet. I attempted a full conversion , but a lot of the examples don't translate to lua so cleanly. imgui.ShowTest...
by EntranceJew
Fri Sep 16, 2016 2:33 pm
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

Re: sandsmas - A LÖVE Editor

Impressive usage of imgui, good luck with this project! :) If you don't mind I'll add it to the example galery on the imgui post. Go for it, more eyes helps me. :awesome: Today's update: https://love2d.org/imgmirrur/KUeI8eO.png The default inspector iterates over objects and runs many type check ca...
by EntranceJew
Mon Sep 12, 2016 6:05 pm
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

Re: sandsmas - A LÖVE Editor

In today's update: A really basic type guesser via a sequence of checker functions. Editing a value in the inspector now edits the value in the execution live. Registering your own type UI via a lookup for typename against a function table. A hierarchy view, which represents objects that have explic...
by EntranceJew
Sun Sep 11, 2016 11:55 pm
Forum: Libraries and Tools
Topic: sandsmas - A LÖVE Editor
Replies: 20
Views: 40416

sandsmas - A LÖVE Editor

sandsmas A strange name for a strange tool. It's meant to be a visual editor for LÖVE, written to run inside LÖVE, that runs regular LÖVE games. https://love2d.org/imgmirrur/SCWmBTm.png click for gif Features Written for LÖVE, so it runs from your favorite editor. Runs regular LÖVE games inside the...
by EntranceJew
Wed Sep 07, 2016 7:18 pm
Forum: Libraries and Tools
Topic: RTFM: a Really Tiny Flexible Manual... generator
Replies: 9
Views: 5959

Re: RTFM: a Really Tiny Flexible Manual... generator

Have you considered consulting luastache? Imo doc templates could look as dumb as WordPress templates as long as they can loop and have hierarchy for nested data I'm fine. It's hard for me to sound enthused about another template Lang, when most PHP templates (smarty, blade) all feel similar enough....