Skip to content

Commit

Permalink
README: add ivo
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledapo committed Feb 1, 2023
1 parent d524d1b commit cf85f7f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ target
*.ppm
*.png
*.svg

!images/buzz/*
!images/ivo/*
!images/l/*
!images/r3d.png
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ functions and triangle meshes.
![trex](images/l/trex.png)
![skyscrapers](images/l/skyscrapers.png)
![fun](images/l/fun.png)

## Ivo, the isometric voxel renderer

`ivo` is an isometric voxel renderer that is quite limited, for instance it does
not support arbitrary cameras, but it is fun to play with anyhow.

![hollow-cube](images/ivo/hollow_cube.png)
![archi](images/ivo/archi.png)
![octa](images/ivo/octa.png)
Binary file added images/ivo/archi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ivo/hollow_cube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/ivo/octa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf85f7f

Please sign in to comment.