
https://github.com/marvk/chess
Kairuku 1.0.1 by Marvin Kuhnke
Kairuku 1.0.1 64 JA
Fast standalone Windows executable
https://drive.proton.me/urls/BMW5F0G42M#xq6uFasVneIX
Jim.
Moderator: Ras
THANK YOU a lot, Maestro Jim! My 81st free project written in Java!Jim Ablett wrote: ↑Tue Oct 08, 2024 8:28 pm
https://github.com/marvk/chess
Kairuku 1.0.1 by Marvin Kuhnke
Kairuku 1.0.1 64 JA
Fast standalone Windows executable
https://drive.proton.me/urls/BMW5F0G42M#xq6uFasVneIX
Jim.
Thanks. Your version runs fine without asking for the msys-2.0.dll file.Jim Ablett wrote: ↑Fri Sep 27, 2024 8:10 pm
https://github.com/kfeske/Priessnitz
Priessnitz 1.0 by Kevin Feske
Priessnitz 1.0 64 JA
Windows/Linux & Android profiled builds
https://drive.proton.me/urls/9VQ0N3A5E0#J7swqTTClkX6
Jim.
Is this built from the sources of the original sources 1.0.0 or something later or even current dev?Jim Ablett wrote: ↑Wed Oct 09, 2024 12:28 pm
https://github.com/official-monty/monty
Monty 1.0.0 by Jamie Whiting
Monty 1.0.0 64 JA
Windows/Linux & Android builds
https://drive.proton.me/urls/SM9DEAMF80#VqgxhuUnYIv4
Jim.
Hi Guenther,Guenther wrote: ↑Wed Oct 09, 2024 12:37 pmIs this built from the sources of the original sources 1.0.0 or something later or even current dev?Jim Ablett wrote: ↑Wed Oct 09, 2024 12:28 pm
https://github.com/official-monty/monty
Monty 1.0.0 by Jamie Whiting
Monty 1.0.0 64 JA
Windows/Linux & Android builds
https://drive.proton.me/urls/SM9DEAMF80#VqgxhuUnYIv4
Jim.
https://github.com/jw1912/monty/releases/tag/v1.0.0
Note also that the repo was changed since this release. You gave the new current link,
while at the release time it was https://github.com/jw1912/monty
This repo was abandoned 11 commits after the official 1.0.0 release, but is still available.
Code: Select all
./executable bench quit
Code: Select all
node lozza.js bench quit
bun lozza.js bench quit
Code: Select all
cli prompt> node lozza.js
bench
quit
Hi Colin,op12no2 wrote: ↑Thu Oct 10, 2024 9:56 am Hi Jim,
Thank you for making the Javascript engines more accessible with your executables. Unfortunately the ones built using nexe (at least) are reporting the wrong bench - it's much higher and slower. I realise Javascript engines are a pain and hesitate to ask, but if you could check the bench before uploading I would be grateful. A wrong bench essentially means it's broken. Thanks.
Lozza's bench is in the release notes:-
https://github.com/op12no2/lozza/releases/tag/3
To get a bench for your executables use this:-
You can double-check pre-build with:-Code: Select all
./executable bench quit
orCode: Select all
node lozza.js bench quit bun lozza.js bench quit
etc.Code: Select all
cli prompt> node lozza.js bench quit
Many thanks.
No problem and thanks - appreciate what you do.Jim Ablett wrote: ↑Thu Oct 10, 2024 11:39 am
Hi Colin,
Sorry for that.
I've removed the nexe builds from the download package.
I will absolutely check that in future before releasing.
Jim.