upbge VS AUXL

Compare upbge vs AUXL and see what are their differences.

AUXL

A-Frame UX Library : A Web XR System, Support Components, World Maps, Object Generators, Universal Controller & Interactive Powers. (by Minty-Crisp)
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
upbge AUXL
27 7
1,348 13
1.6% -
10.0 8.9
1 day ago about 1 month ago
C++ JavaScript
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

upbge

Posts with mentions or reviews of upbge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-17.
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?
    20 projects | news.ycombinator.com | 17 Jan 2024
    Starting with 2d games is very good advice however if the child is mostly interested in 3d, well not the most helpful advice.

    Some people here forget that children are way more tolerant of not understanding things than adults are. They just want to get a quick taste not necessary dedicate their life to the study of game development.

    I think something like RPG in a Box https://rpginabox.com/ is nice if the child likes Minecraft-style graphics. Also it is worth checking out if modding an existing games is something that might be of interest. Also blender is perfect, as it allows to focus on certain aspects on modeling first and in has an amazing game engine that can be solely driven by logic bricks: https://upbge.org/#/

    Still, I think even something like Unreal should not be ruled out if the child is dead set on making a "real" game (9 years is a bit pushing it admittedly with help it might work out). For a visually-motivated child that has access to beefy computer, Unreal is the perfect tool to get things done early and fast. Load the starter template and they have a character they can walk around with in the first minute. Grab some free-for-the-month asset packs and they can make decent looking levels in a day or two that they can show friends and be proud of. And if they get to the point of needing logic, the visual scripting language is more than enough to make complete games in it.

    Unreal is a monster of complexity but but perfect for just hacking together a quick asset-flip demo one can feel good about. They will learn about the realities of game dev soon enough, let them have some fun.

    Also, if the child is the kind to need a more focused approach, blender is a nice choice

  • Unity’s New Pricing: A Wake-Up Call on the Importance of Open Source in Gaming
    5 projects | news.ycombinator.com | 15 Sep 2023
    It's not as monolithic as you'd think. There are lots of engines out there but their communities aren't very vocal compared to Unity, Unreal, and especially Godot's community.

    Take a look at: https://itch.io/game-development/engines/most-projects

    And

    https://www.gamedeveloper.com/blogs/the-generous-space-of-al...

    If you look at both of these you'll see just how many engines there are and neither of these cover everything. There are plenty of engines popular in the Python community that no one outside of it are aware of. Such as Arcade [0], Python-Tcod [1], Ursina [2], UPBGE [3], and Panda3D [4]. But based on your description you'd really like https://gdevelop.io/. It embraces exactly what you're describing where you can build a game but just installing entire features others have made and put online into your game.

    [0] Beginner friendly 2D library:

    [1] Rougelike: https://python-tcod.readthedocs.io/en/latest/

    [2] Beginner friendly 3D engine (built on Panda3D): https://www.ursinaengine.org/

    [3] Blender Game Engine Fork: https://upbge.org/

    [4] Highly flexible code first 3D engine: https://panda3d.org/

  • Upbge is an open-source, 3D game engine forked from the old Blender Game Engine
    1 project | news.ycombinator.com | 13 Sep 2023
  • Ask HN: Favorite Game Engine?
    9 projects | news.ycombinator.com | 12 Sep 2023
  • Should I focus on C# or Pygame?
    1 project | /r/gamedev | 20 Mar 2023
    UPBGE which was formerly part of Blender is the only modern 3D engine I know of that supports Python for game development.
  • I made a resident evil parody game using UPBGE (blender game engine), and it's in second person
    1 project | /r/blender | 22 Feb 2023
  • HELP! Unable to enable "Bricky Nodes" or "Logic Nodes+"
    1 project | /r/UPBGE | 30 Nov 2022
    Otherwise, if it doesn't work, I'd suggest creating an issue at the UPBGE repository: https://github.com/upbge/upbge/issues
  • A new background for Windows made by me! It's my first time, opinions?
    1 project | /r/Windows11 | 10 Nov 2022
    Yeah, they some people came back and revived it, they're adding some hella cool features like being able to render with eeve https://github.com/UPBGE/upbge
  • Have a issue wiht 0.3, Please help!!
    1 project | /r/UPBGE | 17 Oct 2022
    Link to issue:https://github.com/UPBGE/upbge/issues/1760
  • is there Can Blender be used to create virtual tours of interior spaces?
    1 project | /r/blenderhelp | 14 Oct 2022
    Another would be https://upbge.org/ 3D game engine forked from the old Blender Game Engine and deployed with Blender itself.

