Skip to content
@ocroneasis

ocroneasis

stay motivated.

contents

field topic state
Graphics OpenGL WIP
Graphics Vulkan LKD
Graphics DirectX 12 LKD
Graphics Soft Renderer DLD
Graphics PBR DLD
Graphics Ray Tracing (CPU) LKD
Graphics Ray Tracing (GPU) NA
Graphics Shader DLD
Physics 2D Physics DLD
Physics 3D Physics LKD
Physics Fluid Mechanics LKD
Parallel Computing OpenCL LKD
Parallel Computing CUDA NA
Architecture Game Engine Design DLD
Architecture Design Pattern DLD
P.L Theory Compiler Design LKD
P.L Theory Interpreter Design DLD
Asynchronous Threading DLD
Others Genetic Algorithm LKD
Others DL LKD
Others Networking LKD
Others x64 Assembly DLD
state desc
FIN Finished
WIP Work In Progress
DLD Delayed
LKD Locked
NA Not Available

features intended

OpenGL

Basic

  • Window Setup
  • Input Guide
  • Simple Triangle
  • Colorful Triangle
  • Colorful Quad
  • Transformation
  • MVP
  • Camera
  • Texturing
  • Going 3D

Intermediate

  • Frame Buffer
  • Depth Testing
  • Stencil Testing
  • Scissor
  • Culling
  • Skybox
  • Billboard
  • Directional Light
  • Point Light
  • Spot Light
  • Specular Mapping
  • Normal Mapping
  • Parallax Mapping
  • Shadow Mapping with Directional Light
  • Shadow Mapping with Point Light
  • Shadow Mapping with Spot Light
  • Model Loading
  • Instancing
  • Batch Rendering
  • Uniform Buffer
  • Geometry Shader
  • Tessellation Shader

Advanced

  • Deferred Rendering
  • Z Pre-Pass
  • Environmental Mapping
  • Reflection
  • Refraction
  • Fresnel Effect
  • HDR (High Dynamic Range) & Tone Mapping
  • Bloom & Physically Based Bloom
  • PBR (Physically Based Rendering)
  • IBL (Image Based Rendering) & Irradiance System
  • Skeletal Animation & Procedural Animation
  • Occlusion Culling
  • SSAO (Screen Space Ambient Occlusion)
  • Global Illumination & Voxel Cone Tracing

Extra

  • Toon Shading
  • Font Rendering & SDF (Signed Distance Field)
  • Bezier Spline & Spline Camera
  • Unprojection & Mouse Picking
  • Compute Shader
  • GPU Particle System
  • SSR (Screen Space Reflection)
  • SSGI (Screen Space Global Illumination)
  • HBAO (Horizon Based Ambient Occlusion)
  • FXAA (Fast Approximate Anti-Aliasing)
  • Depth Peeling
  • Atmospheric Scattering
  • Water Caustics & FFT (Fast Fourier Transform)
  • Terrain Generation
  • Indirect Buffer
  • Pixel Buffer
  • Transform Feedback Buffer
  • Shader Storage Buffer
  • Buffer Mapping
  • DSA (Direct State Access)
  • Channel Packing & Unpacking
  • CSM (Cascaded Shadow Mapping)
  • VSM (Variance Shadow Mapping)
  • Shadow Volume
  • Volumetric Lighting
  • Bindless Texture
  • Clustered Shading
  • Tile Based Shading
  • DoF (Depth of Field)
  • SSS (Sub-Surface Scattering)
  • Motion Blur
  • Ray Tracing
  • Path Tracing
  • Ray Marching
  • Occlusion Query
  • BSP (Binary Space Partitioning)
  • Octree
  • BVH (Bounding Volume Hierarchy)
  • Greedy Meshing
  • Decal Rendering
  • Fur Rendering
  • Edge Detection
2D Physics

Basic

  • Linear Motion
  • Angular Motion
  • Numerical Integrators
  • Fundamental Collision Detection & MTV (Minimum Translation Vector)

Algorithm

  • SAT (Separated Axis Theorem)
  • GJK (Gilbert-Johnson-Keerthi) & EPA (Expanding Polytope Algorithm)
  • SAP (Sweep And Prune)
  • Centroid Calculation
  • Moment of Inertia Calculation

Data Structure

  • Quadtree

Core

  • Coefficient of Restitution
  • Static & Dynamic Friction
  • Manifold
  • Friction
  • Impulse & Tangent Impulse

Option

  • Accumulated Impulse
  • Position Correction
  • Sub Stepping

Optimizing

  • Partitioning with Quadtree
  • SAP
  • Remove Tunneling

Extra

  • Find Convex Hull
  • Triangulation
  • Joint
  • Relative Force
  • Ray Casting
  • Mass-Spring Damper System
  • Soft Body & Shape Matching
  • Shape Composition
  • Collision Layer & Mask
Threading

Thread

  • std::thread
  • std::jthread
  • thread_local

Mutex

  • std::mutex
  • std::shared_mutex
  • std::timed_mutex
  • std::recursive_mutex

Coroutine

  • Traits
  • Handle
  • Generator
  • Suspend
  • Awaitable

Extra

  • std::conditional_variable
  • std::future
  • std::promise
  • std::async
  • std::packaged_task
  • std::barrier
  • std::latch
  • std::atomic
  • std::unique_lock
  • std::scoped_lock
  • std::lock_guard
  • Semaphore
  • Spin Lock
  • Reader-Writer Lock
  • Thread Pool

Implementation

  • Thread-Safe Singleton
  • Thread-Safe Logger
  • Thread-Safe Timer
  • Thread-Safe Cache
  • Notify Queue
  • safe_ptr

Popular repositories Loading

  1. .github .github Public

Repositories

Showing 1 of 1 repositories
  • .github Public
    ocroneasis/.github’s past year of commit activity
    0 0 0 0 Updated Feb 17, 2025

Top languages

Loading…

Most used topics

Loading…