godot-google-play-billing VS godot-xr-tools

Compare godot-google-play-billing vs godot-xr-tools and see what are their differences.

godot-google-play-billing

Godot Android plugin for the Google Play Billing library (by godotengine)

godot-xr-tools

Support scenes for AR and VR in Godot (by GodotVR)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
godot-google-play-billing godot-xr-tools
4 20
130 448
4.6% 3.8%
3.0 7.7
16 days ago 6 days ago
Java GDScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

godot-google-play-billing

Posts with mentions or reviews of godot-google-play-billing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • Godot 4.1 Is Released
    14 projects | news.ycombinator.com | 6 Jul 2023
    There's no post or pre processing stack. You cannot access world normals, motion vectors, depth buffer and such. You can only access the color, by creating a viewport.

    Multiplatform support sucks. Mobile official plugins are dead [0], the package size is way heavier than Unity, you've got performance problems and nothing can assure your game will even be approved in Google Play. Android dev heavily requires plugins (Admob, Play Games), so unless put your game at a fixed price, you're not accomplishing anything. There's also no console support.

    But wait, the Godot leaders made a company called W4 to fix these issues! They'll bring in console support, official mobile plugins, hosted multiplayer and such. But it's an investor funded company, and they stated that they will sell the stuff. Sooo, the "it's free and open source!!!!" advantage over Unity that everyone loves doesn't seem that great now.

    I could talk all day long about Godot issues. But let's just sum it in "It's just Gimp, if compared to Photoshop". It's NOT a "It's just Blender, if compared to Maya".

    I've lost all hope on the project, it's stil years away from reaching feature parity with, at least, Unity 5. But I hope Bevy does better!

    [0] https://github.com/godotengine/godot-google-play-billing

  • Is there any working implementation for Godot 4 that allows for IAP on Android/iOS?
    1 project | /r/godot | 16 May 2023
    https://github.com/godotengine/godot-ios-plugins and https://github.com/godotengine/godot-google-play-billing
  • Help with Android In App Purchases (IAP)
    1 project | /r/godot | 20 Mar 2023
    Hello, I have downloaded the plugin from https://github.com/godotengine/godot-google-play-billing/releases and I have placed it in res/android/plugins but I don't believe it is working. I am testing it with the following code which never gives any output:
  • New to programming, Looking into Android game Development
    2 projects | /r/gamedev | 8 Aug 2022

godot-xr-tools

Posts with mentions or reviews of godot-xr-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.
  • Godot 4.1 Is Released
    14 projects | news.ycombinator.com | 6 Jul 2023
    It’s a dream compared to UE. I tried on and off over a couple years to power through building some toy VR apps in UE and was never really able to make much progress past their prefab maps. It’s just so freaking complex that, IME, the fun of the process gets crushed under the weight of making zero forward progress.

    As I started a NixOS immersion program a few months back I was looking for a new platform that I col could do 100% of my dev on Lunux. Ran into godot searching vids on YouTube and was really impressed with the workflows so I installed godot and steam (home.packages = [ pkgs.unstable.godot_4 pkgs.steam ]). With openXR support built into godot 4, it automatically picked up the shared lib that stream dropped and in under an hour was walking around using my index and Vive in a VR env and could also build a package for my son’s quest.

    Within a month on-the-side I had built a tabletopesque tank battle game with a custom ray-based suspension over high poly terrain, particle effects, ballistic artillery, and a unique controller input scheme based on the tilt of the controllers (left for body rotation, right for turret). The physics engine is great, rocking the body on fire was simple as an inverse off the shell spawn vector, and the body properly rolls under both lateral and longitudinal axis by virtue of the damper shocks.

    All that to say, I think the biggest difference is that with godot 90% of my effort, code, and time was spent writing implementation code for my game while on UE it was spent writing integration code.

    You obviously miss out on hot topic things like nanite et al, but I learned a long time ago that fidelity has no correlation with an engaging game. The other con will likely be around performance, it’s passable at 90hz, but if you want to start hitting framerates like 144hz, the critical code will probably need to drop to C++ using GDExtention.

    I’ve also noticed that, with the popularity gaining in gltf, that it was rather trivial to find little assets with native support.

    I’d recommend watching some vids on creating VR apps, and another great resource, if you want to grok the interface code is godot’s open-xr-toolkit project: https://github.com/GodotVR/godot-xr-tools/tree/master/addons...

  • AR for mobile devices?
    1 project | /r/godot | 26 May 2023
  • Question on VR game development.
    1 project | /r/virtualreality | 7 May 2023
    It probably depends on what you want to do and if you want this to be a career. If you want to do this as a hobby and the functions you need are described in this toolkit, then I would give Godot a try as the fastest way to try your idea and get up and running and have fun: https://github.com/GodotVR/godot-xr-tools/tree/master/addons/godot-xr-tools/functions. If you want heavy physics based actions like boneworks with a full body avatar, then yeah go unreal or Unity. If you want to try to get hired by a VR studio, then unreal or Unity.
  • Released the Cruelty Squad VR mod made with Godot's OpenXR and XRTools Assets! 2 months of work, but it's been fun. (Github link in comments)
    2 projects | /r/godot | 3 Mar 2023
    Using Godot (actually the engine is 3.3 in game, but I used 3.5 in the editor), and using basically every one of the XR tools: https://github.com/GodotVR/godot-xr-tools
  • Align kinematic body with up direction
    1 project | /r/godot | 30 Jan 2023
    Hi although developed for VR I wonder if this might give you some ideas: https://github.com/GodotVR/godot-xr-tools/blob/master/scenes/sphere_world_demo/sphere_world_demo.tscn
  • Retrogame INSIDE a Godot game?
    2 projects | /r/godot | 14 Jan 2023
    There is also a 2din3d object in the xrtools I think that allows you to assign a scene via code if you wanted to make a mame machine. https://github.com/GodotVR/godot-xr-tools/wiki/PointerAndUI
  • Last VR conversion of the year, /u/slaiyn and team’s Solar Gardener. Thanks to everyone for so much support this year helping me learn Godot!
    3 projects | /r/godot | 28 Dec 2022
    Godot XR Asset and XR Tools asset, making it 100x easier to make these VR conversions, and especially MalcolmNixon who jumped in and literally created an extension of XRTools for the purpose of walking on planets for this project that now everyone can use: https://github.com/GodotVR/godot-xr-tools.
  • I am Robi-Man!
    3 projects | /r/godot | 3 Nov 2022
    XR Tools asset: https://github.com/GodotVR/godot-xr-tools
  • what's the state of VR in godot 4?
    1 project | /r/godot | 5 Oct 2022
  • Does godot work with the quest 2? (if so... tutorials?)
    2 projects | /r/godot | 24 Aug 2022

What are some alternatives?

When comparing godot-google-play-billing and godot-xr-tools you can also consider the following projects:

PGSGP - Play Games Services plugin for Godot Game Engine - Android

RelEcs - A lightweight and easy to use entity component system with an effective feature set for making games.

gdsdecomp - Godot reverse engineering tools

godot_openxr - (Maintenance mode) OpenXR drivers for the Godot Game Engine v3.x

raptor-run - The code behind Quiver's first tutorial for Godot 4

godot-console - In-game console for Godot 3.

gdext - Rust bindings for Godot 4

Godot-XR-Avatar - a MIT Licensed VR avatar for the Godot Engine

Arrow - Game Narrative Design Tool

godot-proposals - Godot Improvement Proposals (GIPs)

Lorien - Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.

clojure-vr