Found 196 repositories(showing 30)
Syntaf
A particle simulator written with C++ SFML OpenGL and demonstrating my ability to mess up code
Im-Rises
10 000 000 particles simulation made in C++ with OpenGL
bskdany
Create artificial life
alexandra-zaharia
SDL + OpenGL particle simulator in C++ featuring ImGui widgets
KhamessiTaha
Welcome to the Particle Simulator project! This simulator is designed to create and visualize complex particle systems governed by real physics. It supports various states of matter including powder, liquid, solid, and gas, and allows for the simulation of phenomena such as explosions, nuclear reactions, fusion, fission, and particle collisions.
Scraniel
A generalized particle simulator for simulating things like boids, smoothed particle hydrodynamics, and other particle based systems.
benschreyer
OpenGL and C++ particle simulation uses compute shaders to do collision by spatial hashing article: benschreyer.github.io. The basic OpenGL classes are based on code written in these tutorials, everything past that is mine:https://www.youtube.com/watch?v=OR4fNpBjmq8&t=1s . Demo here https://www.youtube.com/watch?v=0AhUzvy_RX8
ggriffiths
Basic particle simulator with Pygame
MorganTrench
Particles in a Box, intended as a learning exercise in C++ and OpenGL (via GLFW). Will grow more ambitious/complicated overtime
karlaugsten
A c++ library for simulating particles.
darkcanvas113v
No description available
Braumeister-Stefan
Code to simulate gravity and kinetic collisions with O(nlogn)
ibrahiminfinite
No description available
joaommeneses
Parallel and Distributed Computing Project - Newtonian Mechanics and N-body Problem Approximation
berkbavas
Particle simulation implemented using a compute shader
lirfu
A very simple particle force interaction simulator.
robotx211
Simulates both pixel and lager particles in an enclosed space. Uses spatial partitioning and a hash table for collision checking.
MisustinIvan
An app to model some basic particle interactions
SemkiShow
A simple particle simulator made in C++/SFML
ius99
No description available
samuelgirmametaferia
You know those youtube videos with the particles bouncing around in a bounding shape. Here is a simple way to make something like that!
briang0
No description available
samuelgirmametaferia
No description available
bwieckowski
No description available
R0m30-7
No description available
kevinchahine
A Particle Simulator based on gravitational, collision and electromagnetic forces. Implemented using High Performance Computing (HPC) in C++ with OpenCV as the Linear Algebra framework. Simulates particles using very parallel matrix operations that use multi-threading and vector instructions.
EduardKakosyan
No description available
krestenlaust
Console version of Powder Game. 2nd year exam project (Prog C)
devanob
Particle Simulator Written In Python
eightys3v3n
a program to simulate basic interactions between particles.