Pinned Repositories
acd
Single file utilities for C++.
cmake_templates
Concise CMake templates for creating C++ libraries or executables.
ec
Data-driven entity-component-system built on top of boost mp11.
fg
Rendering abstraction which describes a frame as a directed acyclic graph of render tasks and resources.
gl
Header-only C++17 wrapper for OpenGL 4.6 Core Profile.
mpi
Header-only C++20 wrapper for MPI 4.0.
rational
Implementation of the std::experimental::rational proposal.
uci
Single header implementation of the Universal Chess Interface (UCI) protocol.
vcv_plugin_template
A concise template for creating VCV rack plugins.
astray
A performance-portable geodesic ray tracing library.
acdemiralp's Repositories
acdemiralp/gl
Header-only C++17 wrapper for OpenGL 4.6 Core Profile.
acdemiralp/cmake_templates
Concise CMake templates for creating C++ libraries or executables.
acdemiralp/mpi
Header-only C++20 wrapper for MPI 4.0.
acdemiralp/acd
Single file utilities for C++.
acdemiralp/rational
Implementation of the std::experimental::rational proposal.
acdemiralp/uci
Single header implementation of the Universal Chess Interface (UCI) protocol.
acdemiralp/vcv_plugin_template
A concise template for creating VCV rack plugins.
acdemiralp/hid.hpp
Single header C++23 wrapper for libusb/hidapi.
acdemiralp/hdf
Header-only C++20 wrapper for HDF5. [WIP]
acdemiralp/magpie
A minimalistic rendering engine based on ImGui and Im3d.
acdemiralp/monte_carlo
Single header Monte Carlo simulator.
acdemiralp/bm
Single header micro- and macro-benchmarking library.
acdemiralp/fd
Generic finite differences in C++20.
acdemiralp/map_reduce
Single header Map-Reduce built on top of Intel TBB.
acdemiralp/multi
Standard-like multidimensional arrays and vectors built on top of mdspan.
acdemiralp/astray
A performance-portable geodesic ray tracer. Archived. See https://github.com/vrgrouprwth/astray instead.
acdemiralp/astrid
A relativistic ray tracing server and end-user application built on Astray. Archived. See https://github.com/vrgrouprwth/astrid instead.
acdemiralp/blackbird
A little bird that tells you. Capable Windows userspace keylogger in ~300 lines of modern C++.
acdemiralp/croupier
A generic poker engine capable of evaluating any variant of poker. Includes default rulesets for Texas and Omaha Hold'em, 5-Card, 7-Card and more. Intended for training poker bots.
acdemiralp/cs_removed_maps
This repository archives the removed official maps of Counter-Strike.
acdemiralp/cush
Cuda Spherical Harmonics library.
acdemiralp/di
Display and input abstraction built on top of SDL2 and OpenVR.
acdemiralp/dpa
Distributed particle advector based on TBB and MPI.
acdemiralp/eigen
Personal fork of Eigen 3.
acdemiralp/hexagonal_keyboard_vst3
VST3 plugin for visualizing and outputting MIDI from various hexagonal keyboards, including the harmonic table and the Wicki-Hayden layout.
acdemiralp/mcmc
Header-only library containing generic implementations of common Markov Chain Monte Carlo methods.
acdemiralp/pars
Source code of the paper Parallel Particle Advection and Lagrangian Analysis for 3D-PLI Fiber Orientation Maps.
acdemiralp/r_portable
Portable version of R 4.2.1 for 64-bit Windows systems.
acdemiralp/unity_data_binding
A general data and event binding plugin to compensate for the lack of these features in Unity 4.6.
acdemiralp/sdl
Header-only C++23 wrapper for SDL 2.30 [WIP]