Skip to content

Releases: Forceflow/cuda_voxelizer

v0.6 Release

17 Sep 18:57
ff93fe6
Compare
Choose a tag to compare

Changes:

  • Removed GLM dependency and replaced it with native CUDA types: CUDA has good built-in types now to do what we need to do, and GLM's CUDA support was and is still experimental.
  • Removed Thrust codepath: Performance was inferior, added complexity and maintenance not worth it.
  • Moved Github Actions to latest CUDA version
  • VoxFileWriter bump to latest version
  • CUDA bump to 12.2

This zip file contains:

  • 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer + required CUDA *.dlls

How to use:
Extract and run cuda_voxelizer.exe with valid program parameters

v0.5.2 Release

10 Nov 01:07
e137d8b
Compare
Choose a tag to compare

Changes:

  • CUDA bump to 11.8

This zip file contains:

  • 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer + required CUDA *.dlls

How to use:
Extract and run cuda_voxelizer.exe with valid program parameters

v0.5.1 Release

03 Oct 22:12
c4a05e6
Compare
Choose a tag to compare

Changes:

  • MSVC build now targets more compute architectures, should improve compatibility of published executable

This zip file contains:

  • 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer + required CUDA *.dlls

How to use:
Extract and run cuda_voxelizer.exe with valid program parameters

v0.5 Release

28 Sep 10:13
27e2ee4
Compare
Choose a tag to compare

Changes:

  • New default output format: .vox for MagicaVoxel
  • Updated VS2022 project
  • Tweaked silent mode

This zip file contains:

  • 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer + required CUDA *.dlls

How to use:
Extract and run cuda_voxelizer.exe with valid program parameters

v0.4.14 Release

21 Jul 14:50
8101efa
Compare
Choose a tag to compare

Changes:

  • Fixed edge projection on ZX plane in voxelization of non-cubic grids (#62)
  • Upgraded to latest MSVC

This zip file contains:

  • 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer + required CUDA *.dlls
  • Latest version of viewvox + glut32.dll to view *.binvox models.

How to use:
Extract and run cuda_voxelizer.exe with valid program parameters

v0.4.13 Release

07 Jul 12:28
8ad0804
Compare
Choose a tag to compare

Changes:

  • Fixed incorrect 3D array serialization for non-cubical voxel grid sizes #66
  • Upgraded to CUDA 11.7 release and latest MSVC
  • Added Visual Studio 2022 project

This zip file contains:

  • 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer + required CUDA *.dlls
  • Latest version of viewvox + glut32.dll to view *.binvox models.

How to use:
Extract to a directory and run cuda_voxelizer.exe with valid program parameters

v0.4.12 Release

05 Feb 11:57
b952136
Compare
Choose a tag to compare

Changes:

  • Upgraded to CUDA 11.6 release and latest MSVC
  • Fixes by @ndroi for case where requested voxelization grid size is not power of 2 (#59)
  • Better memory indicator (free vs total available GPU memory)

This zip file contains:

  • 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer + required CUDA *.dlls
  • Latest version of viewvox + glut32.dll to view *.binvox models.

How to use:
Extract to a directory and run cuda_voxelizer.exe with valid program parameters

v0.4.11 Release

31 Jul 16:37
0ddec63
Compare
Choose a tag to compare

Changes:

  • Upgraded to CUDA 11.3 release and latest MSVC
  • Extra info on unrecognized output formats
  • GLM fixes
  • File I/O fixes and cleanup

The zip file contains 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer, and a version of viewvox + glut32.dll to view *.binvox models.

v0.4.10 Release

30 Sep 23:56
9219fbc
Compare
Choose a tag to compare

Changes:

  • Solid voxelization on the CPU now also is properly multi-threaded using OpenMP
  • Upgraded to CUDA 11.1 release
  • Upgraded compiled binaries to GLM 0.9.9.7
  • Extra command-line info on possible output options
  • Removed deprecated VS 2015 and VS 2017 projects. Only VS 2019 is supported now if you want to build straight from the *.sln file.

The zip file contains 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer, and a version of viewvox + glut32.dll to view *.binvox models.

v0.4.9 Release

12 Aug 20:58
d6245ef
Compare
Choose a tag to compare

Changes:

  • Solid voxelization now also supported in CPU fallback mode
  • Upgraded to Cuda 11.0 Update 1 Release

The zip file contains 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer, and a version of viewvox + glut32.dll to view *.binvox models.