All Projects â†’ iantheearl â†’ mine.js

iantheearl / mine.js

Licence: MIT license
🌏 A voxel engine built with JS/TS/RS. (formerly mc.js) (maybe mine.ts? or even mine.rs?)

Programming Languages

rust
11053 projects
typescript
32286 projects
Svelte
593 projects
javascript
184084 projects - #8 most used programming language
GLSL
2045 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to mine.js

Mine.js
🌏 A Minecraft-like voxel engine built in Javascript. (formerly mc.js)
Stars: ✭ 136 (-51.77%)
Mutual labels:  threejs, engine, voxel
blockcraft-public
BlockCraft is a WebGL implementation of an infinite procedurally-generated voxel world that runs on the browser. This project originally spawned as a Minecraft Classic clone but has expanded to include multiplayer PvP, crafting, shaders and much more!
Stars: ✭ 22 (-92.2%)
Mutual labels:  threejs, voxel
zeo
Multiplayer WebVR worlds made out of npm modules.
Stars: ✭ 47 (-83.33%)
Mutual labels:  threejs, multiplayer
Dino3d
đŸĻ– Google Chrome T-Rex Run! in 3D (WebGL experiment)
Stars: ✭ 263 (-6.74%)
Mutual labels:  threejs, voxel
Pydark
PyDark is a 2D and Online Multiplayer video game framework written on-top of Python and PyGame.
Stars: ✭ 201 (-28.72%)
Mutual labels:  multiplayer, engine
Csm
Source code for the Cities: Skylines Multiplayer mod (CSM)
Stars: ✭ 457 (+62.06%)
Mutual labels:  protobuf, multiplayer
XREngine
Immersive infrastructure for everyone. Everything you need to build and deploy scalable realtime 3D social apps and more. 🤖 🚀 👓 🚀 🕹ī¸ 🚀 🧑đŸŋ‍🚀
Stars: ✭ 423 (+50%)
Mutual labels:  threejs, multiplayer
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-57.8%)
Mutual labels:  multiplayer, ecs
Expo Voxel
🎮đŸŒŗ Voxel Terrain made in React Native. ∛
Stars: ✭ 169 (-40.07%)
Mutual labels:  threejs, voxel
Aframe
🅰ī¸ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+4661.7%)
Mutual labels:  threejs, ecs
Inexor Core
UNMAINTAINED: Please have a look at the entity-system
Stars: ✭ 156 (-44.68%)
Mutual labels:  multiplayer, engine
HelenaFramework
Modern framework on C++20 for backend/frontend development.
Stars: ✭ 53 (-81.21%)
Mutual labels:  engine, ecs
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+3698.58%)
Mutual labels:  multiplayer, engine
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (-50.71%)
Mutual labels:  protobuf, multiplayer
Betterspades
BetterSpades, an Ace of Spades client targeted at low end systems (GL/ES 1.1). Runs on your grandmother's rig!
Stars: ✭ 112 (-60.28%)
Mutual labels:  multiplayer, voxel
voxelizer
👾 Voxelization of 3D models
Stars: ✭ 32 (-88.65%)
Mutual labels:  threejs, voxel
Evennia
Python MUD/MUX/MUSH/MU* development system
Stars: ✭ 1,309 (+364.18%)
Mutual labels:  multiplayer, engine
Entitas Sync Framework
Networking framework for Entitas ECS. Targeted at turnbased games or other slow-paced genres.
Stars: ✭ 98 (-65.25%)
Mutual labels:  multiplayer, ecs
Qake
Qake voxel-engine demo
Stars: ✭ 100 (-64.54%)
Mutual labels:  threejs, voxel
SpaceWar-ECS
A space war game made with ECS and JobSystem in Unity.
Stars: ✭ 26 (-90.78%)
Mutual labels:  multiplayer, ecs

MineJS

MineJS is a multiplayer voxel engine that runs in your browser! (Probably should change the name to MineRS/MineTS)

Any PRs are welcomed! Here's the quick TODO list that we're following: Link

đŸŽ¯ Disclaimers

This is purely a passionate project. Although inspired, I have no intention for this game to be affiliated with Minecraft, or any licensed voxel engines. Further, textures and assets used in the game are all licensed for free use. More information can be found in the last section.

👑 Motivation

We thought it would be interesting to design a game that is inspired by popular voxel engines such as "Minetest" and "Veloren". With the combination of Rust and TypeScript, we hope to deliver quality graphics and performance, as well as interactive multiplayer game play within a 3D voxel-based environment.

📷 Gallery

👷 WIP (all help welcomed!)

Terrain Generation

Entities (Robot ATM)

🎮 Controls

  • V: Toggle zoom
  • R: Toggle sprint
  • T: Toggle chat
  • J: Toggle debug
  • F: Toggle physics
  • C: Toggle perspective
  • K: Toggle fullscreen
  • Z: Bulk placement
  • X: Bulk destruction
  • 0-n: Change block placement
  • Space: Jump / fly up
  • W/A/S/D: Movements
  • L-Shift: Fly down
  • L-Mouse: Break block
  • M-Mouse: Get block of looking
  • R-Mouse: Place block
  • Tab: Player list

🐏 Installation

# go to the folder you save ur projects
cd path/to/folder

# clone the repository
git clone https://github.com/ian13456/mine.js

# cd into mine.js
cd mine.js

# you need yarn for this project
# somewhere here https://classic.yarnpkg.com/en/docs/install/#debian-stable
# after you install yarn, install the dependencies needed
yarn

# next you need cargo watch
cargo install cargo-watch

# next compile protobuf
yarn compile

# next run server
yarn server

# next listen on client changes (separate terminal)
yarn client

# OPEN ANOTHER TERMINAL
yarn watch

# visit localhost:3000

📓 Citations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].