<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News - Newest: &#34;BIM&#34;</title><link>https://news.ycombinator.com/newest</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 14 May 2026 18:39:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/newest?q=BIM" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[BIM for the Open Web]]></title><description><![CDATA[
<p>Article URL: <a href="https://opencad.archi/">https://opencad.archi/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47808341">https://news.ycombinator.com/item?id=47808341</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 17 Apr 2026 17:24:29 +0000</pubDate><link>https://opencad.archi/</link><dc:creator>kengeo</dc:creator><comments>https://news.ycombinator.com/item?id=47808341</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47808341</guid></item><item><title><![CDATA[Show HN: Overlay map tiles onto Autodesk's 3D BIM Viewer]]></title><description><![CDATA[
<p><a href="https://github.com/infra-plan/bim-tile-overlay" rel="nofollow">https://github.com/infra-plan/bim-tile-overlay</a><p>We manage infrastructure using BIM models in Autodesk Viewer. We needed to show aerial imagery and street maps underneath the 3D models, synced to the camera in real-time, so that we can give some context to the shown infrastructure.<p>The hard part: coordinate transforms. A Revit model's internal coordinates are in feet, rotated, translated, and offset from a local CRS projection, which itself needs to be converted from WGS84. The library ray-casts the camera frustum onto a ground plane, converts the hit points to lon/lat, determines which XYZ tiles to fetch, stitches them into a canvas, and maps the result onto a THREE.js plane, all updating on camera change. ~500 lines of JavaScript, MIT license, one peer dependency (proj4).<p>We would love to hear community feedback!
The reason we decided to open-source is quite common: we couldn't find something similar to this that would not require a significant change to our workflow.<p>Hope others will find benefit from this library.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47500091">https://news.ycombinator.com/item?id=47500091</a></p>
<p>Points: 4</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 24 Mar 2026 08:59:46 +0000</pubDate><link>https://github.com/infra-plan/bim-tile-overlay</link><dc:creator>gubets</dc:creator><comments>https://news.ycombinator.com/item?id=47500091</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47500091</guid></item><item><title><![CDATA[Show HN: Pure Rust IFC/BIM Viewer in the Browser via WebAssembly]]></title><description><![CDATA[
<p>I built an IFC building model viewer entirely in Rust — Leptos for the UI, Bevy for 3D rendering (WebGPU/WebGL2), 
  parser. It compiles to a single WASM binary (~5.8MB Brotli), no C++ geometry kernel or JS runtime involved.<p><pre><code>  The demo loads the BayArena stadium with 324 floodlights carrying real EULUMDAT photometric data embedded in the IFC file. </code></pre>
