Code

Last updated: 2021-08-16

If you want to contribute to the code, you should know the following things:

  • How git and GitHub works
  • How to code in C++
  • How Dear ImGui works (The Demo is included in BrickSim, the best way for me was to play around and then Ctrl+F for a display text to quickly navigate to the corresponding code lines)

If you don't know one of the technologies yet, there are many tutorials on the internet.

If you have an idea or a bug, please make a new issue and describe it as detailed as possible. Also mention that you want to implement it yourself. The maintainers will give you their OK if the issue is valid. After that you can start coding. This way you don't waste time for something which we won't accept.

Of course, we accept as much as possible, but if something does not make sense, it is better not to accept it.

Before you start, make sure you read the following documents: