All Projects → konstructs → client

konstructs / client

Licence: MIT license
A voxel based game client.

Programming Languages

C++
36643 projects - #6 most used programming language
GLSL
2045 projects
Makefile
30231 projects
CMake
9771 projects

Projects that are alternatives of or similar to client

server
A voxel based game server.
Stars: ✭ 46 (-4.17%)
Mutual labels:  voxel, konstructs
VoxelEngine
Custom voxel engine written in C++ and OpenGL
Stars: ✭ 44 (-8.33%)
Mutual labels:  voxel
voxelmetaverse
playing with voxel.js
Stars: ✭ 75 (+56.25%)
Mutual labels:  voxel
mine.js
🌏 A voxel engine built with JS/TS/RS. (formerly mc.js) (maybe mine.ts? or even mine.rs?)
Stars: ✭ 282 (+487.5%)
Mutual labels:  voxel
ObjToSchematic
A tool to convert .obj files into Minecraft Schematics
Stars: ✭ 156 (+225%)
Mutual labels:  voxel
parse-magica-voxel
Parse MagicaVoxel .vox files to javascript objects works in browser or server
Stars: ✭ 52 (+8.33%)
Mutual labels:  voxel
Intro-Voxel-Terrain-in-Unity
A course on making the easiest to understand voxel engine (in Unity) using the C#JobSystem.
Stars: ✭ 25 (-47.92%)
Mutual labels:  voxel
vengi
Home of a voxel game engine and its tools (like a voxel editor)
Stars: ✭ 800 (+1566.67%)
Mutual labels:  voxel
craftus reloaded
A second attempt at a homebrew Minecraft clone for 3DS
Stars: ✭ 44 (-8.33%)
Mutual labels:  voxel
voxel-editor
N-Space: a mobile app for building 3D interactive worlds
Stars: ✭ 39 (-18.75%)
Mutual labels:  voxel
voxel-physics-engine
Simple but physical engine for voxels. Demo:
Stars: ✭ 59 (+22.92%)
Mutual labels:  voxel
VoxMerger
Console program for merge multiple MagicaVoxel scenes (.vox)
Stars: ✭ 19 (-60.42%)
Mutual labels:  voxel
DynamicCities
Cities that get fancy!
Stars: ✭ 17 (-64.58%)
Mutual labels:  voxel
Perlin-Noise-3D-Voxel-Generator
Voxel generator based on perlin 3d noise | Python OpenGL
Stars: ✭ 22 (-54.17%)
Mutual labels:  voxel
ilattice3
Data types, structures, and algorithms for 3D integer lattices (voxels)
Stars: ✭ 15 (-68.75%)
Mutual labels:  voxel
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (-35.42%)
Mutual labels:  voxel
chunkstories-api
API to write Chunk Stories mods, implemented by chunkstories
Stars: ✭ 17 (-64.58%)
Mutual labels:  voxel
vx bevy
🧊 Voxel engine prototype made with the bevy game engine. Serves as a playground for experimenting with voxels, terrain generation, and bevy.
Stars: ✭ 79 (+64.58%)
Mutual labels:  voxel
isovoxel
Isometric voxel generative art
Stars: ✭ 60 (+25%)
Mutual labels:  voxel
dendro
volumetric modeling for grasshopper built on top of openvdb
Stars: ✭ 47 (-2.08%)
Mutual labels:  voxel

Konstructs

Join the chat at https://gitter.im/konstructs/client Build Status Snap Status

This is a game inspired by block building and crafting games like Infiniminer, Minecraft and Minetest. Konstructs is a multiplayer open source game, focused on massive gameplay.

To play the game, you can connect to the official server at play.konstructs.org, or start your own server, even on the same computer for a single player like experience.

For more information about the game, how to play it and download links see our web page at http://www.konstructs.org

Purpose

The project aims at building a client that can render and interact with a block-based world. The goal is to keep the client as simple as possible leaving the game logic to the server.

History

This client is originally based on Craft written by Michael Fogleman. The original project was primarily focused on single player. We forked Craft to focus on simplifying the client for a multiplayer-only game. You can still start a local server if you like to play single player.

Compile and/or Install

You have binary builds over at our website at http://www.konstructs.org/download/ and see BUILD.md for build instructions.

License

All code and assets are licensed under MIT, see LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].