Skip to content
View ulfben's full-sized avatar

Highlights

  • Pro

Block or report ulfben

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cpp_prngs cpp_prngs Public

    Pseudo Random Number Generators for C++ game developers

    C++ 1

  2. cpp_ulid cpp_ulid Public

    Header-only ULID library for modern C++ with monotonic generation and pluggable PRNG support.

    C++ 2

  3. flat_bst flat_bst Public

    A header-only, cache-friendly binary search tree that stores nodes in flat vector storage and links them by indices instead of pointers.

    C++

  4. boids_workshop boids_workshop Public

    My C++ workshop on flocking and other steering behaviours

    C++

  5. error-handling-workshop error-handling-workshop Public

    Starter Visual Studio solution for the Error Handling Workshop in Modern C++. Includes demo app, GoogleTest project, and the messy loader code students will refactor.

    C++ 1

  6. ModernCPP-RAII-Container-Workshop ModernCPP-RAII-Container-Workshop Public

    Example implementation from the Modern C++ workshop on RAII, move semantics, and STL-style container design.

    C++