Skip to content

Adversarr/awesome-adversarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Awesome-adversarr

Awesome list for myself.

This page is WIP, and I do not think this is a proper classification.

Study

Algorithms

Think in ECS

Spatial Data Structures

Recursive Spatial Subdivision:

Programming

These libraries are used in my small "engine", see ACG, axes for more details.

CMake and its helpers

  • cmake
  • vcpkg

C++ Basic

Fundamental Libraries

  • abseil: Very Important, Useful library by Google.
  • spdlog
  • doctest
  • nlohmann-json
  • cxxopts?

Math libraries

  • Eigen
  • glm

Note about xtensor: Does this library have a better performance in:

  1. Compilation?
  2. Runtime Efficiency: Cache friendly, alignement, BLAS, ...

Parallel Computing

CPU:

  • tbb
  • taskflow

GPU:

  • cuda
  • compute shader
  • OpenCL

Graphics

Basic GL Usage

GL:

  • Vulkan
  • OpenGL

Window manager and other utilities.

  • glfw3
  • SDL

Utilities

  • ImGUI
  • tinyobjloader

Simulators

General

Tutorial: awesome-simulation

  • taichi: An ugly lang for simulation, originally designed for MPM.
  • zeno

Fluid

Lattice Boltzmann Method:

SPH:

  • SplishSplash

Solids

Collision:

  • ipc-sim

FEM:

About

Awesome list for myself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published