Pokitto Mac Loader App v1.0

I think @jonne means v1 (which is only a few KB in size).
That or the script version.

Also is it open source/have you considered making it open source?
If so maybe a github link to the source would be good as well.

Oh ok so I’ll redo the original Wich is actually a tiny opengl thing give me some time though

ok i updated the app now its back to a small size, its also now always the top window
its a little slow wen the device is plugged in but pressing the window will cause a refresh

1 Like

ok i released version 1.0

its a now a proper mac application that runs in the menu bar
out of the way and you could have it always on if you wanted

it refreshed wen you press the icon or hover the file over the drop zone so it may say no pokitto detected but

this new version is a complete rewrite using native api calls

this will probably be the final version for this it has come a long way from fiddling in the command line

@jonne could we have an apps tab on the website to put all the useful software (this and img2pok spring to mind) similar to the games section maybe
since i think this will end up getting lost in the forum after a while

6 Likes

V 1.0 doesn’t work for me. I am using Mac OS High Sierra, but when I start the app it doesn’t give me an icon at the top or open any window.

Could you try right clicking on the app and then open?
I only have my development laptop to test on so it might be a signing problem since I had to turn of sandboxing

Is version 0.3 working?

I got it working now :slight_smile: But what is really the sense of that application? It detects the pokitto when start programming mode but it doesn’t automatic refresh. Its not really much faster than just copying the .bin file on the volume

Ooops wrong reply sorry

Here comes the right reply

The program is needed because Mac OSX automatically dumps extra system files on all volumes. The copy program prevents this from happening

2 Likes

Ahh, you mean the hidden files right? Okay thanks ^^

3 Likes

Yes sorry the additional finder/spotlight index files softlock the pokitto hardware
I can as a check every couple seconds but requesting stuff constantly from the finder slows the the hole system down

It will refresh wen you drag a bin file over it or togel the icon button

Basically the expected workflow is plug in pokitto and hit the buttons
Download or compile your game and Lastly open the pokitto tab to drag the file over wen it’s become s red it’s ready
Then just hit the reset button on device and enjoy

1 Like

can you please provide version for mac os 10.10?

im sorry, this is written in the latest version of swift and its libraries aren’t compatible with .10

i strongly advice you to update the os

for the moment you can create a command file as shown here

sorry for the inconvenience

1 Like

started working on this again, looking at making an arduino/processing like IDE for pokitto

5 Likes

Are you using electron still? I’ve been thinking of building something very similar but I was hoping there was a different toolkit than electron to use.

yes i turned back to electron as its easiest to have something nice looking and cross compatible

only alternatives i found are also web based or using Qt which i am not very found off

1 Like

I was looking at using javafx myself. Since I mean, java. It’s what I’m used to using for most projects.

Never tried Qt before :thinking:

If you know C# there’s Mono.

I’ve never used QT but from what I’ve read about it it does a lot of things that are considered bad practice.
(E.g. using new everywhere, reinventing the standard library tools, preferring inheritance over templates.)
Also (like Arduino) it uses a custom preprocessor to add weird quirks instead of using pure C++.

Are you going to be forking an existing IDE and leveraging its features,
or are you going to attempt to write your own ‘trim trailing text’, ‘trim leading text’ etc?

I was hoping to use a platform like eclipse or netbeans but itll require some time and hunting down documentation… I can embed web tech inside javafx with a webview so I could still maybe utilize some of that.

im using monaco editor witch in essance is what visual studio code is build on
its already has a load of features and ways to autosugest something i would not be able to do otherwise
i wonder if i could populate its sugetion system with pokitto library stuff but havent found anything usefull yet

also i wanna include the sprite editor into this project idk if thats going to be helpfull had been thinking if you type in the sprite name if you hover over it you could see a sprite preview

1 Like

I would love if this was upgraded / recompiled to run on Catalina. Any chance?