About 2,460 results
Open links in new tab
  1. UPBGE

    UPBGE is an open-source, 3D game engine forked from the old Blender Game Engine and deployed with Blender itself. This unified workflow is its main strength, as you can make your …

  2. UPBGE Manual

    Welcome to UPBGE’s documentation! Here you will find definitions of the available tools and features in UPBGE, step-by-step tutorials to certain tasks and a lot of examples for game logic …

  3. UPBGE | The best integrated Game Engine in Blender

    UPBGE is an open-source, 3D game engine forked from the old Blender Game Engine and deployed with Blender itself. This unified workflow is its main strength, as you can make your …

  4. UPBGE | The best integrated Game Engine in Blender

    Test new features on alpha builds of UPBGE!Contribute Github

  5. Getting Started — UPBGE Manual

    This tutorial aims to show the basic concepts of UPBGE, from the game loop behavior to the most common operations used in game development. This will give you important notions on how …

  6. UPBGE 0.5+ + Blender 5.1 Python API Documentation

    Welcome to the Python API documentation for UPBGE and Blender, the free and open source 3D creation suite + integrated game engine. This site can be used offline: Download the full …

  7. Blender/UPBGE Basics — UPBGE Manual

    When you start Blender/UPBGE, you will be greeted with the splash screen. Although you can customize all aspect of Blender/UPBGE, in this manual we will assume you are using the …

  8. Tutorials — UPBGE Manual

    Game Basic Concepts Blender/UPBGE Basics Introducing Logic Bricks Moving A Cube First Person Camera Playing An Animation Using Linked Libraries In Game Introducing Logic …

  9. A Deeper Look — UPBGE Manual

    UPBGE allows you to create real-time interactive 3D applications or simulations. This allows you to create almost any type of interactive project, like architectural presentations, virtual …

  10. Introduction to Scripting — UPBGE Manual

    Through the use of a scripting language called Python, the game engine (as UPBGE itself) is fully extensible. This programming language is easy to learn, although extremely powerful.