Skip to content

landgrafhomyak/itmo-brick7rope-modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github release Stable release Latest release Building CMake C99 C++11

Brick&Rope Modeling

Editor for modeling interaction of bricks and elastic ropes. Bricks have mass; Ropes have young's module, cross-sectional square and undeformed length.

CONSUMES A LOT OF CPU RESOURCES

Abilities:

  • Managing scene objects
  • Pause
  • Thread-separated render, engine and windows manager
  • Undo stack
  • Configuring scene objects
  • Saving and loading captures
  • Configuring UPD, FPS and TPS limits

Requirements

  • Windows Vista (Not tested)
  • Windows 7 or later

For building:

  • Windows SDK
  • CMake 3.5 or grater
  • MSVC or MinGW compiler with standards C99 and C++11

Using

Just screenshot Buttons

Installing

Download executable from release page or build via cmake:

# Requires administrator privileges
cmake -B ./build -DCMAKE_BUILD_TYPE=Release
cmake --build ./build --config Release
cmake --install ./build

# Custom installation folder:
cmake --install ./build --prefix PATH/TO/FOLDER