Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 .
- Host: GitHub
- URL: https://github.com/arkenidar/pixels
- Owner: arkenidar
- Created: 2024-06-29T15:23:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T11:25:09.000Z (7 months ago)
- Last Synced: 2024-12-24T08:53:57.725Z (about 1 month ago)
- Topics: c, obj, ray, sdl
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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 toolssudo 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
```