Use libRedRT to accelerate the development of the view backend - qtxie/red GitHub Wiki
- Compiles the libRedRT without
View
code.
rebpro -qs red.r -u environment/console/CLI/console.red
- Write the code you want to test. for example, if I were implementing the button's click event, I would use the following code.
Red [Needs: View]
view [button "ok" [print "hello"]]
Then save it as %button-click-test.red
and compiles it.
rebpro -qs red.r -c button-click-test.red