All Projects → Hugobros3 → chunkstories-api

Hugobros3 / chunkstories-api

Licence: other
API to write Chunk Stories mods, implemented by chunkstories

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to chunkstories-api

Voxel
Voxel design tool built on top of css transformations
Stars: ✭ 199 (+1070.59%)
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.06%)
Mutual labels:  voxel
Blood-Voxel-Pack
Additional voxel models for Blood video game. Compatible with BuildGDX, NBlood, and Fresh Supply.
Stars: ✭ 42 (+147.06%)
Mutual labels:  voxel
Marching Cubes On The Gpu
A implementation of the marching cubes algorithm on the GPU in Unity.
Stars: ✭ 208 (+1123.53%)
Mutual labels:  voxel
Sucle
Common Lisp Voxel Game Engine
Stars: ✭ 239 (+1305.88%)
Mutual labels:  voxel
voxelmetaverse
playing with voxel.js
Stars: ✭ 75 (+341.18%)
Mutual labels:  voxel
Filetovox
Tool for convert files into Magicavoxel file
Stars: ✭ 188 (+1005.88%)
Mutual labels:  voxel
craftus reloaded
A second attempt at a homebrew Minecraft clone for 3DS
Stars: ✭ 44 (+158.82%)
Mutual labels:  voxel
Spatio temporal voxel layer
A new voxel layer leveraging modern 3D graphics tools to modernize navigation environmental representations
Stars: ✭ 246 (+1347.06%)
Mutual labels:  voxel
voxel-physics-engine
Simple but physical engine for voxels. Demo:
Stars: ✭ 59 (+247.06%)
Mutual labels:  voxel
Pix2vox
Implementation of "Pix2Vox: Context-aware 3D Reconstruction from Single and Multi-view Images" (Xie et al., ICCV 2019)
Stars: ✭ 216 (+1170.59%)
Mutual labels:  voxel
Proceduralterrain
Procedural voxel terrain generation in Unity
Stars: ✭ 237 (+1294.12%)
Mutual labels:  voxel
Perlin-Noise-3D-Voxel-Generator
Voxel generator based on perlin 3d noise | Python OpenGL
Stars: ✭ 22 (+29.41%)
Mutual labels:  voxel
Pix2vox
Sketch-Based 3D Exploration with Stacked Generative Adversarial Networks
Stars: ✭ 206 (+1111.76%)
Mutual labels:  voxel
VoxMerger
Console program for merge multiple MagicaVoxel scenes (.vox)
Stars: ✭ 19 (+11.76%)
Mutual labels:  voxel
Chunkstories
Somewhat fancy blocky game engine written in Kotlin
Stars: ✭ 199 (+1070.59%)
Mutual labels:  voxel
voxel-builder
Voxel-based 3D modeling application
Stars: ✭ 31 (+82.35%)
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 (+1558.82%)
Mutual labels:  voxel
voxel-editor
N-Space: a mobile app for building 3D interactive worlds
Stars: ✭ 39 (+129.41%)
Mutual labels:  voxel
ObjToSchematic
A tool to convert .obj files into Minecraft Schematics
Stars: ✭ 156 (+817.65%)
Mutual labels:  voxel

chunkstories-api

alt text

Build Status

This repository contains the API for the Chunk Stories project. The chunkstories project implements this API, and all mods (including the core content of the game) link against the API.

To learn more about Chunk Stories in general, please read the readme of the main repo.

Building

This is for building chunkstories-api, the game's API. If you are only looking to write mods, you do not have to mess with this at all and should rather follow the mods creation guide on the project Wiki !

Setup

Nothing in particular to do. Gradle handles most dependencies for you.

Enklume is our homegrown Minecraft Anvil file format library. You'll need that too. Clone it, do gradlew install and you're good :)

Gradle Tasks

  • ./gradlew install builds the API and installs it to the local maven repository.

Links

License

chunkstories-api's implementation is released under LGPL, see LICENSE.MD

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].