Search found 403 matches

by HugoBDesigner
Sat Jun 25, 2016 10:00 pm
Forum: Support and Development
Topic: Image bigger than window canvas
Replies: 2
Views: 2220

Re: Image bigger than window canvas

To have a background fit the window size perfectly: local width, height = love.window.getMode() love.graphics.draw(background, 0, 0, 0, width/background:getWidth(), height/background:getHeight()) As for characters, etc., depends on each case. We'd probably need some screenshots or code to understand.
by HugoBDesigner
Sat Jun 25, 2016 6:21 am
Forum: Libraries and Tools
Topic: Pattern Generator v1.2b - Custom patterns!
Replies: 20
Views: 14376

Re: Pattern Generator v1.1 - Custom patterns!

New update! Pattern Generator is now version 1.1 with a bunch of cool new features. I updated the main post with the new links and updated documentation, as well as changelog. If you guys have any questions, ideas, bug reports, etc, you know the drill, just post here and I'll do my best to get it s...
by HugoBDesigner
Fri Jun 24, 2016 2:38 am
Forum: Libraries and Tools
Topic: Pattern Generator v1.2b - Custom patterns!
Replies: 20
Views: 14376

Re: Pattern Generator v1.0b - Custom patterns!

Well, I guess I can release a library that produces pre-made patterns. It'll basically just be me removing all the UI features from the program and making it so that it reads a save file and returns a Canvas. Shouldn't be too hard, I hope. Thanks for the suggestions, though. I appreciate it :awesome...
by HugoBDesigner
Mon Jun 20, 2016 10:52 pm
Forum: Libraries and Tools
Topic: Pattern Generator v1.2b - Custom patterns!
Replies: 20
Views: 14376

Re: Pattern Generator v1.0b - Custom patterns!

For the "saved patterns thing", it's somewhat possible with the way the program currently saves the last patterns, but sure, I can have an "export" feature of some sort. As for saving it like a code, I dunno how I'd get around doing that (at least not in a viable way). I'd probab...
by HugoBDesigner
Sun Jun 19, 2016 9:01 pm
Forum: Libraries and Tools
Topic: Pattern Generator v1.2b - Custom patterns!
Replies: 20
Views: 14376

Re: Pattern Generator v1.0b - Custom patterns!

Updated the Pattern Generator to LÖVE 0.10.x. Won't make much difference (except for the source version), but I do plan on updating the generator to include more features. I hope :P
by HugoBDesigner
Mon Jun 13, 2016 11:51 am
Forum: Libraries and Tools
Topic: [Library] Andralog - Analog control for Android
Replies: 14
Views: 13412

Re: [Library] Andralog - Analog control for Android

myAnalog.releaseSpeed - Defines the time (in seconds) it takes for the stick to reach the center once released (with spring on). Defaults to 0.2. I really liked that one because we can use it to simulate inertia on the object we're controlling :megagrin: I think I'm going to use one or two of this ...
by HugoBDesigner
Sun Jun 12, 2016 5:38 pm
Forum: General
Topic: [Forum suggestion] Collapsible tags?
Replies: 18
Views: 8151

Re: [Forum suggestion] Collapsible tags?

I think that, even though it still loads the image, it could be very useful for making posts more organized and cleaner, therefore easier to read and understand, without having a bunch of images, videos or large texts/codes in the way.
by HugoBDesigner
Sun Jun 12, 2016 5:32 pm
Forum: Libraries and Tools
Topic: [Library] Andralog - Analog control for Android
Replies: 14
Views: 13412

Re: [Library] Andralog - Analog control for Android

Hey, I updated the library once again, as well as the example file. I added four different new variables that control the analog's behavior. Everything is detailed and explained in the first post, which was updated with new info and new downloads. I'm uploading an updated video, will edit as soon as...
by HugoBDesigner
Sat Jun 11, 2016 10:20 pm
Forum: Libraries and Tools
Topic: [Library] Andralog - Analog control for Android
Replies: 14
Views: 13412

Re: [Library] Andralog - Analog control for Android

As far as I'm concerned, it should be possible. This library has touch id detection, so if you're holding something, then press the analog, it should still function. The same applies to pressing buttons while holding the analog (as long as your button library has touch id detection as well). As for ...
by HugoBDesigner
Fri Jun 10, 2016 2:21 pm
Forum: Libraries and Tools
Topic: [Library] Andralog - Analog control for Android
Replies: 14
Views: 13412

Re: [Library] Andralog - Analog control for Android

thanks for this. It didn't work with Löve 0.10, so I've tried to convert the deprecated function to the new ones (or the replacements). I'm not an expert in lua, so it might not be all correct, but it seems to work. Hey farvardin, thanks for trying it out! After your comment, I decided to update th...