Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumechereau/goxel
Goxel: Free and Open Source 3D Voxel Editor
https://github.com/guillaumechereau/goxel
voxel-editors voxels
Last synced: 3 days ago
JSON representation
Goxel: Free and Open Source 3D Voxel Editor
- Host: GitHub
- URL: https://github.com/guillaumechereau/goxel
- Owner: guillaumechereau
- License: gpl-3.0
- Created: 2015-10-05T01:14:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-27T10:52:11.000Z (30 days ago)
- Last Synced: 2025-01-16T04:02:01.584Z (10 days ago)
- Topics: voxel-editors, voxels
- Language: C++
- Homepage:
- Size: 52 MB
- Stars: 2,868
- Watchers: 82
- Forks: 230
- Open Issues: 98
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- my-awesome-github-stars - guillaumechereau/goxel - Goxel: Free and Open Source 3D Voxel Editor (C++)
- AwesomeCppGameDev - goxel
- macOS-iOS-iPadOS-Guide - Goxel
- starred-awesome - goxel - Goxel: Free and Open Source 3D Voxel Editor (C++)
README
Goxel
=====Version 0.15.1
By Guillaume Chereau
[![Build Status](https://github.com/guillaumechereau/goxel/actions/workflows/ci.yml/badge.svg)](https://github.com/guillaumechereau/goxel/actions/workflows/ci.yml)
[![DebianBadge](https://badges.debian.net/badges/debian/unstable/goxel/version.svg)](https://packages.debian.org/unstable/goxel)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](
https://github.com/guillaumechereau/goxel/releases/latest).Goxel is also available for [iOS](
https://itunes.apple.com/us/app/goxel-3d-voxel-editor/id1259097826) and
[Android](
https://play.google.com/store/apps/details?id=com.noctuasoftware.goxel).![goxel screenshot 0](https://goxel.xyz/gallery/thibault-fisherman-house.jpg)
Fisherman house, made with Goxel by
[Thibault Simar](https://www.artstation.com/exm)Licence
-------Goxel is released under the GNU GPL3 licence. If you want to use the code
with a commercial project please contact me: I am willing to provide a
version of the code under a commercial license.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, currently possible to build
with [msys2](https://www.msys2.org/) or try prebuilt
[goxel](https://packages.msys2.org/base/mingw-w64-goxel) package directly.
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-devThen 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 makeThen 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)](doc/cla/sign-cla.md). This is
mostly to allow me to distribute the mobile branch goxel under a non GPL
licence.Also, please read the [contributing document](CONTRIBUTING.md).
Donations
---------I you feel like it, you can support the development of Goxel with a donation at
the following bitcoin address: 1QCQeWTi6Xnh3UJbwhLMgSZQAypAouTVrY