You are viewing a single comment's thread from:

RE: What To Use For Windows Desktop Apps Development?

in #programming7 years ago

Try Red, it creates fully native Windows applications and could not be easier to use. It's still in development, but it's usable. Also outputs macOS binaries (again, fully native, no cross platform GUI toolkit or web view shenanigans, no runtime, small file size!) if you build it from source and Linux, Android and iOS is coming in the future.

Little text editor that loads, displays and writes a text file:

red_screenshot.png

view [
    button "Load" [
        a/text: read %myfile.txt
    ]
    button "Save" [
        write %myfile.txt a/text
    ]
    return
    a: area
]

No, really, that is the whole app. Download Red, double click it (no installation necessary) and a REPL starts. Just copy and paste the code into it, hit return and the app opens. Write some text, hit save. Close the app, paste the code again and hit return, app opens again, click load to load the text you just saved.

I'm going to write some Red tutorials here on Steemit soon, so feel free to follow me if you're interested in that.

Sort:  

Great. Thanks a lot for the pointer and this quick example. I will try it out.

In the meantime I've already downloaded Visual Studio Community Edition but didn't start using it.

I will try Red first!

Ps: followed :)

Cool :) Feel free to just reply to me here if you got questions. I'm by no means an expert, but if you have some beginner problems I might be able to help. For more advanced stuff, there are multiple Red Gitter chat rooms where you'll get help from experts, it's a very friendly bunch.

And as for beginner documentation, here is an overview of what Red is: http://redprogramming.com/Home.html

Here is a getting started guide (just ignore the parts about compiling from source, the already compiled binary version of Red is good enough right now, the guide is a bit outdated): http://redprogramming.com/Getting%20Started.html

And here are small examples that help you learn specific features (with lots of screenshots):

http://redprogramming.com/Short%20Red%20Code%20Examples.html

http://www.mycode4fun.co.uk/About-Red-Programming

Thanks! That will be more than enough to begin with.

Coin Marketplace

STEEM 0.17
TRX 0.16
JST 0.029
BTC 61833.67
ETH 2414.58
USDT 1.00
SBD 2.57