goxel

Goxel: Free and Open Source 3D Voxel Editor

  • 所有者: guillaumechereau/goxel
  • 平台:
  • 許可證: GNU General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Goxel

Version 0.10.5

By Guillaume Chereau guillaume@noctua-software.com

Build Status
Snap Status
DebianBadge

Official webpage: https://goxel.xyz

About

You can use goxel to create voxel graphics (3D images formed of cubes). It
works on Linux, BSD, Windows and macOS.

Download

The last release files can be downloaded from there.

Goxel is also available for iOS and
Android.

goxel screenshot 0
Fisherman house, made with Goxel by
Thibault Simar

Licence

Goxel is released under the GPL3 licence.

Features

  • 24 bits RGB colors.
  • Unlimited scene size.
  • Unlimited undo buffer.
  • Layers.
  • Marching Cube rendering.
  • Procedural rendering.
  • Export to obj, pyl, png, magica voxel, qubicle.
  • Ray tracing.

Usage

  • Left click: apply selected tool operation.
  • Middle click: rotate the view.
  • right click: pan the view.
  • Left/Right arrow: rotate the view.
  • Mouse wheel: zoom in and out.

Building

The building system uses scons. You can compile in debug with 'scons', and in
release with 'scons mode=release'. On Windows, I only tried to build with
msys2. The code is in C99, using some gnu extensions, so it does not compile
with msvc.

Linux/BSD

Install dependencies using your package manager. On Debian/Ubuntu:

- scons
- pkg-config
- libglfw3-dev
- libgtk-3-dev

Then to build, run the command:

make release

Windows

You need to install msys2 mingw, and the following packages:

pacman -S mingw-w64-x86_64-gcc
pacman -S mingw-w64-x86_64-glfw
pacman -S mingw-w64-x86_64-libtre-git
pacman -S scons
pacman -S make

Then to build:

make release

Contributing

In order for your contribution to Goxel to be accepted, you have to sign the
Goxel Contributor License Agreement (CLA). This is
mostly to allow me to distribute the mobile branch goxel under a non GPL
licence.

Also, please read the contributing document.

主要指標

概覽
名稱與所有者guillaumechereau/goxel
主編程語言C++
編程語言Makefile (語言數: 10)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2015-10-05 01:14:14
推送於2025-05-23 02:14:40
最后一次提交2025-05-22 11:26:48
發布數28
最新版本名稱v0.15.1 (發布於 )
第一版名稱v0.1.0 (發布於 )
用户参与
星數3k
關注者數81
派生數243
提交數2.6k
已啟用問題?
問題數330
打開的問題數106
拉請求數44
打開的拉請求數5
關閉的拉請求數32
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?