<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13938846\x26blogName\x3dThe+Merc248\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://merc248.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://merc248.blogspot.com/\x26vt\x3d-3722131242439579402', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

The Merc248

Tons of stuff here about absolutely nothing. Read on for more information.

OpenGL Programming, And Other Stuff

I started looking at NeHe Productions for introductory OpenGL programming tutorials. Seems to be pretty good so far, although I admittedly haven't advanced too far (still on the first tutorial), mostly because of school work. :x It still seems pretty cryptic to me so far, so I'm just going with the flow at the moment. What's crap is that since I don't know much about creating GUI windows in any sort of environment, I have to follow with the tutorial's default bias toward Windows programming. Thus, I ended up somehow obtaining VMWare Workstation 5 and installing Windows XP and Visual Studio .Net on a virtual machine. Hopefully I can render OpenGL stuff on VMWare, though.

VMWare is pretty slick, by the way. I've been trying out various Linux distributions through VMWare rather than going through the trouble of reformatting my current computer and installing a distribution like that. Seems like a great way to test code in a contained environment as well. Way better than Virtual PC.

Alright, that's it for now. I've got to spend more time finishing up my math homework. :\
« Home | Next »
| Next »
| Next »
| Next »
| Next »
| Next »
| Next »

» Post a Comment