code

Search

You can find the results of your search below.

minecraft
22 Hits, Last modified:
-a-castle-in-minecraft-with-python/ connection <code> from mcpi.minecraft import Minecraft from mcpi i... mc = Minecraft.create(address="192.168.2.35") </code> say "Hello World" <code> mc.postToChat("Hello world") </code> get position <code> x, y, z = mc.player.getPos() </code> goto
unreal
12 Hits, Last modified:
hub.com/EpicGames/UnrealEngine|Unreal]] Prereq <code bash> sudo apt-get install build-essential mono-g... ++ sudo ln -s /usr/bin/clang-3.5 /usr/bin/clang </code> First time <code bash> # clone git clone https://github.com/NvPhysX/UnrealEngine.git # complete down... realEngine ./Setup.sh ./GenerateProjectFiles.sh </code> build editor <code bash> make ShaderCompileWork
minetest
6 Hits, Last modified:
04/04/mining-for-education/ ===== client ===== <code> sudo apt install minetest </code> connect to cubo commands: * /home (and related /sethome) * /te... * F12 Takes a screenshot – ===== server ===== <code> sudo add-apt-repository ppa:minetestdevs/stable ... s minetest-mod-pipeworks minetest-mod-worldedit </code> <file txt /etc/minetest/minetest.conf> # Admin
panda3d
4 Hits, Last modified:
anda3D ====== ===== Install from sources ===== <code bash> sudo apt-get install build-essential bison ... bavifile-0.7-dev libavutil-dev # libbullet-dev </code> <code> python makepanda/makepanda.py --everything --no-artoolkit --no-fcollada \ --no-fmodex --no-opencv --no-squish --no-tiff --no-vrpn \ --no-rocket --no-fftw --threads 4 --installer </code>