New J.A Compiles
Moderators: hgm, chrisw, Rebel
-
- Posts: 1811
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
-
- Posts: 4681
- Joined: Fri Apr 21, 2006 4:19 pm
- Location: IAȘI - the historical capital of MOLDOVA
- Full name: Silvian Rucsandescu
Re: New J.A Compiles
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.
-
- Posts: 42938
- Joined: Sun Feb 26, 2006 10:52 am
- Location: Auckland, NZ
Re: New J.A Compiles
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.
gbanksnz at gmail.com
-
- Posts: 1811
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
-
- Posts: 1811
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
-
- Posts: 4718
- Joined: Wed Oct 01, 2008 6:33 am
- Location: Regensburg, Germany
- Full name: Guenther Simon
Re: New J.A Compiles
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.
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.
-
- Posts: 1811
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
build from latest src - 4d0a7a5
Forgot to add Dev.4d0a7a5 to it
I've renamed it now.
Jim.
-
- Posts: 527
- Joined: Tue Feb 04, 2014 12:25 pm
- Location: Gower, Wales
- Full name: Colin Jenkins
Re: New J.A Compiles
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:-
or
etc.
Many thanks.
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
Code: Select all
node lozza.js bench quit
bun lozza.js bench quit
Code: Select all
cli prompt> node lozza.js
bench
quit
Many thanks.
-
- Posts: 1811
- Joined: Fri Jul 14, 2006 7:56 am
- Location: London, England
- Full name: Jim Ablett
Re: New J.A Compiles
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.
Sorry for that.
I've removed the nexe builds from the download package.
I will absolutely check that in future before releasing.
Jim.
-
- Posts: 527
- Joined: Tue Feb 04, 2014 12:25 pm
- Location: Gower, Wales
- Full name: Colin Jenkins
Re: New J.A Compiles
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.
PS: I tried Deno yesterday - which claims a 'non bundled' Javascript to exe, but the exe seemed very slow.