Coder Social home page Coder Social logo

brynblack / voxelaria Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 2.22 MB

An open world voxel playground.

License: MIT License

C++ 90.69% Meson 3.04% Nix 3.75% GLSL 2.52%
cpp meson voxel flake nix flake-utils glew glfw glsl ninja open-world wayland clang-format opengl

voxelaria's Introduction

Voxelaria

An open world voxel playground.

Building

Nix

If you have the Nix package manager installed, you can follow the following steps to build the application.

nix develop
meson setup build
meson compile -C build

Non-Nix

If you do not have the Nix package manager, you can still manually complile this application.

You need the following dependencies:

  • meson
  • ninja
  • gcc
  • pkg-config
  • glew-egl
  • glfw-wayland
  • glm
meson setup build
meson compile -C build

License

The source code for this project is licensed under the MIT license. You may find the conditions of the license here.

voxelaria's People

Contributors

brynblack avatar

Stargazers

 avatar

Watchers

 avatar

voxelaria's Issues

Add physics and collision system in

Being able to walk in the world you create would make the game much more enjoyable, which is why a physics and collision system should be implemented.

Use textures for voxels

It would be nice if the voxels didn't look bland with the RGB color scheme currently in place.

Add procedural generation

There should be the feature of procedurally generating worlds with the voxels, as this would allow for unique and traversal landscapes.

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.