All Projects → kennux → cubicworld

kennux / cubicworld

Licence: other
Minecraft like unity3d voxel engine

Programming Languages

Classic ASP
548 projects
C#
18002 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
GLSL
2045 projects

CubicWorld

CubicWorld is a minecraft like voxel engine written for Unity3D. It has builtin realtime world generation and modification support.

Current Features

  • Easily add new world generators by just attaching them to the terrain object
  • Flexible block registration, blocks can get added at runtime
  • Transparent block rendering
  • Realtime world editing
  • Unity physics integration (There will be a custom physics system in the future available)
  • Infinite random terrain
  • Chunk serialization and deserialization (for saving chunk data)
  • A*-Pathfinding

Planned Features

  • [HIGH PRIORITY] Unity networking integration
  • [MIDDLE PRIORITY] Code cleanups / Performance optimizations
  • [MIDDLE PRIORITY] Simple Lighting System (Alternative to unity's heavy lighting / shading)
  • [MIDDLE PRIORITY] Fluid simulation
  • [LOW PRIORITY] Custom Physics System (PlayerController and Raycasts, so very simple.)
  • [LOW PRIORITY] End-user documentation

Documentation

Documentation is currently in-progress. API-Documentation: http://kennux.net/unity/cubicworld/apidoc/ (May not be up to date, documentation currently has a lower priority)

License

The MIT License (MIT)

Copyright (c) 2014 Kenneth Ellersdorfer

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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