Domain: digitalfanatics.org
Stories and comments across the archive that link to digitalfanatics.org.
Comments · 4
-
More info, pics, youtube, about Nyami/Nyuzi
I googled this and found this from an OGML discussion going on about this GPU. There are some screenshots and even a youtube video.
Since 2010, Jeff Bush (github, blog) has been working on an Apache-licensed open source GPU (github, home page, wiki), and he has a few other interesting github projects as well (link, link, link). The Nyuzi Processor is a fully functional GPU. It is written in synthesizable Verilog, has a functional compiler toolchain, and comes with test suites, benchmarks, the software component of 3D rendering engine, and more. Its development has been gaining momentum in discussions (link, link, Google Group) and coding projects (gsoc). It has been implemented on an Altera FPGA, and there are some videos online of it animating a rotating teapot and a Phong-shaded torus, along with the results of recently-added mipmap support. Recently, Jeff Bush got together with the founder of the Open Graphics Project, and they co-wrote a peer-reviewed publication about this GPU and some experiments they did, which was recently presented at a well-respected academic CS conference (ISPASS). Although its developer and other hobbyists are doing this for fun, academics and engineers who specialize in GPU architecture are already showing interest in using Nyuzi for their own research (e.g. link, link), which gives them finally an open platform to estimate not just cycle count but also clock frequency, energy, and circuit area effects of GPU design experiments.
-
Use Qt
Qt 3: * http://www.digitalfanatics.org/projects/qt_tutorial/chapter14.html Qt 4: * http://wesley.vidiqatch.org/03-08-2009/nehe-opengl-lessons-in-qt-chapter-1-and-2/ * http://wesley.vidiqatch.org/04-08-2009/nehe-opengl-lessons-in-qt-chapter-3/ * http://wesley.vidiqatch.org/08-08-2009/nehe-opengl-lessons-in-qt-chapter-4/
-
Re:Similar to Delphi?
Then you wouldn't hate Qt either. See eg. http://www.digitalfanatics.org/projects/qt_tutori
a l/chapter06.html. Plus you get the fancy GUI Designer (which really works). On the negative side there's the GPL licensing (I consider the GPL too restrictive) and the size and compilation times of the Qt toolkit itself. -
CLI Fractals