Pinned Repositories
assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
bgfx.cmake
CMake build scripts for bgfx. Released under public domain.
bimg
Image library.
bx
Base library used across multiple projects
concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
cpp-btree
Modern C++ B-tree containers
CRCpp
Easy to use and fast C++ CRC library.
fph-table
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
GameMakerIndependentFramerateTest
EkajArmstro's Repositories
EkajArmstro/GameMakerIndependentFramerateTest
EkajArmstro/assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
EkajArmstro/bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
EkajArmstro/bgfx.cmake
CMake build scripts for bgfx. Released under public domain.
EkajArmstro/bimg
Image library.
EkajArmstro/bx
Base library used across multiple projects
EkajArmstro/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
EkajArmstro/cpp-btree
Modern C++ B-tree containers
EkajArmstro/CRCpp
Easy to use and fast C++ CRC library.
EkajArmstro/fph-table
Flash Perfect Hash Table: an implementation of a dynamic perfect hash table, extremely fast for lookup
EkajArmstro/physfs
A portable, flexible file i/o abstraction.
EkajArmstro/WickedEngine
3D engine with modern graphics
EkajArmstro/yojimbo
A network library for client/server games written in C++
EkajArmstro/fpm
C++ header-only fixed-point math library
EkajArmstro/ggpo
Good Game, Peace Out Rollback Network SDK
EkajArmstro/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
EkajArmstro/Mathter
A flexible and fast matrix, transform and geometry library.
EkajArmstro/PerlinNoise
Header-only Perlin noise library for modern C++ (C++17/C++20)
EkajArmstro/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
EkajArmstro/SDL
Simple Directmedia Layer
EkajArmstro/sdl-bgfx-imgui-starter
A starter project for graphics applications using SDL, bgfx and Dear ImGui
EkajArmstro/simpleini
Cross-platform C++ library providing a simple API to read and write INI-style configuration files
EkajArmstro/soloud
Free, easy, portable audio engine for games
EkajArmstro/spdlog
Fast C++ logging library.
EkajArmstro/trial.circular
Circular span
EkajArmstro/unordered_dense
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
EkajArmstro/veque
Fast C++ container combining the best features of std::vector and std::deque