Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bionictoothpick

Pages: 1 ... 16 17 [18] 19 20 ... 22
256
Themes / Re: PanAndScan module v1.1 release
« on: March 14, 2016, 11:47:15 AM »
This does allow customization, but it's not working as hoped...more of a proof of concept...or proof of failure.

I am enjoying your plugin...the zoom feature reminds me of a Prezi...

layout.nut:
customx <- 1; <2 this is what the width is divided by for the zoom until it's reached.
customy <- 2; <2 this is what the height is divided by for the zoom until it's reached.

preserve-art-nut
::Anchor <-
{
   Custom = "Custom",
___________________________
case ::Anchor.Custom:
art.x -= (art.width - _prev_art_width) / ::customx
art.y -= (art.height - _prev_art_height) / ::customy
break;

pan-and-scan.nut
case ::Anchor.Custom:
art.x -= (art.width - _prev_art_width) / ::customx
art.y -= (art.height - _prev_art_height) / ::customy
break;

257
Themes / Re: PanAndScan module v1.1 release
« on: March 14, 2016, 04:14:38 AM »
What I mean is say your image is 1000,1000 but you want the end of the zoom to show the center as 300,325.

258
Themes / Re: PanAndScan module v1.1 release
« on: March 14, 2016, 03:10:59 AM »
Chrisvg, thanks. Removing the true did indeed work.

Would it be time consuming to have the zoom choose an x,y to be the center of the final zoom?

259
Themes / Re: PanAndScan module v1.0 release
« on: March 13, 2016, 04:43:09 PM »
This is exciting. Don't know how I'll use it yet, but I have an idea.

Is there another module I should be loading? I'm only getting a static image and this error:
Script Error in /home/toothpick/.attract/layouts/Panning/layout.nut - wrong number of parameters

_______Code Below

fe.load_module("pan-and-scan");
fe.layout.width=1024;
fe.layout.height=768;

local my_art = PanAndScanArt("fanart", 0, 0, 480, 480);
my_art.set_fit_or_fill("fill");
my_art.set_anchor(::Anchor.Center);
my_art.set_zoom(true, 2.5, 0.0002);
my_art.set_animate(::AnimateType.Bounce, 0.1, 0.1);

260
General / Re: Shared Highscores with friends
« on: March 13, 2016, 02:29:57 PM »
I like the idea of this. If we went by scout's honor we could just share an image for each game that people were interested in, and have that image available to include in a layout based on the rom title.

Automated would be nice...I've been hoping to see a release of ignition. http://ignition.io/

261
Themes / Re: [wip]vertical duallist layout for AM
« on: March 13, 2016, 01:57:32 PM »
This is great!

262
Themes / Re: [download] NEVATO theme
« on: March 12, 2016, 04:31:30 PM »
No, the low res version still wouldn't load on the windows 10 laptop...However after installing lubuntu it works fine.

263
Themes / Re: [sneak peak] NEW THEME preview - help me choose a name
« on: March 12, 2016, 03:24:32 PM »
I thought you'd go with OTAVEN since it was the opposite of NEVATO.

264
Themes / Re: [download] NEVATO theme
« on: March 12, 2016, 03:18:34 PM »
NEVATO looks great on the Raspberry Pi2. I haven't tried it with any videos though.

265
General / Re: Windows 10 vs Linux on Older Laptop HP G56
« on: March 12, 2016, 03:02:57 PM »
OT: @Philby885

Did you ever play Gridiron on the Amiga?

One of my favorite games from back then.

266
General / Re: updated sprites for attracman layout
« on: March 12, 2016, 12:31:14 PM »
Look at your romlist.txt file that was generated...it might not have the names...

267
Scripting / Re: HTTP
« on: March 12, 2016, 04:35:14 AM »
Thanks...so I could do a wget...

268
Scripting / Re: Add entry in menu to reboot for example
« on: March 12, 2016, 04:32:11 AM »
You could make a layout of system commands. You would have to create a fake romlist with the command for each item you want to do...

Then write a batch file for each "rom" you want to run.

269
General / Re: OSMC (Raspberry Pi2)
« on: March 11, 2016, 06:35:11 PM »
Getting closer:

When trying to compile:
main.cpp:(.text.startup+0x92a): undefined reference to `sf::Image::~Image()'

270
General / Re: Windows 10 vs Linux on Older Laptop HP G56
« on: March 11, 2016, 05:51:49 PM »
@hermine.potter It has a Windows 7 Home license sticker on there...

Pages: 1 ... 16 17 [18] 19 20 ... 22