Skip to content
View AbsintheScripting's full-sized avatar
Block or Report

Block or report AbsintheScripting

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
AbsintheScripting/README.md

Hi there 👋

Pinned

  1. My C++ code style My C++ code style
    1
    ### Things to consider
    2
    
                  
    3
    * Scott Meyers - Effective Modern C++ (explains important C++11/14 features)
    4
    * [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) (C++17/20, for naming and layout look at the examples below)
    5
    * [Unreal Engine Coding Standard](https://docs.unrealengine.com/5.0/en-US/epic-cplusplus-coding-standard-for-unreal-engine/) (ignore the UE specific stuff)
  2. compile-time-reflection compile-time-reflection Public

    a simple reflection tool to reflect on resource usage and how they are accessed (read or write mode)

    C++

  3. Launcher Launcher Public

    Forked from GothicMultiplayerAccrescere/Launcher

    This is a new launcher for Gothic Multiplayer

    HTML

  4. new-python-project-template new-python-project-template Public

    My template for any new python3 project with settings and recommended plugins for VS Code.

    Python