I am looking for an easy to use profiler in windows for c++ code. Any suggestions? #assimp #gamedev #programming
Latest posts tagged with #assimp on Bluesky
I am looking for an easy to use profiler in windows for c++ code. Any suggestions? #assimp #gamedev #programming
And sometimes mainaining something like #assimp feels like: You have a “side hustle” that is just a second job with better branding #gamedev Fulfill expectations from customers gets impossible and this feels like a fail to me. #opensource
New experimental #rust bindings are available for #assimp : github.com/assimp/assim... Feedback is highly appreciated! #gamedev
Just released a major update to RayTrophi, my custom GPU&CPU Ray Tracing Engine!
• Real-time Gas/Fire Sim (GPU)
• Foliage Painting (Instanced)
• Anim Graph
• Prosedural River Tools
@NVIDIADeveloper
, #assimp, #RayTrophi
🔗 github.com/maxkemal/Ray...
#RayTracing #VFX #OpenSource
There was a version mismatch in #assimp v6.0.3, here is the latest version of the Assimp Bugfix release: github.com/assimp/assim... #gamedev
And here it the post on reddit with some more information: www.reddit.com/r/Assimp/com... #gamedev #programming #assimp #indiedev
There is a fixed version of assimp-view on github.com/assimp/assim.... It now supports vs2026 as well #assimp #gamedev
What I learned today during my #assimp refactorings: Stability over decates is a Feature. #gamedev #legacycode
🚀 BlueSky trending hashtags (15m):
#birds #scienceadviser #photography #birdphotography #gamedev #nature #booksky #bird #wildlife #assimp #eastcoastkin #pnw #wildlifephotography #cormorant #eagle #nikon #life #birdoftheday #lookingatyou #amreading
If you need to ping me for any #assimp task: use this discussion topic: github.com/orgs/assimp/... #gamedev
What I learned today: People remember what you ship. Nobody remembers what you attended. #assimp #gamedev #work
My #WTF moment of the day: cleaning up a header in #assimp: github.com/kimkulling/k... #gamedev
On medium as well: kim-kulling.medium.com/wtf-c-initia...
Learning from today: Sonarcube findings helps you a lot to get a better understanding how old your software core is #gamedev #assimp
Learning of today: make sure that all your alias declarations will not pollute the global scope. And there is no sonarcloud warning if you do it. #assimp #gamedev
After having 2 and a half weeks of vacation I am back for #assimp. There are 29 open Pull Requests ready for a review. I will start merging them as fast as possible. Thanks for all your great support and help. #gamedev
How do you Deal with your #Opensource Projekts dringend your vacations? Do you Tage care or not? #gamedev #assimp
If you need ri import stepfiles with CAD data: #assimp does not support this feature. But there is a lub from #Freecad I will evaluate
Learning of today: When one app tells you the asset-format is broken and the other one tells you it is fine: maybe they are looking for different versions with the same name #3DS. #assimp supports the legacy version and 3d MAX 2023 uses a newer version, which is incompatible. #gamedev
I wrote a small post on Medium: medium.com/p/5b67350a20b9 #assimp #gamedev
free link kim-kulling.medium.com/assimp-hacks...
The #assimp master nor support the CMakePreset feature: You can generate assimp with all tools enabled by running: cmake ./CMakeLists.txt — preset=assimp_with_tools
#gamedev #programming #cmake