Conversation
|
Hello @HelleBenjamin, Thank you for the contribution! Our 720k, 1200k and 1440k floppies are quite full and we're in the midst of juggling various applications; I will run a full build of all platforms to check if everything still fits. If not, we will have to include this only on the larger 2880k floppy and hard drive images. Thank you! |
|
Thanks. It should fit, since the compiled executable is only about 3kB. If the space becomes tight, then it's fine to include it only on the larger images. |
|
@ghaerr Is there a graphical calculator for Nano X that can ported to ELKS? |
|
No @toncho11, I don't know of any. It is possible that an X11 calculator could be used as the basis for one should someone find one, provided it does most of the drawing natively. On the other hand, it shouldn't that big a deal to write one from scratch. |
|
Here is one auto-generated: |
|
@toncho11: not bad. It doesn't compile, but does after a few minor fixes. What prompt did you use to generate it? |
|
I played around with it a bit and got it to compile under macOS, but unfortunately there is no |
|
Well, @toncho11, your AI dreams may be realized: after fiddling with the program for 10 minutes and temporarily removing
Shall I post it to the Microwindows repo in hopes someone works on it? Perhaps you should work on it! :) |
|
Yes, post it please and I will try to work on it when I have time :) Thank you for compiling it and fixing it! |
|
We can add it to nxstart! |
|
I asked for calculator for Micro Windows Nano-X. Chatgpt uses the whole github for training so it does already know the API of Nano-X. Then I gave it an example xclock to be sure it is on the right track. After that ... I asked it to find its own bugs and it did! It corrected a few things related to not calling the API correctly for example and other things. Yes, you can generate good stuff, you need to get used to it a bit - in general it works incredibly well! Also each time I generate I am reducing my own free usage of Chatgpt ... which I might need for other purposes. If it does expire you need to wait to get back on the better model (if you use the free account). |
|
The screenshot is nxcalc running on ELKS. I'll add it to Microwindows and nxstart. |

This adds a simple integer-only(for now) calculator called "ecalc".
Features:
I will add support for floating point and logical operations in the future.