CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 05 Aug 2025 02:04:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090708113834
location: https://web.archive.org/web/20090708113834/https://github.com/klickverbot/d4/tree/master
server-timing: captures_list;dur=0.812167, exclusion.robots;dur=0.023568, exclusion.robots.policy;dur=0.010744, esindex;dur=0.013201, cdx.remote;dur=129.191387, LoadShardBlock;dur=350.566411, PetaboxLoader3.datanode;dur=171.275396, PetaboxLoader3.resolve;dur=95.287496
x-app-server: wwwb-app218
x-ts: 302
x-tr: 525
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 05 Aug 2025 02:04:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 08 Jul 2009 11:38:34 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 139ms
x-archive-orig-etag: "3c38b83ba2195a2a179fa33e938ab7c2"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 23927
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 08 Jul 2009 11:38:34 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 30 Dec 2008 19:25:36 GMT", ; rel="prev memento"; datetime="Thu, 01 Jan 2009 05:30:51 GMT", ; rel="memento"; datetime="Wed, 08 Jul 2009 11:38:34 GMT", ; rel="next memento"; datetime="Thu, 09 Jul 2009 20:01:31 GMT", ; rel="last memento"; datetime="Thu, 09 Jul 2009 20:01:31 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_10_20090708073834_crawl102_IndexOnly.gpg-c/51_10_20090708113743_crawl101.arc.gz
server-timing: captures_list;dur=0.621747, exclusion.robots;dur=0.021251, exclusion.robots.policy;dur=0.010053, esindex;dur=0.011744, cdx.remote;dur=48.300259, LoadShardBlock;dur=238.682002, PetaboxLoader3.datanode;dur=88.923056, PetaboxLoader3.resolve;dur=149.017608, load_resource;dur=130.735070
x-app-server: wwwb-app218
x-ts: 200
x-tr: 497
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
klickverbot's d4 at master - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | A simple software rasterizer for demonstration purposes written in D. edit |
Homepage: | edit |
Public Clone URL: |
git://github.com/klickverbot/d4.git
Give this clone URL to anyone.
git clone git://github.com/klickverbot/d4.git
|
Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:klickverbot/d4.git
|
d4 /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Sat Dec 27 14:14:46 -0800 2008 | Modified .gitignore to ignore Eclipse project f... [klickverbot] |
![]() |
README | Loading commit data... ![]() |
|
![]() |
bin/ | Sat Dec 20 17:12:11 -0800 2008 | Initial application skeleton. The only backend ... [klickverbot] |
![]() |
build/ | Sun Jun 21 14:28:26 -0700 2009 | Stripped the »d4.« prefix from the executable n... [klickverbot] |
![]() |
docs/ | Sat Dec 20 17:12:11 -0800 2008 | Initial application skeleton. The only backend ... [klickverbot] |
![]() |
src/ | Sun Jun 21 16:00:25 -0700 2009 | Added option to configure light colors (not yet... [klickverbot] |
A simple software rasterizer for demonstration purposes written in D. -- Thanks to the Assimp asset import library team (https://assimp.sourceforge.net). Their excellent library enables this programm to read 26 different model file formats: * Collada (*.dae) * 3D Studio Max 3DS (*.3ds) * 3D Studio Max ASE (*.ase) * Wavefront Object (*.obj) * Stanford Polygon Library (*.ply) * AutoCAD DXF (*.dxf) * LightWave (*.lwo) * Stereolithography (*.stl) * AC3D (*.ac) * Valve Model (*.smd, *.vta) * Quake I (*.mdl) * Quake II (*.md2) * Quake III (*.md3) * Return to Castle Wolfenstein (*.mdc) * Doom 3 (*.md5) * Biovision BVH (*.bvh) * DirectX X (*.x) * Quick3D (*.q3d) * Irrlicht Mesh (*.irrmesh) * Neutral File Format (*.nff) * Sense8 WorldToolKit (*.nff) * Object File Format (*.off) * PovRAY Raw (*.raw) * Terragen Terrain (*.ter) * 3D GameStudio (*.mdl) * 3D GameStudio Terrain (*.hmp) The Assimp library is Copyright (c) 2008 ASSIMP Development Team. See bin/libraries/Assimp.licence.txt for licence information. Another jewel of a library is DevIL (https://openil.sourceforge.net), which is used to import the textures. Thanks to it, this program can read 30 different texture formats: *.act, *.bmp, *.cut, *.dcx, *.dds, *.exr, *.hdr, *.ico, *.icns, *.gif, *.jpg, *.jp2, *.lbm, *.lif, *.mdl, *.pal, *.pcd, *.pcx, *.pic, *.png, *.pnm, *.psd, *.psp, *.raw, *.sgi, *.tga, *.tif, *.wal, *.vtf, Doom graphics DevIL and the multimedia library SDL (https://www.libsdl.org) are used under the terms of the LGPL license (bin/libraries/LGPL.licence.txt). -- All rights reserved. Contact <klickverbot@gmail.com> for further information.
This feature is coming soon. Sit tight!