awesome-godot VS godot-xr-tools

Compare awesome-godot vs godot-xr-tools and see what are their differences.

awesome-godot

A curated list of free/libre plugins, scripts and add-ons for Godot (by godotengine)

godot-xr-tools

Support scenes for AR and VR in Godot (by GodotVR)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
awesome-godot godot-xr-tools
10 20
5,941 442
7.0% 6.1%
7.2 8.0
6 days ago 18 days ago
GDScript
Creative Commons Attribution 4.0 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.

awesome-godot

Posts with mentions or reviews of awesome-godot. 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-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 awesome-godot and godot-xr-tools you can also consider the following projects:

awesome-flame - An awesome list that curates the best Flame games, projects, libraries, tools, tutorials, articles and more.

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

awesome-PICO-8 - A curated list of awesome PICO-8 resources, carts, tools and more

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

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

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

godot-swift - swift language support for the godot game engine

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

awesome-playdate - A list of awesome resources for Playdate (https://play.date) game development and the Playdate SDK (https://play.date/dev/)

godot-proposals - Godot Improvement Proposals (GIPs)

godot-syntax-themes - Syntax themes for the Godot Engine script editor

clojure-vr