Pumpkin3D is a game engine designed to be a light weight, easily configurable and modern 3D game engine. It works mainly in a terminal however the user can make thier own configs and make it look and work exactly how they want, to boost your workflow!
.net: You will need .net to run the most advanced parts of pumpkin in terms of it's code. Along with that it will probably be installed already on your os.
Futra: Our own in house Lua runtime, you need this to test and run projects you develop.
C: C is something that almost all systems come with, so don't wory at all about intalling it.
A terminal emulator that can display images: Use something like Kitty or a terminal emulator that works well on your system that can display images. (It can be very helpful)
Just run the following commands in your terminal (You must have git installed on your system.
git clone https://github.com/pumpkin3d/pumpkin3d.git
git clone https://github.com/pumpkin3d/futra.git
then just run the following command and if the folders are in the same location just run ``
cd pumpkin3d
dotnet build pumpkin3d.csproj