VOGONS

Common searches


Search results

Display options

Re: How to make a Pacman game on MS-DOS??

in DOS
A start might be to get QBasic and look at the example program called nibbles.bas which is usually bundled with it iirc. It has similar functionality to what a PacMan clone might require. You will need to learn some BASIC https://en.wikipedia.org/wiki/BASIC , which most programmers have no doubt …

Re: Adding Visual Studio .sln file to Source control?

The solution file should most definitely be in source control. Especially if your end product is in anyway a windows compatible binary built with VC or derivative :) The solution file doesn't contain the projects, it holds references to them. A solution can contain multiple projects from multiple …

Re: The 604 overkill build!

Server versions of 2k allow for 32 processor (core) systems if memory serves. For all intents and purposes, the shell of 2000 is the same between all versions. Most anti virus software will NOT run on servers versions, but this was intentional as those companies wanted to price gouge you. It's easy …

Re: Fly to the Moon!

Thats pretty cool. Comments on github are hilarious too. Its all pretty pointless, and nothing more than an academic exercise. NASA seem to have a habit of open sourcing software. ( http://www.nasa.gov/press/goddard/2015/march/nasa-goddard-releases-open-source-core-flight-software-system-application …

Re: Photo software speed troubleshooting

It sounds like it is threaded to be honest (which isn't surprising). The reason I asked this was because batch processing a set number of images and examining the time taken *could* give a indication as to what is happening. Per pixel processing (such as increasing/decreasing exposure or applying a …

Re: Photo software speed troubleshooting

That leads me to believe that te preview function isn't multithreaded and more cores won't help that part at all.. That's not great, this is exactly the kind of process which could leverage threading for great success. If they haven't threaded this, I wonder if any of it is threaded for …

Re: Comeback for AMD?

Well, I'm not the dev so... https://render.otoy.com/forum/viewtopic.php?f=9&t=54601&sid=c64f5395a6d898f195712fdeb1f98cd6&start=20#p280269 What the dev is saying there is that they tried to implement a CUDA 8 driver, which hasn't gone too well. They seem to think the problem is with with the cards' …

Re: Photo software speed troubleshooting

Hmmm. Agree with Aideka, its probably win10 then :(. Can you process your RAW's (i.e process one raw some filters or exposure etc and then do the same with the same raw on the other system. Compare how long it takes to do this. It should be similar-ish). If its just the 'import' functionality (i.e …

Re: Photo software speed troubleshooting

Nothing of importance or speciality is being unleased from your card by this software. It will all be down to the parallelism of your machine. ... Cores & Effect. P.S The min requirements on the website say 1024 x 768 XGA so a bit of a give away o.0. You'll probably get the same performance with a …

Re: Perception of speed

Yup, I had a few 'Images of the day' posts there :) http://www.flipcode.com/archives/08-29-2002.shtml http://www.flipcode.com/archives/09-11-2003.shtml http://www.flipcode.com/archives/01-16-2004.shtml http://www.flipcode.com/archives/09-19-2004_fire3d.shtml Thought as much :). This was also the …

Page 32 of 33