[Oberon] RISC emulator

Jack Johnson knapjack at gmail.com
Tue Mar 25 17:31:39 CET 2014


On Sun, Mar 23, 2014 at 12:04 PM, Peter De Wachter <pdewacht at gmail.com>wrote:

> Good idea. But simply forcing the window full screen will screw up the
> aspect ratio on widescreen displays, so I implemented it in a different
> way (sadly quite a bit more complicated).
>

This is certainly not my forte, and I just cheated:

  SDL_Window *window = SDL_CreateWindow("Project Oberon",
                                        SDL_WINDOWPOS_UNDEFINED,
                                        SDL_WINDOWPOS_UNDEFINED,
                                        SCREEN_WIDTH, SCREEN_HEIGHT,
                                        SDL_WINDOW_FULLSCREEN);

...so the window is still 1024x768, but full screen. I tried making the
screen width and height match my native resolution but the resulting binary
crashed, and it's not a deal breaker for me.

Right now, I'm much more intrigued by the networking implementation, and
what it might look like to bridge this with maybe an A2 server that could
bridge this style of networking with an IP stack. I could see having a
server that does HTML parsing and hands off the content to a workstation,
without having the resulting complexity client-side.

-Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.inf.ethz.ch/pipermail/oberon/attachments/20140325/f2c94707/attachment.html 


More information about the Oberon mailing list