OSArch Community

AEC Free Software directory: (https://wiki.osarch.org/index.php?title=AEC_Free_Software_directory)

  1. J

    @paullee it is not python but javascript. I find it interesting that it works with a markdown file, like a txt that converts to an image (there's also a sibling project in the readme file - mermaid-cli)

  2. P

    Thanks all.

    Randomly check how to import and use, e.g. Networkx, Graph-tool, in FreeCAD... but ...

    In Fedora 31

    1. pip install networkx (--user)

    2. sudo dnf install python3-graph-tool

    In FreeCAD

    1. import networkx - return : No module named 'networkx'

    2. import graph_tool - return : No module named 'graph_tool'

    Thanks for any idea

  3. M

    @paullee it sounds like your FreeCAD is not using the same Python as your user. Try running python as your user and then doing import networkx and see if that works.

    As your user, you can do import sys and sys.path to see where its packages are loaded from. One of these, usually /usr/lib/python/site-packages/ or similar, will hold networkx. It may be relatively straightforward to add that to your path in FreeCAD. i.e., by doing in FreeCAD, import sys, then sys.path.append('/path/to/your/site-packages/that/has/networkx')

  4. H

    Or you could install a package into your python version, using /path/to/your/python -m pip install xxx

  5. P

    Thanks for the ideas!

    Will try and hope it works.

  6. M

    Just want to note that we're now just over 100 software packages on the directory, excluding extensions to proprietary software! Thank you to everyone who contributed to the list!

  7. B

    Open Urban Planning Toolbox.

    The Open Urban Planing Toolbox is a group of open source programs for Urban analysis and urban planning, developed by the Inter-American Development Bank.

    The list includes:

    Raster Vision Building Detection https://github.com/EL-BID/Building-Detection

    Urban Growth Prediction Model https://github.com/EL-BID/Modelo-de-prediccion-de-crecimiento-urbano-

    OpenStreetMap Extraction Tool https://github.com/EL-BID/idb-osm-extraction-tool

    OpenMapKit Server https://github.com/hotosm/OpenMapKitServer

    Housing Deficit Estimation https://github.com/EL-BID/Housing_Deficit

    Georeferenced Program Evaluation https://github.com/EL-BID/GPE

    UrbanPy https://github.com/EL-BID/urbanpy

    (I've already included these ones in the wiki)

  8. D
  9. R

    @duncan You can read about IfcXtreme on my homepage, both BHoM and Speckle, which are from the same group and company do something average, which is good today, but is just average, and yes I know you all love dirty things :)

  10. R
  11. D

    @ReD_CoDE do you know what the difference is between the two projects?

  12. R

    @duncan the first one is developed for internal usages through some platforms like Grasshopper, the second one Spackle is developed mainly for BIM model exchange, because before that project many solutions had limitations in "geometry" area

    Spackle is good, but not good enough, they have focused on a limited area

  13. B
  14. M

    @baswein you now have upload access! Have fun :)

  15. T

    Ready: https://github.com/GollyGang/ready

    And I don't think I've seen Animation Nodes + Extra Nodes mentioned yet but these are the basis of a major Blender project to provide Everything Nodes, which essentially envisions a node-based system, such as in Dynamo or Houdini, with access to all of Blender's various features and add-ons.

  16. D

    @baswein said: Added https://www.ganttproject.biz/ to the database. I don't think I have permissions to upload files so I didn't add the icon.

    Seen it. Done it.

  17. T

    Open Street Maps: there's a Blender add-on for importing directly

  18. D
  19. J
  20. J

    KiCAD, have integration with FreeCAD, useful for electronic design, have information for sensor, robotic, domotic, fire alarms, alarms, etc, with documentation and 3D draws for BIM

  21. J

    QElectroTech

    QElectroTech is a free software to create electric diagrams, useful to a correct electrical plan design and good replacement for AutoCAD Electrical

  22. J

    FreeCAD PyFlow, replacement Dynamo Studio, Grasshopper and similars.

    Dynamo RunTime, The version Open Source of Dynamo Studio.

  23. J

    LibreOffice, great potential, very know and the best alternative for MS Office,useful for the boring but needed documentation, useful for create diagrams for workflows and presentations. With pluging might have integration with all mentioned software in this entire post

  24. J

    Godot engine. No strings attached, no royalties, nothing. Your game is yours, down to the last line of engine code. Best alternative to Unreal Engine or Unity or similars, can import IFC, have plugin for blender, have visual programing integrated. have Integration with AR and VR'

  25. J

    Dynamo Wi-Fi Planner for Autodesk AutoCAD and Revit

    Plugin for wifi analyzis created in Dynamo RunTime, source visible after install

  1. Page 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 15
  10. 16
  11. 17

Login or Register to reply.