AltME: Ann-Reply

Messages

Gregg
Uniqueness is hard to find.
Oldes
It was not meant seriously.. world is full off chicken logos.

GiuseppeC
You are doing great work on REBOL3. Maybe I have already asked this but is there an ANDROID version with GUI?

Henrik
Oldes, again, thanks for your work. I am wondering what it takes to bring it as close to R2/View in completeness as possible, so end users can have the true R2 experience of one complete package in one executable, like the old days.

Oldes
No Android.. sorry.. I'm more interested in making a production tool instead. And I'm definitely interested in making some sort of View.. but I don't expect it should be fully compatible with R2. I was already experimenting with Blend2D, which is better and modern AGG,
https://github.com/Oldes/Rebol3-Blend2D/ and in the Windows version there is still some minimal View available... so I can for example display an image like: `view make image! 600x600`. But it's still a lot of work to get it done for all 3 main systems and I'm now very limited with available time.
Oldes
Btw... Henrik, I was following your discussion about compiled draw in Red's Gitter channel and I have same opinion as you.. I think it is a good way to have procompiled gui widgets with defined inputs and outputs. But maybe it's better to get it somehow working in the old way.
(I mean better to start with the old way and than with optimizations)
Henrik
Oldes, I think in general that it makes sense to design draw code, so that you are not drip feeding your super fast draw engine by mistake. That is what is happening in Red. It can't go any faster than the parser allows. Parse element -> draw call, parse element -> draw call, cannot be fast.
But, that is a longer topic.

GiuseppeC
REBOL on Atari 2600: LOL!

Kaj
No drip-feeding the draw engine there :-)
It "races the beam": it draws the television display scanline by scanline in real-time, 50 to 60 times per second, on an 8-bit CPU running slightly over 1 MHz, on a machine with 128 bytes of RAM

Bo
That's impressive!
Do you have any demo videos?
Kaj
Thanks! No videos yet, but it's not hard to install an emulator and run the ROM file
I use this one for the Atari 8-bit XEX files:

Marco
@Oldes What are the differences between base, bulk and core versions of your R3 ?

Arnold
I guess Rebol on the Atari is just too shocking for that community. No too many reactions on the news.
Kaj
Not for 2600, but for the classic 8-bit I'm getting a lot of good responses and assistance
The 2600 scene is split between assembly and one specialised BASIC implementation, so they're not used to programming languages

Last message posted 112 weeks ago.