Giter Club home page Giter Club logo

Comments (8)

BearishSun avatar BearishSun commented on May 23, 2024 2

Thanks, always nice to have an existing implementation as a starting point.

from bsf.

BearishSun avatar BearishSun commented on May 23, 2024 2

@christianclavet When voxel painting is added I'll certainly add a way to bake it into a proper mesh. That's how Cryengine handles cave creation and it feels quite natural.

With a bit more features I'm sure many of these Unity plugins could be adapted to Banshee. But from personal experience with Unity plugins, and from the provided video, it seems like quite a performance intensive task. Likely because it needs to be done non-optimally using the scripting interface, rather than being a core part of the engine. So in Banshee I'd like it to be part of the core.

@jonesmz That sounds really nice. If you do decide on Banshee I'd love to offer any help I can, including moving the terrain system further up the priority list. A simple geomipmapped terrain system like Urho3D has can probably be whipped up pretty fast, and we can improve it from there.

If you do go with Urho3D I'd be wary of its single-threaded nature. I feel with procedural worlds it's going to be very important to do rendering on a separate thread, especially when you increase the scope of the project. Also an API like Vulkan can help even more by further reducing the CPU load.

from bsf.

iontom avatar iontom commented on May 23, 2024

marching cubes look pretty nice:
https://0fps.net/2012/07/12/smooth-voxel-terrain-part-2/

There's a pretty cool implementation for a module in Unreal that is MIT license, for following the patterns there.
https://github.com/Phyronnaz/VoxelPlugin

from bsf.

christianclavet avatar christianclavet commented on May 23, 2024

We could have a voxel terrain to model, then use the voxels to generate a mesh.
Using a voxel model to start with would give use total control over how the geometry is done (caves, etc.)

Could be something like this plugin for unity (Perhaps there is a way to "plug" it with Banshee. This is more than just terrain, it come with a vegetation system, and water systems...
V11
https://youtu.be/xS2b6qibmJc

V10
https://youtu.be/S9q3uxyunyo

Tools
https://youtu.be/51JNyjBcDMo
https://forum.unity.com/threads/terrainengine-voxel-terrain-smooth-cubic-2d-hexagonal-infinite-procedural-terrain.174595/

Edit: The technique utilized here is based on Transvoxels:
http://transvoxel.org/

The plugin mentioned by IONTOM is also based on transvoxel so definitively a good starting point!

from bsf.

jonesmz avatar jonesmz commented on May 23, 2024

@BearishSun Several of the people who've been making noise with the Banshee engine / bsf lately (including myself) are trying to collaborate on a game that we're currently calling "Open Space Program" where a major feature is going to be launching virtual rockets from the surface of a planet, and landing on other bodies in a solar system.

We're still trying to find an engine that we think fits our needs the most. I'm a big fan of Banshee because of how clean and modern the codebase is.

One of our collaborators is evaluating Urho3d and tinkering how one would go about making a planet renderer, with their WIP code here: https://github.com/TheOpenSpaceProgram/urho-osp

So long story short, if the terrain system, at the worst, doesn't make it impossible to render a planet with Banshee, that'd be super :-)

from bsf.

equalent avatar equalent commented on May 23, 2024

Hello!
Is there any progress on the terrain system?

Best,
Andrey

from bsf.

BearishSun avatar BearishSun commented on May 23, 2024

No progress yet. This feature is planned for v1.3, while I'm currently in the process of finishing up v1.1.

from bsf.

equalent avatar equalent commented on May 23, 2024

Oh, I see.
Anyways, thank you, Marko.

Best,
Andrey

from bsf.

Related Issues (20)

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.