Skip to content

EvanatorM/WillowVox-Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WillowVox Engine

A voxel world engine

Building

Building with CMake

In the project root directory: Create CMake files:

mkdir -p build
cd build
cmake ..

After that you can build the project using:

cmake --build ./build

Run the build command in the project root directory.

The final executable can be found at (project root)/build/bin/(build type)

Note for building with CMake

If you're running from a command line, make sure to run the executable in the same directory as it is located to ensure all resources are loaded properly.

Contributing

If you would like to contribute to WillowVox Engine, you can do so in a couple of ways:

  1. If you notice any bugs or something that can be optimized, you can do that
  2. If you want to add new features, you can look at the Projects tab of the repository. In there are projects for upcoming releases. In the projects, there is a Status Board tab. You can add anything in the ready status. You can also work on tasks in the in progress and in review status.
  3. If you have ideas or thoughts about the engine, you can check out the Discussions tab of the repository or the Discord server

I will flesh out the contributing guidelines soon. I may not accept your changes if they go against the vision of the engine, but I will always discuss what changes I don't want to commit and why, and we can work together to make the best changes possible for the engine.

About

A voxel world engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages