Giter VIP home page Giter VIP logo

gvox's Introduction

This repo is the home of the GVOX library

.gvox is a meta-format that allows for several voxel data structures to co-exist within a single file.

GVOX is the library that ties it all together, supplying parsing, conversion and serialization mechanisms to the consumer.

Goals

  • I want GVOX to be accessible to everyone making a voxel engine, including but not limited to

    • People who are targeting the Web, using Rust or other WASM compatible languages
    • People using any language that has simple C bindability, such as ZIG, C++, (Java?) and many more

    This is why the library uses a C99 interface, and I plan on creating bindings for as many projects that want it (Open an issue on GitHub, and we can work together!)

  • I want GVOX to be extremely extensible, so anyone can create their own formats that are then automatically convertible to any of the existing formats supported by GVOX!

  • I want to create an asset importer and optimizer, that allows you to test certain rendering algorithms and storage algorithms

Building

For now, you must have the following things installed to build the repository

  • A C++ compiler
  • CMake (3.21 or higher)
  • Ninja build
  • vcpkg (plus the VCPKG_ROOT environment variable)

Once you have these things installed, you should be able to build just by running these commands in the root directory of the repository

Windows

cmake --preset=cl-x86_64-windows-msvc
cmake --build --preset=cl-x86_64-windows-msvc-debug

Linux

cmake --preset=gcc-x86_64-linux-gnu
cmake --build --preset=gcc-x86_64-linux-gnu-debug

The plan in the future is to have language bindings accessible to as many languages I can

gvox's People

Contributors

blackhole00 avatar douglasdwyer avatar gaberundlett avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.