Skip to content

pixel draw of triangles for 3D meshes of triangles, with color and shading and z-buffer and rotations .

Notifications You must be signed in to change notification settings

arkenidar/pixels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

" read me " document in mark - down format

using: Extensions for ms - vscode ( Microsoft Windows and GNU Linuxes )

using: msys and mingw ( Microsoft Windows only )

# make cmake ninja packages from pacman ( package manager of MSYS2 with MinGW64 )

pacman -S mingw-w64-x86_64-make mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja

using: Ubuntu or Kubuntu ( Ubuntu is a GNU Linux OS that is derived from Debian GNU Linux )

# installed packages: C and C++ GNU compilers and make-related build tools

sudo apt install gcc g++ make cmake ninja-build
# installed packages: lib sdl2 development files ( SDL base and SDL image related )

sudo apt install libsdl2-dev libsdl2-image-dev

About

pixel draw of triangles for 3D meshes of triangles, with color and shading and z-buffer and rotations .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published