AUXL

Posts with mentions or reviews of AUXL. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-12.
  • Ask HN: Favorite Game Engine?
    9 projects | news.ycombinator.com | 12 Sep 2023
    I tried a bunch of the popular game engines and none of them really clicked for me. It wasn't until I found A-Frame and Three.js (which isn't an engine at all, but a Web 3D XR VR AR Renderer) that had an Entity-Component Architecture with a foss eco system of components that you could mix and match then things started making more sense.

    So did I cleverly use all these freely built components to make the greatest XR experience ever? Nah, I decided to re-invent the wheel and do everything myself :). I do enjoy the challenge and freedom to build my own ultimate tool though and I know it's not likely others will use it, but I did release it under GPL3 anyways. It has a wiki (slightly outdated atm :)), starter script and some examples too.

    It's pretty fun as both a learning/practice experience and actually be able to use it for various builds. Makes it even easier to prototype XR ideas which I love. I am currently wrapping v0.3 which has added tons of improvements, although it's not exactly ready for release, if anyone feels like checking it out I added some links as ref...

    AUXL (A-Frame UX Library) v0.3 repo --> https://github.com/Minty-Crisp/AUXL

  • Web XR Javascript Engine : A-Frame UX Library (AUXL) v0.2 Released!
    1 project | /r/WebVR | 22 Mar 2023
    Get started building your own AUXL XR experiences with the guide here --> (https://github.com/Minty-Crisp/AUXL/wiki/Getting-Started-with-AUXL)
  • AUXL (A-Frame UX Library) - An engine to help create more interesting and dynamic XR scenes with A-Frame
    2 projects | /r/WebVR | 2 Feb 2023
    View the repo here --> https://github.com/Minty-Crisp/AUXL
  • VR for architects
    1 project | /r/vrdev | 1 Feb 2023
    I'm actually working on an advanced engine for A-Frame which most likely is overkill for your current needs, but maybe in the future if you wanted more interaction, movement and scene features it may interest you. https://github.com/Minty-Crisp/AUXL
  • Having trouble deciding on a stack?
    3 projects | /r/WebVR | 18 Jan 2023
    I myself hope to create lots and lots of interesting Web XR experiences using A-Frame specifically, so much so that I started creating my own foss A-Frame UX Library engine to make it easier to do so. It's called AUXL and you can check out the repo with a basic in-progress example here -> https://github.com/Minty-Crisp/AUXL . I am still fine tuning the basic v0.1 release with more testing and polishing, but plan on building out normal web site like scenarios as well as a mini Hidden Object Puzzler and Visual Novel experience to help stress test the system looking for improvements. A wiki will come later as well, but if you are interested in playing with it feel free to hit me up with any questions about it and I can help you get started.
  • Webxr and aframe
    2 projects | /r/vrdev | 15 Jan 2023
    I'm still polishing the initial version v0.1 and no wiki just yet, but if you have any questions hit me up or are interested in contributing I'd be happy for the assistance. https://github.com/Minty-Crisp/AUXL

What are some alternatives?

When comparing upbge and AUXL you can also consider the following projects:

Blender-Guide - Blender Guide

Obsidian - A community continuation of the OBLIGE Level Maker, originally by Andrew Apted, combined with ObAddon.

Godot - Godot Engine – Multi-platform 2D and 3D game engine

react-xr - 🤳 VR/AR with react-three-fiber

ScratchWikiSkin2 - Skin for the Scratch Wiki.

Pygame - 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.

godot-lang-support - A community-maintained list of Language Support Projects for Godot Engine.

blitz3d

godot-nim-stub - Stub for Godot project with Nim support

love - LÖVE is an awesome 2D game framework for Lua.

cpython - Alternative StdLib for Nim for Python targets, hijacks Python StdLib for Nim

GDevelop - :video_game: Open-source, cross-platform game engine designed to be used by everyone.