New J.A Compiles

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
Jim Ablett
Posts: 1710
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
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.
User avatar
Sylwy
Posts: 4621
Joined: Fri Apr 21, 2006 4:19 pm
Location: IASI - the historical capital of MOLDOVA
Full name: SilvianR

Re: New J.A Compiles

Post by Sylwy »

Jim Ablett wrote: Tue Oct 08, 2024 8:28 pm Image
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.
THANK YOU a lot, Maestro Jim! My 81st free project written in Java!
User avatar
Graham Banks
Posts: 42577
Joined: Sun Feb 26, 2006 10:52 am
Location: Auckland, NZ

Re: New J.A Compiles

Post by Graham Banks »

Jim Ablett wrote: Fri Sep 27, 2024 8:10 pm Image
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.
Thanks. Your version runs fine without asking for the msys-2.0.dll file.
gbanksnz at gmail.com
User avatar
Jim Ablett
Posts: 1710
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
https://github.com/tomitank/tomitankChess
TomitankChess 5.1 by Tamas Kuzmics

TomitankChess 5.1 64 JA

Windows/Linux & Mac standalone executables (avx2 & generic)

https://drive.proton.me/urls/T1D2Q5G0YM#NpJ7VknQp7Jz

Jim.
User avatar
Jim Ablett
Posts: 1710
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Image
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.
User avatar
Guenther
Posts: 4709
Joined: Wed Oct 01, 2008 6:33 am
Location: Regensburg, Germany
Full name: Guenther Simon

Re: New J.A Compiles

Post by Guenther »

Jim Ablett wrote: Wed Oct 09, 2024 12:28 pm Image
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.
Is this built from the sources of the original sources 1.0.0 or something later or even current dev?
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.
https://rwbc-chess.de

[The philosophy of perception...]
User avatar
Jim Ablett
Posts: 1710
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

Guenther wrote: Wed Oct 09, 2024 12:37 pm
Jim Ablett wrote: Wed Oct 09, 2024 12:28 pm Image
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.
Is this built from the sources of the original sources 1.0.0 or something later or even current dev?
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.
Hi Guenther,

build from latest src - 4d0a7a5

Forgot to add Dev.4d0a7a5 to it

I've renamed it now.

Jim.
op12no2
Posts: 518
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: New J.A Compiles

Post by op12no2 »

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:-

Code: Select all

./executable bench quit
You can double-check pre-build with:-

Code: Select all

node lozza.js bench quit
bun lozza.js bench quit
or

Code: Select all

cli prompt> node lozza.js
bench
quit
etc.

Many thanks.
User avatar
Jim Ablett
Posts: 1710
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New J.A Compiles

Post by Jim Ablett »

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:-

Code: Select all

./executable bench quit
You can double-check pre-build with:-

Code: Select all

node lozza.js bench quit
bun lozza.js bench quit
or

Code: Select all

cli prompt> node lozza.js
bench
quit
etc.

Many thanks.
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.
op12no2
Posts: 518
Joined: Tue Feb 04, 2014 12:25 pm
Full name: Colin Jenkins

Re: New J.A Compiles

Post by op12no2 »

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.
No problem and thanks - appreciate what you do.

PS: I tried Deno yesterday - which claims a 'non bundled' Javascript to exe, but the exe seemed very slow.