Re: graphics mode 261 query
- Posted by petelomax Sep 14, 2015
- 2500 views
attempting very simple euphoria 2-D graphics programming ... felt confused & overwhelmed by the amount & the content of the files
i would be very interested to find out if something as basic as this is exists that will easily allow me to (for example) have a fullscreen 1024x768 graphics mode on to which i can plot a single pixel at any coordinate in one of 16 (or even 256) colors in WIN32
still - any suggestions about very basic graphics programming on windowsXP will be most welcome
Have a look at http://rosettacode.org/wiki/Animate_a_pendulum#Phix. You may need to grab a few files from https://bitbucket.org/petelomax/phix/src and/or http://phix.is-great.org/download.php to get it to work, though I have not tried it on OpenEuphoria. Let me know what you think.
Regards,
Pete