Skip to content

This is Team Tote Taube's Game Dev League's July 2021 Game Jam game's repository. The game is probably called something along the lines of "Puffer Fish".

License

Notifications You must be signed in to change notification settings

tevoran/project-puffel-fish

Repository files navigation

T3Vtech

This is a 3D game engine.

Currently I am developing its basics and its first renderer, which happens to be a software rasterizer. The software rasterizer supports multithreading and single threading.

Examples

This is an example rendered with the software rasterizer of the engine.

image info

Compilation

For a first time compilation it is necessary to have SDL2, CMake and a compiler, which can compile C -20. I use G -11 but others will work as well.

For the first time compilation you need the following commands:

git clone [email protected]:tevoran/T3Vtech.git
git submodule update --init --recursive
mkdir build
cd build
cmake ..
make

Starting with the second compilation you simply need:

cmake ..
make

About

This is Team Tote Taube's Game Dev League's July 2021 Game Jam game's repository. The game is probably called something along the lines of "Puffer Fish".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages