Search Results for "3d environment android"

Showing 14 open source projects for "3d environment android"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Android-SwitchIcon

    Android-SwitchIcon

    Google launcher-style implementation of switch (enable/disable) icon

    Google launcher-style implementation of switch (enable/disable) icon. This library is compatible from API 15 (Android 4.0.3). SwitchIconView extends from AppCompatImageView so you can set icon with app:srcCompat. Set any icon (vector or image) to SwitchIconView and enjoy a switchable icon in your app. Use app:si_tint_color to set color to icon. The default color is black. Use app:si_animation_duration if you want to change switching state animation duration. Use app:si_no_dash if you don't want...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Sceneform Maintained SDK for Android

    Sceneform Maintained SDK for Android

    Sceneform Maintained is an ARCore Android SDK with Google Filament

    Sceneform Maintained is an ARCore Android SDK with Google Filament as 3D engine. This is the continuation of the Archived Sceneform. Android Augmented Reality library: AR Model Viewer, Augmented Images, Augmented Faces, Video, Depth, Cloud Anchors, Instant Placement, Light Estimation and much more in Kotlin and Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Home Assistant Companion for Android

    Home Assistant Companion for Android

    Home Assistant Companion for Android

    Control and monitor your home from anywhere in the world. Home Assistant Companion lets you control all your devices and provides advanced location and notification engines to allow for complex automation. Home Assistant is an open-source home automation platform that focuses on local control and privacy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    dotenv Kotlin

    dotenv Kotlin

    Dotenv is a module that loads environment variables from a .env file

    Storing configuration in the environment is one of the tenets of a twelve-factor app. Anything that is likely to change between deployment environments–such as resource handles for databases or credentials for external services–should be extracted from the code into environment variables. However it is not always practical to set environment variables on development machines or continuous integration servers where multiple projects are run. Dotenv loads variables from a .env file into ENV when...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    Muzei Live Wallpaper

    Muzei Live Wallpaper

    A living museum for your Android home screen

    Muzei Live Wallpaper is a live wallpaper for your Android device that gently refreshes your home screen every day. It features beautiful, famous works of art on your home screen. Alternatively, it can also feature your favorite photos from your own gallery or other apps, rotating the photos every few hours to keep your wallpaper fresh. When needed, Muzei will blur and dim the wallpaper into the background to let icons and widgets take center stage. And when you want to explore the artwork...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Wall You

    Wall You

    Privacy focused wallpaper app built with MD3

    Privacy-focused wallpaper app built with MD3. Wall You is a Wallpaper App built with Material Design 3 (You). The app uses the Wallhaven API at the moment which unfortunately is non-free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SurvivalManual

    SurvivalManual

    Libre Survival Manual for Android with offline in mind

    ... with practice in a relaxed environment, so you also have time for some experiments. The refugees also are welcome to use this application to prepare and guide you for your dangerous journey. Although I hope that we as humans will come to feel and stop wars and end climate injustice so that people do not have to flee and be afraid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Kobweb

    Kobweb

    A modern framework for full stack web apps in Kotlin

    Kobweb is an opinionated Kotlin framework for creating websites and web apps, built on top of Compose HTML and inspired by Next.js and Chakra UI. While Kobweb is still pre-1.0, it has been usable for a while now. It provides escape hatches to lower-level APIs, so you can accomplish anything even if Kobweb doesn't support it yet. Please consider starring the project to indicate interest, so we know we're creating something the community wants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hoplite

    Hoplite

    Boilerplate-free Kotlin config library for loading configuration files

    Hoplite is a Kotlin library for loading configuration files into typesafe classes in a boilerplate-free way. Define your config using Kotlin data classes, and at startup Hoplite will read from one or more config files, mapping the values in those files into your config classes. Any missing values, or values that cannot be converted into the required type will cause the config to fail with detailed error messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 10
    Kotshi

    Kotshi

    An annotation processor that generates Moshi adapters

    An annotation processor that generates Moshi adapters from Kotlin classes. There is a reflective adapter for Kotlin but that requires the Kotlin reflection library which adds a lot of methods and increases the binary size which in a constrained environment such as Android is something is not preferable. This is where Kotshi comes in, it generates fast and optimized adapters for your Kotlin data classes, just as if you'd written them by hand yourself. It will automatically regenerate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kotless

    Kotless

    Kotlin Serverless Framework

    Kotless stands for Kotlin serverless framework. Its focus lies in reducing the routine of serverless deployment creation by generating it straight from the code of the application itself. So, simply speaking, Kotless gives you one magic button to deploy your Web application as a serverless application on AWS and Azure. Kotless is able to deploy existing Spring Boot or Ktor applications to AWS serverless platform. To do it, you'll need to set up a plugin and replace the existing dependency...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MaterialStyledDialogs

    MaterialStyledDialogs

    library that shows a customizable Material-based dialog

    A library that shows a beautiful and customizable Material-based dialog with header. API 14+ required. Android Library that shows a beautiful and customizable Material designed dialog with header. Based on material-dialogs and inspired by this dribble. A basic dialog will show the provided title (optional) and description, using your primary color as the header background. You have access to methods such as setTitle(), setContent(), setIcon(), setCancelable(), dismiss(), etc. The dialog icon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TheMovies2

    TheMovies2

    A demo project using The Movie DB based on Kotlin MVVM architecture

    A simple project using The Movie DB based on Kotlin MVVM architecture and material designs & animations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Rich Path

    Rich Path

    Draw as you want, animate much as you can

    Rich Android Path. Draw as you want. Animate as much as you can. Full Animation Control on Paths and VectorDrawables: Animate any attribute in a specific path in the VectorDrawable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next