furkanunsal42's Stars
adam-maj/tiny-gpu
A minimal GPU design in Verilog to learn how GPUs work from the ground up
quantum-visualizations/qmsolve
⚛️ A module for solving and visualizing the Schrödinger equation.
vilbeyli/VQEngine
Multi-threaded DirectX12 renderer w/ HDR, PBR & Multi-monitor support
hotstreams/limitless-engine
OpenGL C++ Graphics Engine
gpakosz/PPK_ASSERT
PPK_ASSERT is an orthodox drop-in & self-contained C++ assertion library ⚠️
opentk/GLWpfControl
A fast native control for OpenTK 4.x + 3.x on WPF.
zslwyuan/Basic-SIMD-Processor-Verilog-Tutorial
Implementation of a simple SIMD processor in Verilog, core of which is a 16-bit SIMD ALU. 2's compliment calculations are implemented in this ALU. The ALU operation will take two clocks. The first clock cycle will be used to load values into the registers. The second will be for performing the operations. 6-bit opcodes are used to select the functions. The instruction code, including the opcode, will be 18-bit.
Slingshot-Physics/slingshot-community
Community edition of the Slingshot physics engine
AhmedHisham1/ORB-feature-matching
Python implementation of ORB feature matching algorithm from scratch. (not using openCV)
Lehmannhen/MPI-Dijkstra
Dijkstra's shortest path parallel implementation
Xinhuan-Imperial/Lattice-Boltzmann-Method-GPU
This program is a GPU version 3D Lattice Boltzmann Method Computational Fluid Dynamics solver to simulate steady/unsteady 3D single-phase flows. Compared with CPU serial code, this GPU code is >200 times faster and has same accuracy. To run it, a NVIDIA GPU with CUDA Toolkit is a must
mathworks/Simple-Wave-Equation-solver
An example of solving a wave equation using finite difference
salastro/wavepde
Wave Partial Differential Equation Solver in Python
halmd-org/cuda-wrapper
C++ wrapper for Nvidia CUDA libraries
ActKz/Wave-Equation-2D
marty1885/half_precision
A C++ implementation of 16-bit floating point class. Providing operator overloads
UtkuOktay/ahe-2024-datathon
Solution for Anadolu Hayat Emeklilik Datathon 2024.
UtkuOktay/ParticleCollisionSimulation
A particle collision simulation written in Java
UtkuOktay/SimpleLinearAlgebra
A simple linear algebra library written in Java
bunveren/bil481hw2
bunveren/girlygirlcalculator
hot pink calculator made with wpf in a couple hours
bunveren/metro-verilog
Our project for BİL265 that also works on FPGA except I put the whole project structure here
EfeYorutken/bf_interpreter
EfeYorutken/GameOfLife
EfeYorutken/markov_chain_ai
evanmacbride/parallel-fft
Parallel implementations of Fast Fourier Transform with OpenMP and OpenACC
MBaranErcan/Eulerian-Grid-Based-Fluid-Simulation
2D Eulerian grid-based fluid simulation using Computational Fluid Dynamics (CFD) techniques.
MBaranErcan/The-Fusion-Engine
The Fusion Engine is a 3D graphics engine built using OpenGL. It has a straightforward structure for creating 3D models, managing user input, and controlling various types of lighting.
Tahir98/Arduino-Tetris-Game
UtkuOktay/Ray-Tracer
A ray tracer written in Java.