Skip to content

Releases: Forceflow/cuda_voxelizer

v0.4.8 Release

25 Jul 02:19
23f4c4b
Compare
Choose a tag to compare

Changes:

  • Upgrade to CUDA 11.0 final version
  • .obj export code cleanup
  • New CMake support (thanks KernelA)

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

v0.4.7 Release

29 Jun 23:25
a1f150a
Compare
Choose a tag to compare

Changes:

  • Add translate and scale to .binvox output (Related issue: #36) to follow .binvox spec
  • Added CPU voxelization timer
  • Updated documentation wrt performance

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

v0.4.6 Release

28 Jun 20:46
eef1486
Compare
Choose a tag to compare

Changes

  • Added experimental solid voxelization (thanks to conceptclear). Needs watertight model, incompatible with CPU-based method.
  • Changed program parameters ( -thrust instead of -t for Thrust usage)
  • Multi-threaded CPU voxelization support through OpenMP. Should now scale to the amount of cores your system provides.

The zip file contains a 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer at the time of writing, and a version of viewvox + glut32.dll to view models if you choose to output them as a binvox file.

v0.4.5 Release

09 Jun 21:00
3c1df57
Compare
Choose a tag to compare

Changes

  • Added option to export to an actual .obj model with triangle faces for the voxel cubes
  • Upgraded to CUDA 11 (Release Candidate)

The zip file contains a 64-bit (Windows) RELEASE and DEBUG versions of cuda_voxelizer at the time of writing, and a version of viewvox + glut32.dll to view models if you choose to output them as a binvox file.

v0.4.4c Release

23 Jan 23:39
c98bd2d
Compare
Choose a tag to compare

A small update to the v0.4.4c release, finally fixing the dependency on a MSVC debug dll reported in #23. Windows users should be able to run cuda_voxelizer.exe without needing any Visual Studio-specific tools.

v0.4.4b Release

08 Jan 00:09
13cb1ac
Compare
Choose a tag to compare

A small update to the v0.4.4 release, now containing some necessary CUDA 10.2 dlls for running the tool when you've got no CUDA SDK installed. Thanks for the report @claell.

v0.4.4 Release

25 Nov 02:43
f4c0cf5
Compare
Choose a tag to compare
  • Added fallback CPU voxelizer when no CUDA device is found or init fails
  • More robust CUDA init handling
  • More optional debug information (use _DEBUG during compilation to activate)

The zip file contains a 64-bit (Windows) RELEASE version of cuda_voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.
A DEBUG version of cuda_voxelizer (which is slower, but provides more debug output for diagnosis) is also included.

v0.4.1 Release

22 Nov 02:27
9fe141a
Compare
Choose a tag to compare

Fixed bug #10 for huge voxelizations (2048x2048x2048 and up).

Contains a 64-bit (Windows) version of cuda-voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.

v0.4 Release

21 Nov 04:00
2e28387
Compare
Choose a tag to compare

Added support for output to .obj file format.

Contains a 64-bit (Windows) version of cuda-voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.

v0.3.1 Release

15 Apr 22:50
93015f6
Compare
Choose a tag to compare

Release with a bugfix for axis-aligned planes missing voxels.

Contains a 64-bit (Windows) version of cuda-voxelizer at the time of writing, and a version of viewvox to view the generated voxel models.