What is this?
This is an extremely basic voxel game that is work in progress.
Blocks. That is all.
Discord: https://discord.gg/PPUQHEKvJr
You need the visual studio installer. You must install desktop development with c++.
You will need to install the following libraries:
sudo apt install build-essential cmake libglfw3-dev xorg-dev
IDE: VSCode
IDE Plugins:
Diagnostics on machine code: CodeLLDB
Cargo integration: Even Better TOML
LuaJIT integration: Lua
Rust language server & auto diagnostics: rust-analyzer
GLSL integration: Shader languages support for VS Code