Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arkenidar/pixels

pixel draw of triangles for 3D meshes of triangles, with color and shading and z-buffer and rotations .
https://github.com/arkenidar/pixels

c obj ray sdl

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# " read me " document in mark - down format

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

-
-
-

## using: msys and mingw ( Microsoft Windows only )

-
-

```console
# 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 )

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

sudo apt install gcc g++ make cmake ninja-build
```

```console
# installed packages: lib sdl2 development files ( SDL base and SDL image related )

sudo apt install libsdl2-dev libsdl2-image-dev
```