Simulation
Simulation refers to the process of creating a virtual model of a real-world system to study its behavior and performance under various conditions. This topic covers the principles, methodologies, and applications of simulation in fields such as engineering, science, healthcare, and social sciences. Simulations can range from simple models to complex, interactive environments, allowing researchers and practitioners to test hypotheses, train individuals, and predict outcomes without the risks or costs associated with real-world experiments. The topic also explores different types of simulation software and tools, as well as best practices for designing and validating simulations.
- GitHub: https://github.com/topics/simulation
- Wikipedia: https://en.wikipedia.org/wiki/Simulation
- Created by: The scientific and engineering community
- Related Topics: modeling, virtual-reality, computer-science, data-science,
- Aliases: simulations,
- Last updated: 2026-06-25 00:24:49 UTC
- JSON Representation
https://github.com/tanguysoto/forcefieldspotentials
3D Physics Serious Game :video_game:
3d physics serious-game simulation unity
Last synced: 18 May 2026
https://github.com/richard66nz/synchronisesim
Simulation of Sychronising a Generator to the electrical grid
generator powerplant simulation synchronization training
Last synced: 19 Jan 2026
https://github.com/nuccitheboss/jespipe-benchmarking
Benchmarking for Jespipe to see if performance is better than Jupyter Notebook.
benchmark hpc jespipe jupyter-notebook simulation
Last synced: 17 May 2026
https://github.com/szerhusenbc/apisimulator-docker-image
Custom docker image for API Simulator that is a configuration-driven tool for creating and running API simulations
apis docker-image mocking simulation test test-automation testing-tools
Last synced: 21 Jan 2026
https://github.com/cashewpillar/os-algorithms
my simulations of OS algorithms in class, low level design who??
algorithms os python python-3 python3 simulation
Last synced: 26 Oct 2025
https://github.com/liatemplates/digisim
Template for using SimcirJS to simulate circuits in LiaScript
circuit liascript liascript-template simulation
Last synced: 11 Oct 2025
https://github.com/belhoussine/coronavirus-simulation
An online simulation showcasing the effects of the coronavirus on a given society, how it can spread within it, and how collective behavior can change the propagation of the virus.
behaviour coronavirus covid-19 p5js quarantine simulation society
Last synced: 01 Jun 2026
https://github.com/babaid/ising-model-simulation
A project containing simulations of Ising Chains known from theoretical physics.
computerscience ising-model physics simulation theoretical-physics
Last synced: 28 Jan 2026
https://github.com/tmsalab/simcdm
Simulate cognitive diagnostic model data for Deterministic Input, Noisy "And" Gate (DINA) and reduced Reparameterized Unified Model (rRUM) from Culpepper and Hudson (2017) <doi: 10.1177/0146621617707511>, Culpepper (2015) <doi:10.3102/1076998615595403>, and de la Torre (2009) <doi:10.3102/1076998607309474>.
cognitive-diagnostic-models psychometrics r rcpp rcpparmadillo simulation
Last synced: 13 May 2026
https://github.com/amphiluke/open-evolver
Model stochastic femtosecond nonequilibrium nanodynamics at the nanoscale
evolution nanostructures simulation
Last synced: 11 Oct 2025
https://github.com/roboticslab-uc3m/teo-gazebo-models
TEO Gazebo (classic) models.
Last synced: 19 Jan 2026
https://github.com/nathsou/hdl
Hardware Description (and Simulation) Library
electrical-engineering hardware-description hardware-description-language hardware-design logic-gates simulation simulator tri-state
Last synced: 01 Jun 2026
https://github.com/0xtter/jurassic-fight
This Java project simulates dinosaur clans that move on a field to gain knowledge and share it upon return. The program tracks dinosaur movements and knowledge acquisition to determine the winner. With a focus on entertainment and education, this project provides a unique way to learn about Java programming and dinosaur behavior.
Last synced: 10 Oct 2025
https://github.com/sourceduty/metaphysical_science
š Theoretical metaphysical science simulations. Simulate science beyond the observable universe.
ai ai-sci artificial-intelligence chatgpt custom-gpt customgpts gpt gpts metaphysical metaphysics openai sci science science-theory simulated simulation space theoretical-physics theory
Last synced: 21 Jan 2026
https://github.com/neuwcodebox/infinitehotel
Genetic Life in Hotel(?)
genetic-algorithm genetic-programming simulation
Last synced: 26 Oct 2025
https://github.com/futureagi/l3c
Repository Switched To Xenoverse (https://github.com/FutureAGI/Xenoverse)
in-context-reinforcement-learning meta-reinforcement-learning reinforcement-learning simulation
Last synced: 10 Oct 2025
https://github.com/quanticpony/genetic-drift
A simple genetic drift simulation with Python.
Last synced: 10 Oct 2025
https://github.com/quanticpony/clothespin-probability-distribution
A small problem of a probability distribution of clothes pins along a string.
challenges-solved python simulation statistics
Last synced: 10 Oct 2025
https://github.com/tuokri/rs2simlib
Python library for Rising Storm 2: Vietnam physics objects simulation and automated data collection.
numba numpy physics rising-storm-2-vietnam simulation unreal-engine-3
Last synced: 23 Feb 2026
https://github.com/upkie/new_agent
Template to create new agents and spines for Upkies
legged-robots python robotics simulation wheeled-biped
Last synced: 09 May 2026
https://github.com/iammohith/pd-controller-for-1d-quadrotor
This project implements a Proportional-Derivative (PD) control system for a one-dimensional (1D) quadrotor. The objective is to stabilize the quadrotor's position along a single axis while ensuring smooth motion.
controller gui matlab quadrotor robotics simulation
Last synced: 03 May 2026
https://github.com/joelschutz/soil-demo
Explore water absorption by soil with the Soil Demo, created using Go and Ebiten game engine. Adjust soil type, water, and drainage to visualize absorption. Educational and interactive.
ebitengine educational go interactive-visualizations simulation soil water
Last synced: 14 Jan 2026
https://github.com/wattai/affordable-inverted-pendulum
Design an inverted pendulum in affordable price.
control-systems modern-control pid-controller python simulation
Last synced: 09 Oct 2025
https://github.com/miyoherman/fake-password-cracker-prank
š Simulate a password cracking tool with this harmless prank script for fun or education; fully safe and non-intrusive.
batch-script beginners console-app dmsmenula educational fake-hacker fun-project learning prank programming simulation windows
Last synced: 09 Oct 2025
https://github.com/brechmos/t2stimulate
T2 Stimulated Echo Simulation and Fitting
echo fitting-algorithm mri python simulation t2
Last synced: 24 Jan 2026
https://github.com/haziqj/lavaan.bingof
Limited Information Goodness of Fit Tests for Binary Factor Models
complex-samples composite-likelihood factor-analysis goodness-of-fit latent-variables pairwise psychometrics r simulation survey-weights
Last synced: 28 Jan 2026
https://github.com/martin-ansteensen/cart-pole
A Python playground for studying the classic cart-pole problem with non-linear dynamics, energy control, linear-quadratic (LQR) balancing and reinforcement learning. The codebase lets you simulate different controller strategies. Built from scratch.
control-theory lqr-controller modeling qlearning reinforcement-learning simulation
Last synced: 19 May 2026
https://github.com/fahdseddik/solar-system-simulation
This is a planet simulation developed with python using pygame.
pygame python simulation solarsystemsimulator
Last synced: 10 Nov 2025
https://github.com/pyroll-project/pyroll-lippmann-mahrenholz-force-torque
Plugin for PyRolL providing the power and labour calculation after O. Lippmann and H. Mahrenholz
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 24 Jan 2026
https://github.com/turing-complete/time
Scheduling policy
mapping multiprocessor scheduling simulation
Last synced: 14 Jan 2026
https://github.com/ibrahimessakine/arena_automotive-simulation-production-stock-parking
Experience the future of automotive manufacturing with our advanced simulation, seamlessly managing production, stock, and automobile parking. Gain insights into efficient production, inventory optimization, and strategic parking allocation within a cutting-edge automotive facility.
arena automobile process-automation rockwell-automation simulation
Last synced: 24 Jan 2026
https://github.com/jkadamczyk/networker
Simulate social networks growth with graphs and JavaScript š
agh agh-ust react simulation social-network
Last synced: 03 May 2026
https://github.com/sunil-dhaka/tools
Interactive 3D visualization of the Sun, Earth, and Moon system using Three.js
astronomy interactive-visualization javascript orbital-mechanics simulation three-js webgl
Last synced: 03 May 2026
https://github.com/geobosh/stableestim
R package for estimation of the four parameters of stable distributions. The package also provides functions to compute characteristic functions and tools to run Monte Carlo simulations.
characteristic-functions estimation r r-package simulation stable-distribution
Last synced: 24 Jan 2026
https://github.com/priyangsubanerjee/perceptron-simulator
Learn neural network basics with this interactive Perceptron Simulator. Explore how inputs and biases affect the output of a single-layer perceptron.
css html neural-network perceptron simulation
Last synced: 08 Mar 2025
https://github.com/caeassistant-group/viscoelastic-abaqus-model-for-the-analysis-of-composite-curing
This project presents an innovative approach for examining residual stresses in composites: The Abaqus viscoelastic model for curing. The implementation of the model is carried out in Abaqus CAE, utilizing Fortran subroutines such as USDFLD, UMAT, HETVAL, UEXPAN, and DISP.
abaqus cae composite curing f90 fortran frc maxwell prony simulation subroutine umat viscoelastic
Last synced: 31 Mar 2025
https://github.com/sszabo11/bloblife
Built with Rust, Bloblife is a world of its own, made of creatures that eat food and survive.
evolutionary-algorithms rust simulation
Last synced: 09 Oct 2025
https://github.com/netbr3ak/planetary-system-simulation
Planetary System Simulation enables users to simulate the trajectories of two planets in a gravitational system. Through a simple web interface, users can predict planetary movements using technologies such as Flask, NumPy, and SciPy.
astronomy flask gravitational-dynamics numerical-analysis numpy physics planetary-systems scipy simulation web-application
Last synced: 14 Apr 2026
https://github.com/edwardlavender/flapper_sim
Simulation-based illustration and evaluation of the 'flapper' algorithm family, supporting Lavender et al. (2023). An integrative modelling framework for passive acoustic telemetry. Methods in Ecology and Evolution, 00, 1ā13.
flapper-algorithms movement-ecology rstats simulation
Last synced: 09 Oct 2025
https://github.com/crocidb/phosphorus-dating
A short game about machines and relationship.
game gamejam js13kgames simulation
Last synced: 17 Apr 2026
https://github.com/preritdas/large-numbers
Repository for an online deployed law of large numbers and standard distribution simulation.
math random simulation statistics
Last synced: 09 Oct 2025
https://github.com/joelmaregina/logicadeprogramacaosenai
Codes developed during a Programming Logic course and subsequent teacher evaluation.
javascipt logic-programming simulation
Last synced: 09 Oct 2025
https://github.com/mr-mohan-v/driver-assistance-system
A driver assistance system that will remind a driver to follow eco-driving principles when a certain principle is violated
assistance driving-behavior microcontroller micropython raspberry-pi-3 simulation
Last synced: 06 Feb 2026
https://github.com/apdavison/bulbnet-reproduction
Code associated with the article "[Rp] Dendrodendritic inhibition and simulated odor responses in a detailed olfactory bulb network model"
computational-neuroscience neuron-simulator olfaction reproducible-paper rescience simulation
Last synced: 28 Jan 2026
https://github.com/israel-charles/vending-machine-firmware
Firmware & Simulation for a vending machine using the ESP32-WROOM development board, the programming language C, and the FreeRTOS (Real-Time Operating System). The vending machine operates under FreeRTOS to manage real-time tasks, handle concurrent operations, and simulate random faults.
c concurrent-programming cpp esp32 firmware freertos multithreading real-time-operating-system simulation
Last synced: 28 Jan 2026
https://github.com/talhaorak/bitlings
Inspired by Thronglets of Black Mirror's Plaything episode, Bitlings are creatures which try really hard to become sentient :)
aritificial-intelligence artificial-life simulation
Last synced: 06 Feb 2026
https://github.com/umstek/swimmingcompetitionsimulator
A Swimming Competition Simulation using Java Threads (CS2012 Principles of Object Oriented Programming - Assignment)
Last synced: 08 Oct 2025
https://github.com/guiherzog/sphfluid
An implementation of the SPH algorithm with an interpretation of the total energy and pressure of the system.
computer-graphics hydrodynamics particles processing simulation
Last synced: 06 Feb 2026
https://github.com/fxedel/game-of-life
Just another simulation of Conway's Game of Life
ascii conway-game es6 game-of-life hacktoberfest nodejs simulation simulators
Last synced: 15 Apr 2026
https://github.com/luismsuarez/gameoflife
Implementation of the popular Wa-Tor simulation in C++ and Qt
cpp cross-platform game qt simulation wa-tor
Last synced: 15 Apr 2026
https://github.com/notcalle/am-bouncy
2d-game demo game procedural-generation simulation
Last synced: 08 Oct 2025
https://github.com/ys928/guzhu
äøäøŖäøå½åøåŗēåŗéęčµå»ŗč®®äøęčµęØ”ęå·„å ·
china fund investment simulation
Last synced: 31 May 2026
https://github.com/starland9/nsim
NSIM est un jeu de simulation et de gestion de magasin en 2D dƩveloppƩ avec le moteur Godot Engine.
Last synced: 08 Oct 2025
https://github.com/dpbm/qko
A kotlin quantum framework
algorithms kotlin quantum quantum-computing quantum-simulator simulation simulator
Last synced: 14 Apr 2026
https://github.com/assem-elqersh/mips-processor-designs
Comprehensive repository containing Verilog implementations of MIPS processors. Includes both single-cycle and multi-cycle architectures, each in separate directories, with full simulation testbenches and modular design components for educational and development purposes.
computer-architecture educational hardware-designs mips mips-architecture processor-design simulation verilog
Last synced: 06 Feb 2026
https://github.com/devkumarsadanandbiswas/devkumar_-biswas_portfolio
My Resume
simulation wordpress wordpress-development
Last synced: 06 Feb 2026
https://github.com/villdev/conway
Terminal based Conway's Game of Life implemented with Go.
game go golang simulation tcell terminal-based
Last synced: 14 Jan 2026
https://github.com/nassimayad87/episimr
EpiSimR is an R Shiny application designed for simulating the dynamics of epidemic and endemic disease spread. It utilizes deterministic compartmental mathematical models to provide interactive visualizations and insights into disease transmission and control strategies.
infectious-disease-models r seir-model shiny-apps simulation sir-model
Last synced: 08 Oct 2025
https://github.com/i5heu/blog_cannon
A fast and easy to install Blog
blog blog-article blog-engine blog-platform blogging fast go golang simulation
Last synced: 29 Jan 2026
https://github.com/grongier/pyanodi
Python package to perform Tan et al. (2014)'s analysis of distance
applied-statistics geostatistics python simulation spatial spatial-statistics
Last synced: 08 Oct 2025
https://github.com/NetBr3ak/Planetary-System-Simulation
Planetary System Simulation enables users to simulate the trajectories of two planets in a gravitational system. Through a simple web interface, users can predict planetary movements using technologies such as Flask, NumPy, and SciPy.
astronomy flask gravitational-dynamics numerical-analysis numpy physics planetary-systems scipy simulation web-application
Last synced: 08 Oct 2025
https://github.com/pyroll-project/pyroll-lee-flow-stress
Plugin for PyRoll providing the constitutive flow stress function from Lee et al.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 24 Jan 2026
https://github.com/pyroll-project/pyroll-hensel-force-torque
PyRoll plugin providing roll force and roll torque empirical approach by A. Hensel.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 22 Feb 2026
https://github.com/pyroll-project/pyroll-linear-thermal-expansion
Plugin for PyRoll providing approximate thermal expansion behavior using thermal expansion factor.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 24 Jan 2026
https://github.com/pyroll-project/pyroll-shida-flow-stress
Plugin for PyRolL providing the constitutive flow stress function from S. Shida.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 24 Jan 2026
https://github.com/pyroll-project/pyroll-sander-spreading
Plugin for PyRoll providing the Sander spreading model.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 31 Jan 2026
https://github.com/bavinnk/bjt-master-slave-d-flip-flop
Circuit diagram and explanation of a master-slave D-Type Flip-Flop (DFF) built with discrete BJTs and passive components.
diagram flipflop npn-transistor resistor simulation
Last synced: 30 Jan 2026
https://github.com/ntrp/iot-simulator
Pluggable IoT simulator
iot plugin rust settings simulation simulator
Last synced: 11 Jun 2026
https://github.com/michaelrutherford/microbe-simulator
An interactive microbe behavior simulation.
css html javascript microbiology personal-project simulation simulator
Last synced: 03 May 2026
https://github.com/pyroll-project/pyroll-hill-spreading
Plugin for PyRolL providing the Hill spreading model.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 24 Jan 2026
https://github.com/pythonhealthdatascience/stars-reproduce-huang-2019
Assessing the computational reproducibility of Huang et al. 2019 as part of STARS.
discrete-event-simulation open-science quarto r reproducibility reproducible-research simmer simulation
Last synced: 06 Feb 2026
https://github.com/prash5t/comnet_network_simulation
Contains a basic WAN communication performed in Comnet Network Simulation tool
Last synced: 30 Jan 2026
https://github.com/aritra-basak/java_project
These two are my JAVA projects --1) ATM Simulation , 2) Loan Assistant
Last synced: 07 Oct 2025
https://github.com/skr-35/falling-into-a-black-hole
Observer POV black hole simulator exploring what falling into a Schwarzschild black hole might feel like.
astrophysics black-hole love observer-pov physics python scientific-visualization simulation space tkinter
Last synced: 14 Jun 2026
https://github.com/kavicastelo/ml-car-simulation-js
Auto driving car simulation using neural networks and model training. Used html canvas for draw elements and javascript for train the model. not any third party libraries used.
javascript machine-learning model-training neural-networks simulation
Last synced: 03 May 2026
https://github.com/etherman-os/drberkay-pixel-hospital
drberkay.com living pixel hospital ā static Canvas 2D demo with deterministic seeded activity
canvas-game github-pages javascript pixel-art simulation
Last synced: 01 Jun 2026
https://github.com/arda-guler/yorpsim
YarkovskyāO'KeefeāRadzievskiiāPaddack (YORP) effect simulator
asteroid astronomy effect minor-planet okeefe paddack physics radzievskii science scientific simulation simulator yarkovsky yorp
Last synced: 07 Oct 2025
https://github.com/jancarauma/wifi-simulator-reception
2D FDTD simulation of WiFi signal propagation in an floor plan with semiātransparent walls
eletromagnetism fdtd ftdtmethod propagation signal simulation wave wifi wireless
Last synced: 07 Feb 2026
https://github.com/denizumutdereli/bundesliga
Football league season and fixtures simulation.
bundesliga fixtures football mongodb-atlas mongoose nodejs round-robin simulation
Last synced: 03 May 2026
https://github.com/hawkgs/snow
āļø A simple JS script for simulating 2D snow using the Canvas API.
canvas-api canvas2d simulation snow snowflake
Last synced: 17 Jan 2026
https://github.com/willemmulder/prime-visualization
Render and view Prime Visualizations in the browser
prime-numbers simulation visualisation visualization
Last synced: 07 Feb 2026
https://github.com/maximilian-nitsch/offline-trajectory-provider
C++ Module and ROS 2 Node that reads in Trajectory from CSV files and publishes to ROS 2.
autonomous-driving autonomous-underwater-robotics autonomous-underwater-vehicle auv robotics rov simulation simulator trajectory trajectory-generation
Last synced: 23 Feb 2026
https://github.com/pyroll-project/pyroll-zouhar-contact
Plugin for PyRolL providing contact area estimation by G. Zouhar.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 25 Feb 2026
https://github.com/ppain8299/harmoniq
šµ Explore and play your audio library effortlessly with Harmoniq, a full-stack solution leveraging PostgreSQL for song cataloging and seamless streaming.
audius-api epfl javascript mathematics nextjs-toploader nextjs15 nodejs oscillators physics pinia pnpm rust simulation student-project tauri typescript zustand
Last synced: 15 Apr 2026
https://github.com/sabaimran/colordeficiencyapp
An android app that simulates dichromacy using live input images to demonstrate how ordinary scenes might look to an individual with color-blindness.
color dichromacy simulation vision
Last synced: 07 Oct 2025
https://github.com/jo56/cosmos-network-visualizations
Interactive network graph demos powered by cosmos.gl
networks simulation visualization webgl
Last synced: 11 Jun 2026
https://github.com/yrzito/game-of-life
Conway's Game of Life project
game game-of-life game-of-life-csharp simulation
Last synced: 06 Oct 2025
https://github.com/netherquartz/theormech
Thomson-Tait pendulum
mathematical-modelling matlab-gui pendulum simulation theoretical-mechanics
Last synced: 06 Oct 2025
https://github.com/jovialen/hydraulic_erosion
A hydraulic erosion simulation written in c99.
c99 hydraulic-erosion linux simulation windows
Last synced: 03 May 2026
https://github.com/aldana-filiberto/simulador-figuritas-mundial
š Simulador de Figuritas del Mundial Este proyecto es una simulación estadĆstica desarrollada en Java, cuyo objetivo es estimar la cantidad de paquetes de figuritas necesarios para completar un Ć”lbum del Mundial. Permite simular distintos escenarios de distribución mediante interfaces grĆ”ficas e implementaciones configurables.
design-patterns java observer-pattern poo simulation swing world-cup
Last synced: 03 May 2026
https://github.com/robertfmath/population-genetic-modeling
Provides functionality to model the genetics of biological populations and obtain population genetic statistics
modeling population-genetics python simulation
Last synced: 06 Oct 2025
https://github.com/marcus-k/double-pendulum-julia
Undamped double pendulum written in Julia.
animation julia pendulum simulation
Last synced: 17 Jan 2026
https://github.com/hisplan/clineage-simulation
This simulates cell lineage using eSTGt, reconstructs the lineage tree based on the mutation table generated by the simulation, and finally outputs various comparison metrics between the simulation and reconstruction.
human-cell-lineage phylogeny simulation
Last synced: 17 Jan 2026
https://github.com/pyroll-project/pyroll-ring-model-thermal
Plugin for PyRoll providing a radial thermal approach based on the ring model.
groove-rolling materials metal-forming pyroll python rolling simulation
Last synced: 05 Oct 2025
https://github.com/jerboaburrow/particles-desktop
A relaxing and stimulating interactive particle simulation
casual idle linux macos opengl physics simulation windows
Last synced: 31 Jan 2026