This is the Windows app named mini3d whose latest release can be downloaded as mini3d-src-binary.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named mini3d with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start any OS OnWorks online emulator from this website, but better Windows online emulator.
- 5. From the OnWorks Windows OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application and install it.
- 7. Download Wine from your Linux distributions software repositories. Once installed, you can then double-click the app to run them with Wine. You can also try PlayOnLinux, a fancy interface over Wine that will help you install popular Windows programs and games.
Wine is a way to run Windows software on Linux, but with no Windows required. Wine is an open-source Windows compatibility layer that can run Windows programs directly on any Linux desktop. Essentially, Wine is trying to re-implement enough of Windows from scratch so that it can run all those Windows applications without actually needing Windows.
SCREENSHOTS
Ad
mini3d
DESCRIPTION
The 3D software rendering tutorial, without any performance optimization, mainly shows people how to write a software renderer with a fixed pipeline. Although the main body code is only 700 lines, the sparrow is small and complete. The source code has only one mini3d.c, and a single file implements everything and is easy to read. No third-party library dependencies, no complicated project directories. Standard D3D coordinate model, left-handed system plus WORLD / VIEW / PROJECTION three matrices. Implementing Cropping: Simple CVV Cropping. Up to 1024 x 1024 textures. Use the depth buffer to judge the image before and after. Perspective Texture Mapping and Perspective Color Fill. Accurate polygon edge coverage calculation. The rendering engine has only 700 lines, the modules are clear, and the backbone is prominent. Detailed comments, detailed comments on the main code.
Features
- Single file
- Independent compilation
- Model standard
- Texture support, up to 1024 x 1024 textures
- Perspective Mapping
- Edge Computing
Programming Language
C
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/mini3d.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.