Click any fixture to see its polar light distribution, beam angles, and color temperature. Press L to toggle photometric lighting mode  it spawns actual light sources derived from the fixture data.
Source at <a href="https://github.com/holg/bimifc" rel="nofollow">https://github.com/holg/bimifc</a></p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47215858">https://news.ycombinator.com/item?id=47215858</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 02 Mar 2026 09:56:54 +0000</pubDate><link>https://bimifc.de/?file=bayarena_lighting.ifc</link><dc:creator>holg</dc:creator><comments>https://news.ycombinator.com/item?id=47215858</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47215858</guid></item><item><title><![CDATA[3D BIM model from 2D sketch]]></title><description><![CDATA[
<p>Article URL: <a href="https://aecmag.com/ai/higharc-ai-delivers-3d-bim-model-from-2d-sketch/">https://aecmag.com/ai/higharc-ai-delivers-3d-bim-model-from-2d-sketch/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=43078761">https://news.ycombinator.com/item?id=43078761</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 17 Feb 2025 13:25:41 +0000</pubDate><link>https://aecmag.com/ai/higharc-ai-delivers-3d-bim-model-from-2d-sketch/</link><dc:creator>geox</dc:creator><comments>https://news.ycombinator.com/item?id=43078761</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43078761</guid></item><item><title><![CDATA[Convert BIM Models to Pointcloud]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/D4ve-R/ifcclouds">https://github.com/D4ve-R/ifcclouds</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40038817">https://news.ycombinator.com/item?id=40038817</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 15 Apr 2024 10:50:09 +0000</pubDate><link>https://github.com/D4ve-R/ifcclouds</link><dc:creator>d4ve-r</dc:creator><comments>https://news.ycombinator.com/item?id=40038817</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40038817</guid></item><item><title><![CDATA[BIM for Heritage: Developing a historic building information model (2017) [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://historicengland.org.uk/images-books/publications/bim-for-heritage/heag-154-bim-for-heritage/">https://historicengland.org.uk/images-books/publications/bim-for-heritage/heag-154-bim-for-heritage/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=33296655">https://news.ycombinator.com/item?id=33296655</a></p>
<p>Points: 29</p>
<p># Comments: 5</p>
]]></description><pubDate>Sat, 22 Oct 2022 09:01:38 +0000</pubDate><link>https://historicengland.org.uk/images-books/publications/bim-for-heritage/heag-154-bim-for-heritage/</link><dc:creator>zeristor</dc:creator><comments>https://news.ycombinator.com/item?id=33296655</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33296655</guid></item><item><title><![CDATA[BIM, Revit, and the Database Dream (2021)]]></title><description><![CDATA[
<p>Article URL: <a href="https://constructionphysics.substack.com/p/bim-revit-and-the-database-dream">https://constructionphysics.substack.com/p/bim-revit-and-the-database-dream</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=30239263">https://news.ycombinator.com/item?id=30239263</a></p>
<p>Points: 16</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 07 Feb 2022 02:01:20 +0000</pubDate><link>https://constructionphysics.substack.com/p/bim-revit-and-the-database-dream</link><dc:creator>todsacerdoti</dc:creator><comments>https://news.ycombinator.com/item?id=30239263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30239263</guid></item><item><title><![CDATA[FreeCAD BIM development news]]></title><description><![CDATA[
<p>Article URL: <a href="https://yorik.uncreated.net/blog/2020-011-freecad-september">https://yorik.uncreated.net/blog/2020-011-freecad-september</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=24951311">https://news.ycombinator.com/item?id=24951311</a></p>
<p>Points: 80</p>
<p># Comments: 23</p>
]]></description><pubDate>Sat, 31 Oct 2020 13:30:01 +0000</pubDate><link>https://yorik.uncreated.net/blog/2020-011-freecad-september</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=24951311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24951311</guid></item><item><title><![CDATA[FreeCAD BIM development news – April 2020]]></title><description><![CDATA[
<p>Article URL: <a href="https://yorik.uncreated.net/blog/2020-003-freecad-april">https://yorik.uncreated.net/blog/2020-003-freecad-april</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23202001">https://news.ycombinator.com/item?id=23202001</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 16 May 2020 09:45:11 +0000</pubDate><link>https://yorik.uncreated.net/blog/2020-003-freecad-april</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=23202001</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23202001</guid></item><item><title><![CDATA[Making BIM Accessible]]></title><description><![CDATA[
<p>Article URL: <a href="https://vrcollab.com/">https://vrcollab.com/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22792134">https://news.ycombinator.com/item?id=22792134</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 06 Apr 2020 09:43:14 +0000</pubDate><link>https://vrcollab.com/</link><dc:creator>athzy</dc:creator><comments>https://news.ycombinator.com/item?id=22792134</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22792134</guid></item><item><title><![CDATA[BIM Coordination software for remote teams]]></title><description><![CDATA[
<p>Article URL: <a href="https://offer.vrcollab.com/remote">https://offer.vrcollab.com/remote</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=22736280">https://news.ycombinator.com/item?id=22736280</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 31 Mar 2020 10:17:37 +0000</pubDate><link>https://offer.vrcollab.com/remote</link><dc:creator>athzy</dc:creator><comments>https://news.ycombinator.com/item?id=22736280</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22736280</guid></item><item><title><![CDATA[Virtual Reality Can Help BIM]]></title><description><![CDATA[
<p>Article URL: <a href="https://thebimhub.com/2019/11/14/is-increase-vr-technology-in-bim/#.XdOxFjIzZTY">https://thebimhub.com/2019/11/14/is-increase-vr-technology-in-bim/#.XdOxFjIzZTY</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21571593">https://news.ycombinator.com/item?id=21571593</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 19 Nov 2019 09:10:37 +0000</pubDate><link>https://thebimhub.com/2019/11/14/is-increase-vr-technology-in-bim/#.XdOxFjIzZTY</link><dc:creator>athzy</dc:creator><comments>https://news.ycombinator.com/item?id=21571593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21571593</guid></item><item><title><![CDATA[Fitting BIM models into physical reality and navigation with Visualix SDK]]></title><description><![CDATA[
<p>Article URL: <a href="https://drive.google.com/file/d/1stKhbVPmI_VY_ThMmrf04Js25HCFw2wI/view">https://drive.google.com/file/d/1stKhbVPmI_VY_ThMmrf04Js25HCFw2wI/view</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=21309115">https://news.ycombinator.com/item?id=21309115</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 21 Oct 2019 03:28:11 +0000</pubDate><link>https://drive.google.com/file/d/1stKhbVPmI_VY_ThMmrf04Js25HCFw2wI/view</link><dc:creator>transhumanbob</dc:creator><comments>https://news.ycombinator.com/item?id=21309115</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=21309115</guid></item><item><title><![CDATA[Tad – Free early stage BIM software for architects]]></title><description><![CDATA[
<p>I would appreciate if architects (of the building variety)use TAD free from www.teamtad.com  It is a very different approach from conventional BIM software; and it was in use since 1989. I would deeply appreciate any feedback. Thanks!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=19310680">https://news.ycombinator.com/item?id=19310680</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Tue, 05 Mar 2019 14:25:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=19310680</link><dc:creator>limenleap</dc:creator><comments>https://news.ycombinator.com/item?id=19310680</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19310680</guid></item><item><title><![CDATA[FreeCAD BIM development news December 2018]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/yorikvanhavre/BIM_Workbench/wiki/FreeCAD-BIM-development-news-21---December-2018">https://github.com/yorikvanhavre/BIM_Workbench/wiki/FreeCAD-BIM-development-news-21---December-2018</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18800484">https://news.ycombinator.com/item?id=18800484</a></p>
<p>Points: 99</p>
<p># Comments: 22</p>
]]></description><pubDate>Tue, 01 Jan 2019 15:20:54 +0000</pubDate><link>https://github.com/yorikvanhavre/BIM_Workbench/wiki/FreeCAD-BIM-development-news-21---December-2018</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=18800484</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18800484</guid></item><item><title><![CDATA[FreeCAD BIM development news September 2018]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/yorikvanhavre/BIM_Workbench/wiki/FreeCAD-BIM-development-news---September-2018">https://github.com/yorikvanhavre/BIM_Workbench/wiki/FreeCAD-BIM-development-news---September-2018</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=18120493">https://news.ycombinator.com/item?id=18120493</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 02 Oct 2018 11:23:08 +0000</pubDate><link>https://github.com/yorikvanhavre/BIM_Workbench/wiki/FreeCAD-BIM-development-news---September-2018</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=18120493</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18120493</guid></item><item><title><![CDATA[FreeCAD BIM development news – August 2018]]></title><description><![CDATA[
<p>Article URL: <a href="https://yorik.uncreated.net/guestblog.php?2018=517">https://yorik.uncreated.net/guestblog.php?2018=517</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17890766">https://news.ycombinator.com/item?id=17890766</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Sat, 01 Sep 2018 07:38:58 +0000</pubDate><link>https://yorik.uncreated.net/guestblog.php?2018=517</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=17890766</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17890766</guid></item><item><title><![CDATA[FreeCAD BIM development news – June 2018]]></title><description><![CDATA[
<p>Article URL: <a href="https://yorik.uncreated.net/guestblog.php?2018=502">https://yorik.uncreated.net/guestblog.php?2018=502</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=17439461">https://news.ycombinator.com/item?id=17439461</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 02 Jul 2018 05:09:37 +0000</pubDate><link>https://yorik.uncreated.net/guestblog.php?2018=502</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=17439461</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=17439461</guid></item><item><title><![CDATA[The open source BIM collective]]></title><description><![CDATA[
<p>Article URL: <a href="http://www.opensourcebim.org/">http://www.opensourcebim.org/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16841500">https://news.ycombinator.com/item?id=16841500</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 15 Apr 2018 06:19:37 +0000</pubDate><link>http://www.opensourcebim.org/</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=16841500</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16841500</guid></item><item><title><![CDATA[FreeCAD BIM development news – March 2018]]></title><description><![CDATA[
<p>Article URL: <a href="https://yorik.uncreated.net/guestblog.php?2018=460">https://yorik.uncreated.net/guestblog.php?2018=460</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=16728819">https://news.ycombinator.com/item?id=16728819</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Apr 2018 15:39:46 +0000</pubDate><link>https://yorik.uncreated.net/guestblog.php?2018=460</link><dc:creator>buovjaga</dc:creator><comments>https://news.ycombinator.com/item?id=16728819</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=16728819</guid></item></channel></rss>