All Projects → diharaw → rasterator

diharaw / rasterator

Licence: MIT license
Real-time software rasterizer written in C++ with windowing and model loading support.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to rasterator

swGL
A multithreaded software implementation of OpenGL 1.3 in C++.
Stars: ✭ 50 (+233.33%)
Mutual labels:  rasterizer, software-rasterizer
CPURasterizer
CPU Based Rasterizer Engine
Stars: ✭ 99 (+560%)
Mutual labels:  cpu, computer-graphics
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+78406.67%)
Mutual labels:  computer-graphics, rasterizer
SoftwareRenderer
Soft-only 3d renderer.
Stars: ✭ 12 (-20%)
Mutual labels:  computer-graphics, rasterizer
WebGL-Billiards
ThreeJS based 8-ball pool
Stars: ✭ 28 (+86.67%)
Mutual labels:  computer-graphics
referit3d
Code accompanying our ECCV-2020 paper on 3D Neural Listeners.
Stars: ✭ 59 (+293.33%)
Mutual labels:  computer-graphics
ccpu
A 8-bit computer made of 74xx series logic gates and memory ICs.
Stars: ✭ 31 (+106.67%)
Mutual labels:  cpu
NIvsCG-keras
Distinguishing Between Natural and Computer-Generated Images Using Convolutional Neural Networks in Keras.
Stars: ✭ 20 (+33.33%)
Mutual labels:  computer-graphics
GX-EncinoWaves
Graphics Experiment - FFT Ocean Water Simulation
Stars: ✭ 34 (+126.67%)
Mutual labels:  computer-graphics
papers
Summarizing the papers I have read (Japanese)
Stars: ✭ 38 (+153.33%)
Mutual labels:  computer-graphics
colidr
Coherent Line Drawing implementation in Go.
Stars: ✭ 52 (+246.67%)
Mutual labels:  computer-graphics
smag
Show Me A Graph - Command Line Graphing
Stars: ✭ 78 (+420%)
Mutual labels:  cpu
Protobuf-Dreamer
A tiled DeepDream project for creating any size of image, on both CPU and GPU
Stars: ✭ 39 (+160%)
Mutual labels:  cpu
AwesomeMLForDigitalMedia
A curated list of awesome machine learning resources in the context of digital media and (interactive) computer graphics.
Stars: ✭ 17 (+13.33%)
Mutual labels:  computer-graphics
CuVec
Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory
Stars: ✭ 73 (+386.67%)
Mutual labels:  cpu
cpuwhat
Nim utilities for advanced CPU operations: CPU identification, ISA extension detection, bindings to assorted intrinsics
Stars: ✭ 25 (+66.67%)
Mutual labels:  cpu
ModernOperatingSystems AndrewTanenbaum
My notes after reading 'Modern Operating Systems' book by Andrew Tanenbaum and Herbert Bos.
Stars: ✭ 71 (+373.33%)
Mutual labels:  cpu
mhrd-solutions
My solutions to the NAND-to-CPU game MHRD
Stars: ✭ 38 (+153.33%)
Mutual labels:  cpu
stress
Single-purpose tools to stress resources
Stars: ✭ 24 (+60%)
Mutual labels:  cpu
8800-simulator
A JavaScript simulator to demonstrate the front panel operations of Altair 8800.
Stars: ✭ 65 (+333.33%)
Mutual labels:  cpu

License: MIT

Rasterator

What is it?

A Real-time, C++ toy software rasterizer created for understanding the graphics pipeline.

Features

  • Near-complete implementation of the graphics pipeline
  • Interactive framerates
  • Depth buffering
  • Perspective-correct vertex attribute interpolation
  • OpenMP multithreading
  • Texture mapping
  • Bilinear texture filtering
  • Cross platform (Windows, macOS, Linux, Emscripten)

Screenshots

Sample

Building

Windows/macOS/Linux

Recursively clone the repository and use CMake to generate a project of your choice.

Emscripten

Make sure to have the Emscripten SDK installed. Then use CMake with the Emscripten toolchain to generate a makefile (or MinGW makefile on Windows).

NOTE: Emscripten build is pretty slow, so use a lower resolution.

Roadmap

  • SIMD Acceleration (SSE/AVX)
  • Normal mapping
  • Specular mapping
  • Trilinear texture filtering

Dependencies

License

Copyright (c) 2019 Dihara Wijetunga

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 
associated documentation files (the "Software"), to deal in the Software without restriction, 
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].