3 projects tagged "architecture"
Points&Forces is a set of software tools for architects, engineers, and surveyors. It uses a command line interface. It features a flexible design, total station control, digital camera control, real-time control and visualization, processing of point clouds (from laser scanners or other sources), geometry manipulations, projection of photographs on meshes, photogrammetry, in-situ measurements, and format translations for points, lines, and triangle meshes to formats that include dxf, stl, wrl, and pov. The tools were mostly used for the documentation of cultural heritage sites and buildings.
Hydra.js is a JavaScript development library that is used to create a scalable, maintainable, and module oriented system. Hydra is framework agnostic. Hydra has been designed to create your application in a modular design system. Modules are isolated from each other, so if something is wrong in one module, the other modules will continue working. A notification system allows you to invoke an action for all the modules that are listening for particular events. A module can be extended to change its behavior without losing the original behavior. Hydra.js can be used in URL threaded applications, such as in an AJAX threaded application. You can test your modules with any unit testing framework.