dda
There are 70 repositories under dda topic.
chanket/DDA
实现Hyper-V离散设备分配功能的图形界面工具。A GUI Tool For Hyper-V's Discrete Device Assignment(DDA).
inga-lovinde/RadeonResetBugFix
Radeon Reset Bug fix service
SagarGaniga/computer-graphics
Beginners Guide to Computer Graphics in C/C++, OpenGL, JavaFX
adda-team/adda
ADDA - light scattering simulator based on the discrete dipole approximation
MannLabs/alphatims
An open-source Python package for efficient accession and visualization of Bruker TimsTOF raw data from the Mann Labs at the Max Planck Institute of Biochemistry.
nf-core/mhcquant
Identify and quantify MHC eluted peptides from mass spectrometry raw data
HaoGroup-ProtContLib/Protein-Contaminant-Libraries-for-DDA-and-DIA-Proteomics
This project is created by the Hao Lab at the Chemistry Department in George Washington University, Washington, D.C. This project aims to provide contaminant protein FASTA and spectral libraries that can be universally applied to DDA and DIA proteomics and freely accessible for the proteomics community.
vikesh8860/Graphics-Algorithms
A bunch of different graphics algorithms implemented in c++
glasgowcompbio/vimms
A programmable and modular LC/MS simulator in Python
hansalemaos/ffmpeg_screenshot_pipe
Capture Screenshots with Unparalleled Speed and Versatile Features - GDIgrab, DDAgrab, Ctypes, Multiprocessing, GPU, Mouse Capture ...
AhmetFurkanDEMIR/Computer-Graphics
Necmettin Erbakan University computer graphics lecture notes.
shubamuzumaki/OpenGL-Example_Programs
Sample Programs in C++ to Learn OpenGl
ToniaDemchuk/EMSimulation
Software packages for electromagnetic simulations (DDA and FDTD)
ZhilkinSerg/Cataclysm-DDA-LUA
A bunch of LUA mods for Cataclysm - Dark Days Ahead.
nyeoni/cub3D
🎮 3D game using raycasting DDA algorithm 👾
idslme/IDSL.CSA
Composite Spectra Analysis
LelsersLasers/3D-Raycaster
Wolfenstein 3D like raycaster using Macroquad in Rust running on the web
Rod995/Battletech
Battletech mod for C:DDA.
blitzcode/cpp-11-ray-trace-march-framework
C++11 Ray Tracing / Marching Framework
chran554/wolfenstein-raycaster
A raycasting engine with ambient light, dynamic observer light source. The map and textures are from the mother of all first-person-shooter game Wolfenstein 3D. Wolfenstein 3D was groundbreaking in 3D using raycasting for low performance machines (by todays measures).
joneshshrestha/Graphics-Algorithm
Different output primitives algorithms with JavaScript.
AmanCSE-1/Computer-Graphics
This repository consists of Programs that are essential for beginners in Computer Graphics. All the programs are beginner-friendly and easy to interpret, as comments have been added for the same.
lclaudia/CD-DDA
This software reproduces the Roessler part of ``Network-motif delay differential analysis of brain activity during seizures", Chaos 33(12):123136; 2023.
SamDaQueen/Computer-Graphics
Computer Graphics algorithms for line drawing, shape filling, circle drawing, ellipse drawing, polygon clipping, shear, transformation, and reflection
shinchancode/Computer-Graphics
Language C++ Computer Graphics - (SEM-4) - Line Drawing Algorithm (DDA and Bresenham), Bresenham circle drawing, Polygon filling, 2D transformation, Cohen Sutherland polygon clipping and Bezier curve.
tfslabs/HyperV-DPD
Hyper-V Discrete Device Assignment and GPU Paravirtualization, a part of Windows Server Management Tools
andrelmlins/rbf-dda
Radial Basis Function (RBF) with Dynamic Decay Adjustment (DDA) algorithm
djmgit/mazewalker
Creating a 3D world using ray casting on a randomly generated maze.
ImRohitSingh/Computer-Graphics
Implementation of some well-known algorithms and miscellaneous drawings using 'The winbgim library, Version 6.0, August 9, 2004'...
hcarty/scatwrap
Approximation of 3D solids for use with DDSCAT
mgia/graphicsFdf
Creating a orthographic projection from 2D input
chakri68/line-drawing-algos
Repo for line drawing algos in python
faruktinaz/cub3d
The goal of cub3d is to make something using raycasting (like Wolfenstein 3D).
kodiidok/glut-dda-line-drawing-algorithm
This C++ program with OpenGL visualizes the DDA line drawing algorithm. User-inputted coordinates define the line, displayed along with pixels, Cartesian grid, and a thick green line. Interactive features include moving, scaling, and rotating a square. The code offers a concise and visual demonstration within a 2D graphics environment.
rendiano12/JS_DDA-Bresenham
Grafika Komputer | Implementasi Algoritma DDA & Bresenham Menggunakan Pemrogramman Javascript
yomazini/42cursus-Cub3D
Cub3D: 3D game engine built from scratch in C using raycasting, inspired by the classic Wolfenstein 3D. Features real-time rendering, texture mapping, and collision detection. A 42 / 1337 School project.