README: updated links

master
Martin Gerhardy 2020-06-29 21:16:02 +02:00
parent 5af4bcac91
commit 82a310b068
4 changed files with 3 additions and 57 deletions

View File

@ -21,15 +21,15 @@ Download latest windows binaries at [github action artifacts](https://github.com
## Tools
* [The voxel editor](src/tools/voxedit/README.md)
* [Filemanager Thumbnailer](src/tools/thumbnailer/README.md)
* [The voxel editor](docs/voxedit)
* [Filemanager Thumbnailer](docs/thumbnailer)
* [World viewer](src/tools/mapview/README.md)
* [Remote AI Debugger](src/tools/rcon/README.md)
* [Database tool](src/tools/databasetool/README.md)
* [Shader tool](src/tools/shadertool/README.md)
* [Compute Shader tool](src/tools/computeshadertool/README.md)
* [Visual test applications](src/tests/README.md)
* [Volume convert tool](src/tools/voxconvert/README.md)
* [Volume convert tool](docs/voxconvert)
## General

View File

@ -1,3 +0,0 @@
# Thumbnailer
[more details](../../../docs/thumbnailer/)

View File

@ -1,3 +0,0 @@
# Vox-Convert
[more details](../../../docs/voxconvert/)

View File

@ -1,48 +0,0 @@
# Voxedit
## Purpose
Voxel editor.
This editor was written to have a linux voxel editor with animation support for
my own engine and evolved into something that others might find useful, too.
![image](https://raw.githubusercontent.com/wiki/mgerhardy/engine/images/dwarf-in-editor.jpeg)
![image](https://raw.githubusercontent.com/wiki/mgerhardy/engine/images/voxedit-custom-shader.png)
![image](https://raw.githubusercontent.com/wiki/mgerhardy/engine/images/voxedit-quad-view.png)
[more details](../../../docs/voxedit/)
## Planned
* SceneSettings dialog
* Change sun angles
* Voxel to transparency with a HSV threshold
* Selections
* Multiple AABBs should be possible
* Deselect of single voxels
* Delete, move, rotate, modify only in active selection
* Copy/paste
* Paste into selection of a different size? Accept with enter after moving?
* Color selection via keyboard only
* Shortcut for enter-color-in-the-next second and index of the colormap?
* Relative movement from current color
* Improve Windows and MacOSX support
* Extend palette widget to show the used colors
* Add color dialog for ambient and diffuse color
* Extrude
* Rigging support
* Gizmo for rotate, scale and move
* Scene graph
* File format (maybe vox with extension?)
* UI for key frames (timeline)
* Physics
* Particle emitter
## Needed improvements
* Fix memento states for merge of layers
* Fix memento states for layer group modifications
* Fix memento states for translating a volume