Go to file
Nicole Collings 9a46f2077d Improved Any type. 2020-03-24 12:00:23 -07:00
.idea Improved Any type. 2020-03-24 12:00:23 -07:00
assets SSEs will get deleted when deleted on the server, ortho model shading. 2020-02-28 13:03:19 -08:00
lib/header add readme 2020-02-28 13:04:43 -08:00
src Improved Any type. 2020-03-24 12:00:23 -07:00
subgames Create PacketView, a more efficient packet handler. 2020-03-15 14:26:39 -07:00
test Made LocalDimension delete distant chunks. Still a mem leak somewhere. 2020-02-20 11:23:12 -08:00
zepha-venus@ca7284334f Converted all remaining Zeus mods to venus except base. 2020-02-11 14:33:48 -08:00
.gitignore Add ErrorFormatter, make VenusParser and ServerLuaParser use it. 2020-02-11 14:27:48 -08:00
.gitmodules Add VenusParser class, zepha-venus submodule. 2020-02-10 11:20:42 -08:00
.hidden Refactor build files and libraries. 2019-07-17 22:42:42 -07:00
CMakeLists.txt BlockChunks now use Run Index Encoding, 80% reduction in mem usage. 2020-02-14 13:04:07 -08:00
LICENSE.md Modified the README.md and LICENSE.md files. 2019-07-15 13:32:51 -07:00
LoadLibs.cmake Fix Assimp compilation 2019-11-02 17:00:50 -07:00
README.md Update README.md 2020-01-13 15:49:08 -08:00
WindowsBuilding.md Complete Windows building documentation 2019-10-31 16:45:46 +00:00

README.md

Zepha Voxel Game

Codacy Rating Discord Badge GitHub Commit

About

Zepha is a powerful, extensible C++ Voxel Game with immense modding possibilities. The API provided allows everybody with even a basic knowledge of Lua to create any subgame imaginable. Though other Voxel Games like Zepha exist, none of them can match it's superior performance, graphical capabilities, and raw modding capability.

Zepha is very early in developement, however it already has several strengths over alternative games / engines. Infinite-sized worlds, client side scripting, a well-designed game selection menu, and more. For those interested in trying out the modding API, a seperate repository containing the documentation for the game is available here.

Zepha's full source code is currently available on this repository for viewing and personal use, however it is important to note that this project is not free nor open source. Unfortunately, as my dream is to make a living off of game development this is not a viable strategy for me. Learning from the source code or exploring the source is allowed and encouraged, though. Feel free to use this repository as a reference for similar works until the repository eventually becomes private.

License

(c) 2018-2020 Nicole Collings, All Rights Reserved.

You do not have permission to redistribute, copy, or share this work without my explicit written permission. You may download the repository and compile it for personal use or potential contributions. Please contact me if you have any questions or special requests.