Skip to content
    Back to all Bounties

    Earn 1,800 ($18.00)

    Time Remainingdue 1 year ago
    Completed

    Interactive 3D Blob Creation for Next.js using WebGL and Three.js

    BountyHunter14
    BountyHunter14
    Posted 1 year ago
    This Bounty has been completed!
    @BountyHunter14's review of @nox000
    4.3
    Average Rating
    Communication 5/5, Quality 3/5, Timeliness 5/5
    Wasn't what I wanted and I definitely need to iterate on this quite a bit but good clean code and gives me point to start working on.

    Bounty Description

    Problem Description

    The goal is to create an interactive 3D blob element that can be integrated into a Next.js website. The blob should be similar to the 'T-1000' style blob found on https://blobmixer.14islands.com/. It must be aesthetically suitable for a website with a black and white color scheme. The blob should be rendered using WebGL and Three.js to ensure smooth interactivity and compatibility with modern web technologies.

    Acceptance Criteria

    Blob Characteristics: The blob must resemble the 'T-1000' blob in visual fluidity and reflectiveness.
    Interactivity: Users should be able to click and drag to spin the blob around its axis.
    Compatibility: The blob must be fully functional within a Next.js environment and should be easily integrable.
    Responsiveness: The blob should maintain its appearance and functionality across different screen sizes.
    Performance: The blob should be optimized for performance to ensure it does not hinder the website’s loading times.
    Styling: While the blob should be primarily designed for a black and white website, it should come with options to customize colors if needed.
    Documentation: The final submission should include documentation on how to integrate the blob into a Next.js site and how to customize it.