irrlicht
Minetest's fork of Irrlicht (by minetest)
Minetest
Minetest is an open source voxel game engine with easy modding and game creation (by minetest)
Our great sponsors
- Mergify - Updating dependencies is time-consuming.
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SonarCloud - Analyze your C and C++ projects with just one click.
irrlicht | Minetest | |
---|---|---|
4 | 112 | |
93 | 9,394 | |
- | 2.7% | |
0.0 | 9.5 | |
4 days ago | 3 days ago | |
C++ | C++ | |
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.
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.
irrlicht
Posts with mentions or reviews of irrlicht.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-13.
-
trying to deploy docker from linuxserver.io - Keeps restarting
git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt
-
Trying to Build 5.6.1 Minetest Bare Server
#!/bin/bash # Minetest Installation Script cd /mnt/server && # Install installation dependencies apt update && apt -y install unzip wget build-essential libirrlicht-dev cmake libbz2-dev libjpeg-dev libxxf86vm-dev libsqlite3-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev zlib1g-dev libgmp-dev libjsoncpp-dev luajit libncurses5-dev && #touch test && # Download, compile and prepare the engine wget -Osrc.zip https://github.com/minetest/minetest/archive/"${MTVERSION}".zip && unzip ./src.zip && rm ./src.zip && cd ./minetest-"${MTVERSION}" && cmake . -DRUN_IN_PLACE=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE -DENABLE_GLES=OFF -DENABLE_POSTGRESQL=OFF -DENABLE_REDIS=OFF -DENABLE_SOUND=OFF -DENABLE_LEVELDB=OFF -DENABLE_SPATIAL=OFF -DIRRLICHT_INCLUDE_DIR=./lib/irrlichtmt/include && make -j$(nproc) && make package && mv ./minetest-"${MTVERSION}"-linux.tar.gz ../ && cd .. && rm -rf ./minetest-"${MTVERSION}" && tar xfz ./minetest-"${MTVERSION}"-linux.tar.gz && rm minetest-"${MTVERSION}"-linux.tar.gz && mv ./minetest-"${MTVERSION}"-linux/* ./ && rm -rf minetest-"${MTVERSION}"-linux && touch ./minetest.conf && #Download and prepare IrrlichtMt cd ./lib && wget https://github.com/minetest/irrlicht/archive/master.tar.gz && tar xf ./master.tar.gz && mv ./irrlicht-master irrlichtmt && cd .. && # Download and prepare the game cd ./games && wget -Ominetest_game.zip https://github.com/minetest/minetest_game/archive/"${MTVERSION}".zip && unzip minetest_game.zip && #rm minetest_game.zip && mv minetest_game-"${MTVERSION}" minetest_game && cd .. && # Clean up a bit rm -rf clientmods unix doc client fonts textures && # Done! echo "Installation was successfully completed!"
-
Help building Minetest on Linux Mint
Try running git clone --depth=1 https://github.com/minetest/irrlicht lib/irrlichtmt inside the minetest directory (instead of just git clone --depth=1 https://github.com/minetest/irrlicht). This will clone irrlicht on the proper location (I think).
-- *** Will build version 5.5.0-dev *** CMake Error at CMakeLists.txt:104 (message): IrrlichtMt is required to build the client, but it was not found. The Minetest team has forked Irrlicht to make their own customizations. It can be found here: https://github.com/minetest/irrlicht For example use: git clone --depth=1 https://github.com/minetest/irrlicht lib/irrlichtmt -- Configuring incomplete, errors occurred! See also "/home/xyzhte/Documents/minetest/CMakeFiles/CMakeOutput.log".
Minetest
Posts with mentions or reviews of Minetest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-03.
-
The boiling frog of digital freedom
Microsoft showing it's totalitarian real character again. So happy that Minetest[1] exists and gives that warm Open Source glow, just knowing that your using Microsoft free software and it works fine on Linux too.
-
Should there be an open-source FTL clone? Can one even exist?
Minetest, a "Minecraft-style" game (not really a re-implementation)
- bruh
- Lua: The Little Language That Could
-
Minetest: An open source voxel game engine
I looked it up, they are actually groundless in this case: https://github.com/minetest/minetest/issues/13363#issuecomme...
-
There is a lot of native Linux games. What would you recomend?
Minetest. Similar in spirit to Minecraft, but built for modding. Large modding community. Making your own mods is easy and fun.
-
How to run Linux games on ARM64
Minetest
-
another common W for linux
Could always try www.minetest.net instead.
-
Show HN: Learn Python with Minecraft
If you don't mind using Lua instead, I can recommended minetest as a free alternative. I've had a lot of fun messing around in it. It has a lot of great games and mods as well.
What are some alternatives?
When comparing irrlicht and Minetest you can also consider the following projects:
Mindustry - The automation tower defense RTS
VoxelPlugin - Voxel Plugin for Unreal Engine
Teeworlds - A retro multiplayer shooter
Legend of the Green Dragon - Core functionality for Legend of the Green Dragon, a text-based RPG game.
Quizmaster - A web-app for conducting a quiz over the internet
RconCli - RCON client for executing queries on game server.
multiserver - Minetest reverse proxy supporting multiple servers and media multiplexing
A Dark Room - A Dark Room - A Minimalist Text Adventure
No-Chat-Reports - Disable Player Chat Reporting and make user messages untrackable.
Posio - A multiplayer geography game using Websockets
Cubiks-2048 - Game: Create the number 2048. Cubes with same number merge!
battlecraft