engine
matter-js
Our great sponsors
engine | matter-js | |
---|---|---|
45 | 6 | |
8,195 | 14,362 | |
1.5% | - | |
9.8 | 8.0 | |
7 days ago | about 1 month ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
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.
engine
- Best toolset for building a 3D Website?
- WebGL2 Fundamentals
-
Is it possible to develop a game on my phone?
There are many engines that you can use in browser. 1. (GDevelop)[https://gdevelop.io/] 2. (Construct 3)[https://www.construct.net] 3. (Godot Engine)[https://editor.godotengine.org] 4. (Play Canvas)[https://playcanvas.com] 5. (Hex Engine)[https://hex-engine.dev]
- Web-based Game Engines?
-
Unreal Engine AR apps versus WebAR development and the GLB/GLTF export demon
Web-focused 3D engines (three.js, babylon.js, PlayCanvas, ...) are pretty capable. Maybe not AAA-level like Unreal Engine, but certainly capable of the stuff you're describing here. If you're comfortable working within these frameworks, and writing shaders, there's a ton you can do.
-
Simple 3D Demo: ClojureScript + PlayCanvas + Odoyle Rules
I wasn't familiar with PlayCanvas, looks very cool.
- I have gotten comfortable with HTML, CSS, JS and somewhat comfortable with react, that i can build my own fullstack websites. But i want to learn about design schemes and how to make my websites look aesthetic and pleasing, if there are any resources available that you guys recommend please share.
- Can someone help identify the CSS template behind this ball pit behaviour? Couldn’t find any clues in the page source.
-
What language should I use to make games?
Another thing I recommend is to learn how to make games with ThreeJS (3D) or PixiJs (2D) and build web-based games using javascript. If you want a full-fledged web game engine, then you can take a look at Playcanvas. Playcanvas is similar to unity but for web-based games. If you want to learn all about Three Js then this course will help you a lot.
-
interested in learning lisp, (specifically for games, but also for everything else including tui and gui applications for linux. currently have next to no programming knowledge, can i get forwarded some resources and some tips on what exactly i should do? any videos i should watch?
Engines: PlayCanvas, Three.js, BabylonJS
matter-js
-
Phaser vs PixiJS for making 2D games
Another option is to add a third-party physics library such as Matter.js, although setting up and integrating the physics library can be tricky. If you need physics in your game, especially more complex physics effects, Phaser is a better choice.
-
Is there a good JavaScript library for 2D collision?
This was a bold faced lie. Matter.js has no continuous collision detection. You wasted so much of my time I hope you are mildly inconvenienced in the near future! https://github.com/liabru/matter-js/issues/5
-
Walking AI: Simple Neural Network from Scratch
Over half of the source code is just making the robots exist. If you haven't used matter.js before, you can download it here. You can read the whole documentation here, but the functions we will need are:
What are some alternatives?
melonJS - a fresh, modern & lightweight HTML5 game engine
kaboom.js - 💥 JavaScript game library
Godot - Godot Engine – Multi-platform 2D and 3D game engine
Phaser - Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
offscreen-canvas - Demo app using worker.Canvas
entity-system-js - ensy - A very simple Entity System for JavaScript
WebXR-games - Curated list of cool WebXR Games & Experiences
unity-webxr-export - Develop and export WebXR experiences using Unity WebGL
nakama - Distributed server for social and realtime games and apps.
Projectile-Motion-Simulation - A simple projectile motion simulator made made using matter.js , it looks cool and ofc gonna help you see physically accurate projectile motion