About 5,400,000 results
Open links in new tab
  1. THE GAME ENGINE MADE FOR THE WEB - Babylon.js

    Babylon.js is one of the world's leading WebGL-based graphics engines. From a new visual scene inspector, best-in-class physically-based rendering, countless performance optimizations, and much more, Babylon.js brings powerful, beautiful, simple, and open 3D to everyone on the web.

  2. 15+ Three JS Games - Free Code + Demos

    Mar 3, 2019 · Collection of 15+ Three JS Games. All items are 100% free and open-source. 1. The Cube. See if you can solve this classic Rubik's puzzle game made in three.js. 2. Tower Blocks. Tower building game. Place blocks by clicking, tapping or spacebarring. A clone of Stack https://itunes.apple.com/us/app/stack/id1080487957?mt=8. 3. Runner Game. 4.

  3. Making a Game - Three.js

    Three.js is a 3D library. It provides a scene graph and features for displaying 3D objects added to that scene graph but it does not provide all the other things needed to make a game. No collisions, no physics, no input systems, no path finding, etc, etc... So, we'll have to provide those things ourselves.

    Missing:

    • Video Games

    Must include:

  4. 3D games on the Web - Game development | MDN - MDN Web Docs

    Aug 7, 2024 · WebGL is basically an OpenGL ES 2.0 for the Web — it's a JavaScript API providing tools to build rich interactive animations and of course, also games. You can generate and render dynamic 3D graphics with JavaScript that is hardware accelerated.

  5. 3d-game · GitHub Topics · GitHub

    Apr 16, 2025 · 🎮 Open-source, cross-platform 2D/3D/multiplayer game engine designed for everyone. A browser sandbox that provides all basic features to understand the render and physics engine of Minecraft. A web version of Minecraft built using js and WebGL without third-party libraries. A beach ball adventure! Can you make it to the end?

  6. Creating a 3D Game with Three.js and JavaScript - Learn!Things

    Apr 27, 2023 · Creating 3D games with Three.js and JavaScript is an enjoyable and engaging process. In this tutorial, we covered the basics of setting up a development environment, initializing a scene and camera, adding lights and objects, implementing game logic, and animating our game.

  7. The 20 Best Engines for Game Development with JavaScript

    May 22, 2024 · GooJS is a powerful 3D game engine that offers advanced tools for creating games and 3D visualizations. With support for physics, animations, materials and shaders, GooJS allows you to create complex and interactive 3D worlds.

  8. Examples of Browser Based Games Using Three.Js, Javascript, …

    Jul 12, 2023 · These days I’m really interested in browser based games, particularly those that use libraries such as three.js. I decided to put together a bit of list of some of the best examples I have come across.

  9. Making a 3D web runner game (JavaScript/HTML/CSS)

    Aug 30, 2021 · Want to discover how I made my 3D web infinite runner game “ Hyperspeed “? Here are some tutorials in video and text format on how to create a 3D game in the browser using HTML, CSS,...

  10. What Is Three.js? A Beginner’s Guide to 3D on the Web

    Mar 16, 2025 · // Positioning an object in 3D space cube.position.set(2, 1, -3); // x: 2 units right, y: 1 unit up, z: 3 units away. World space vs local space is a core concept in this JavaScript 3D library. World space coordinates are absolute positions in your 3D scene, while local space coordinates are relative to a parent object:

    Missing:

    • Video Games

    Must include: