Search found 49 matches

by Nicholas Scott
Tue Nov 15, 2016 8:14 pm
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Re: Graph Editor For Love2D.

It's about how to represent certain language concepts in node form so that an arbitrary program can be represented in that form. I'm not really sure what to tell you man, I've taken up this project and I'm working on it, but unless someone show's interest, it'll probably be for my own personal use....
by Nicholas Scott
Wed Nov 02, 2016 12:26 am
Forum: Libraries and Tools
Topic: Uare: A simple and customisable UI library
Replies: 14
Views: 9168

Re: Uare: A simple and customisable UI library

Feel free to open an issue or a pull request on Github, that would greatly help! ;~;;;;; so much work, I'll open an issue I guess :P But if I'm gonna do that, I'm gonna open a few more issues while I'm at it, such as adding another callback such as --Inside uare:updateSelf(dt, x, y, e) --After all ...
by Nicholas Scott
Tue Nov 01, 2016 7:54 pm
Forum: Libraries and Tools
Topic: Uare: A simple and customisable UI library
Replies: 14
Views: 9168

Re: Uare: A simple and customisable UI library

Check out the examples in the repo :) Heyya, quick question, where is all the locations your library gets the mouse position, I would like to replace it with an internal function call to get the mouse position so that I could easily swap it between love.mouse.getPosition() and something like camera...
by Nicholas Scott
Mon Oct 31, 2016 6:38 am
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Re: Graph Editor For Love2D.

Do you think you can make a mockup of how that program could be translated into nodes? Idk about making a mockup of that exactly, I'll look into working that code out in a bit, currently trying to revamp "Thrandruil" GUI system to work with my nodes the way I want :P But it's rather simpl...
by Nicholas Scott
Sun Oct 30, 2016 7:12 am
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Re: Graph Editor For Love2D.

I'm looking forward to seeing your mockup in LÖVE. @pgimeno Here's my mockup, it's reasonably there and I'm going to work on the code generation next and all that nonsense. There's still a few bugs, but it's pretty efficient :D https://streamable.com/sn3v As you can see, the node titled "Event...
by Nicholas Scott
Sat Oct 29, 2016 8:37 pm
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Re: Graph Editor For Love2D.

Ok, well here's a quick example of what the nodes will look like, this took me like 1 hour to finish all the dynamic placements cuz.. well my math kind of sucks, and I had to have a pen and notepad x3 https://i.imgur.com/wX6punq.jpg Here's the video https://streamable.com/ohy5 I'm gonna go ahead and...
by Nicholas Scott
Sat Oct 29, 2016 3:54 am
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Re: Graph Editor For Love2D.

Well, I don't immediately see how to parse an arbitrary program into a format other than an AST. Well this isn't that big of a thing, as AST is a pretty decent form of doing what you're thinking of, but what I'm thinking of is a more user friendly design and I can do a little demonstration of what ...
by Nicholas Scott
Sat Oct 29, 2016 12:40 am
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Re: Graph Editor For Love2D.

Well, there's a straightforward way: the program can simply be the representation of an AST visually... That's a good idea, however as you said, it isn't that much more intuitive, I basically want to build it from the ground up in a graphing sort of way, like when I started in UE4, I opened the gra...
by Nicholas Scott
Fri Oct 28, 2016 11:16 pm
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Re: Graph Editor For Love2D.

Is it going to be a code generator? Yes it's going to be, in it's most basic form, a code generator that allows you to; Create new projects, edit old projects and, at some point in time, be able to import lua files and turn them into nodes in the best way possible(I'm still working that part out as...
by Nicholas Scott
Fri Oct 28, 2016 10:34 pm
Forum: General
Topic: Graph Editor For Love2D.
Replies: 27
Views: 14182

Graph Editor For Love2D.

This is more or less a discussion zone for anyone who's interested in this topic. Now let's say some stuff right off the bat, I'm working on this atm, more or less getting the idea goin, markin down ideas and letting my brain put it all together and run through the most optimized ways of implementin...