https://github.com/ikskuh/voxelizedrenderer
Simple uniform grid voxel renderer with OpenCL, written in C#.
https://github.com/ikskuh/voxelizedrenderer
Last synced: 3 months ago
JSON representation
Simple uniform grid voxel renderer with OpenCL, written in C#.
- Host: GitHub
- URL: https://github.com/ikskuh/voxelizedrenderer
- Owner: ikskuh
- Created: 2013-03-26T02:48:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-11T16:02:10.000Z (about 11 years ago)
- Last Synced: 2025-01-17T12:16:19.423Z (5 months ago)
- Language: C#
- Size: 188 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
VoxelizedRenderer
=================Simple uniform grid voxel renderer with OpenCL, written in C#.
Current features are just a slow rendering process of 1000 voxels depth and a moveable
camera.22.03.2014: Ported project to the new OpenCL wrapper project (usage of new vector classes).
Controls:
WASD: move
Arrow Keys: look aroundPlease report any bugs or error messages, so i can fix them.