Skip to content

Instantly share code, notes, and snippets.

View HubLot's full-sized avatar

Hub HubLot

View GitHub Profile
@nezix
nezix / UnityMol_ChangeLog.md
Last active November 10, 2021 10:07
Current UnityMol changelog

UnityMol Changelog

[1.1.3] - 2021-02-10

  • [Feature] Add orthographic camera mode
  • [Feature] Serialization: export the current UnityMol state to a JSON file (selections, representations, annotations) !
  • [VR|Feature] LeapMotion support re-added
  • [Feature] Tour feature: long click on a selection to add it to the tour animation
  • [Feature] Call python functions each frame of a trajectory: last().NewFrameDeleg += myPythonfunc
  • [Feature] Energy plots for IMD
@mbinna
mbinna / effective_modern_cmake.md
Last active December 6, 2025 05:54
Effective Modern CMake

Effective Modern CMake

Getting Started

For a brief user-level introduction to CMake, watch C++ Weekly, Episode 78, Intro to CMake by Jason Turner. LLVM’s CMake Primer provides a good high-level introduction to the CMake syntax. Go read it now.

After that, watch Mathieu Ropert’s CppCon 2017 talk Using Modern CMake Patterns to Enforce a Good Modular Design (slides). It provides a thorough explanation of what modern CMake is and why it is so much better than “old school” CMake. The modular design ideas in this talk are based on the book [Large-Scale C++ Software Design](https://www.amazon.de/Large-Scale-Soft