#obj — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #obj, aggregated by home.social.
-
New #ThingUmbrella release(s): Updated the https://thi.ng/geom-io-obj OBJ mesh parser to support stream parsing using async iterables. This allows direct piping
fetch()responses to the parser.const response = await fetch(MODEL_URL);
const objModel = await parseOBJFromStream(response.body);Also polished and published a related small example project for it (incl. arcball camera controller, which had an update too):
Demo (Click & drag to rotate view, touchpad/mousewheel to zoom):
https://demo.thi.ng/umbrella/webgl-obj/Source:
https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/webgl-obj/src/index.tsAlternatively to stream parsing, there's also a generator/co-routine based version. This can be used standalone or together with https://thi.ng/fibers to better control the time slicing behavior when parsing large model files (tens or hundreds of MB) and so gives fine-grained control to avoid blocking the main UI thread:
import { timeSlice } from "@thi.ng/fibers";
const response = await fetch(MODEL_URL);
const src = await response.text();
// parse in 10 millisecond time slices
const model = await timeSlice(parseOBJGenerator(src), 10).run().promise();More background info & discussion for those interested:
https://codeberg.org/thi.ng/umbrella/pulls/405#OpenSource #Stream #Mesh #OBJ #WebGL #TypeScript #JavaScript
-
New #ThingUmbrella release(s): Updated the https://thi.ng/geom-io-obj OBJ mesh parser to support stream parsing using async iterables. This allows direct piping
fetch()responses to the parser.const response = await fetch(MODEL_URL);
const objModel = await parseOBJFromStream(response.body);Also polished and published a related small example project for it (incl. arcball camera controller, which had an update too):
Demo (Click & drag to rotate view, touchpad/mousewheel to zoom):
https://demo.thi.ng/umbrella/webgl-obj/Source:
https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/webgl-obj/src/index.tsAlternatively to stream parsing, there's also a generator/co-routine based version. This can be used standalone or together with https://thi.ng/fibers to better control the time slicing behavior when parsing large model files (tens or hundreds of MB) and so gives fine-grained control to avoid blocking the main UI thread:
import { timeSlice } from "@thi.ng/fibers";
const response = await fetch(MODEL_URL);
const src = await response.text();
// parse in 10 millisecond time slices
const model = await timeSlice(parseOBJGenerator(src), 10).run().promise();More background info & discussion for those interested:
https://codeberg.org/thi.ng/umbrella/pulls/405#OpenSource #Stream #Mesh #OBJ #WebGL #TypeScript #JavaScript
-
Giants Legend Eli Manning Makes Decision on NFL Return at 45 https://www.rawchili.com/nfl/?p=884636 #BethpageStateParkGolfCourseBethpageUSA #DevinMcCourty #EliManning #Football #IndianapolisColts #JoeSchoen #MalcolmButler #NewYork #NewYorkGiants #NFL #OBJ #OdellBeckham #Patriots #PhilipRivers #TampaBayBuccaneers #TomBrady #VeteranQuarterback
-
Apple fixed a bug that let cops extract deleted chat messages from iPhones, but the real issue is Objective-C. iOS still relies on this outdated language with no Rust support. To innovate, Apple should open-source Cocoa Touch and engage with WebAssembly and LLVM projects.
-
Apple fixed a bug that let cops extract deleted chat messages from iPhones, but the real issue is Objective-C. iOS still relies on this outdated language with no Rust support. To innovate, Apple should open-source Cocoa Touch and engage with WebAssembly and LLVM projects.
-
Odell Beckham Jr., Giants appear to share mutual interest https://www.rawchili.com/nfl/846480/ #Football #Giants #GiantsFreeAgency #JasonPierrePaul #JaxsonDart #JohnHarbaugh #NewYork #NewYorkGiants #NewYorkGiantsOffseason #NewYork #NewYorkGiants #NFL #NflDraft #OBJ #ObjInjury #OdellBeckhamJrContract #OdellBeckhamJr
-
Odell Beckham Jr. eying NFL return: Giants, Rams among five-best landing spots https://www.rawchili.com/nfl/840073/ #AaronRodgers #Chiefs #FlagFootball #Football #JaxsonDart #JohnHarbaugh #LosAngeles #LosAngelesRams #LosAngeles #LosAngelesRams #NewYorkGiants #NFL #NflDraft #NFLOffseason #NFLTradeRumors #NflFreeAgency #OBJ #OBJFlagFootball #ObjStats #OdellBackhamReturn #OdellBeckhamStats #PatrickMahomes #Rams #Steelers
-
OBJ x Giants REUNION!? 👀🔥 https://www.rawchili.com/4940428/ #2026NflMockDraft #FanaticsFlagFootballClassicHighlights #Football #Giants #kidblue #KidblueGiants #kidbluerb27 #NewYorkGiants #NewYorkGiantsMockDraft #NewYorkGiants #NFL #NFLDraft #NFLFreeAgency #NflHighlights #NFLMemes #NFLMockDraft #NyGiants #obj #OdellBeckham
-
RE: https://openbiblio.social/@tub/115961793467224990
Marie Kondo-Fans aufgemerkt!
Wir haben mit unserem Magazin viel vor - und zu Beginn räumen wir erstmal auf.
FaMI, Buchhändler*in oder vergleichbare Kenntnisse und Lust auf zwei Jahre "does it spark joy"? Wir freuen uns auf aufgeräumte Bewerbungsunterlagen bis heute in zwei Wochen!
#Bibliothek #FaMI #Aufräumen #Magazin #Bestandspflege #Hamburg #TUHH #bibliojobs #jobs #OBJ
-
RE: https://openbiblio.social/@tub/115961793467224990
Marie Kondo-Fans aufgemerkt!
Wir haben mit unserem Magazin viel vor - und zu Beginn räumen wir erstmal auf.
FaMI, Buchhändler*in oder vergleichbare Kenntnisse und Lust auf zwei Jahre "does it spark joy"? Wir freuen uns auf aufgeräumte Bewerbungsunterlagen bis heute in zwei Wochen!
#Bibliothek #FaMI #Aufräumen #Magazin #Bestandspflege #Hamburg #TUHH #bibliojobs #jobs #OBJ
-
🚀 Remember, with https://CAD-Viewer.com , you can share your 3D models in our public library! You control the license of your files and decide whether to share the source or keep it private.
Don’t wait—register an account and share your creations today! Perfect for 3D printing enthusiasts. :underheart:
#3DPrinting #3DModels #CAD #OpenSource #3DDesign #MakersGonnaMake #TechCommunity #DigitalFabrication #freecad #step #obj #iges #stl
-
OBJ file visualization is back ! ✨
Some months ago we improved our platform with a custom CAD compression algorithm and we had to disable OBJ.
The format is now enabled back, and in the next steps we will improve the tree navigation, to support, assemblies, groups, and surface detection.
-
✨ Small update, big convenience!
We’ve just removed CAPTCHAs for registered users when uploading CAD files.
Enjoy smoother uploads and a cleaner experience—create your free account today!
🔗 https://cad-viewer.com/apps -
sometimes simple code is best. i really like this category method on NSFileManager:
```
- (BOOL)linkOrCopyItemAtURL:(nonnull NSURL *)srcURL toURL:(nonnull NSURL *)dstURL error:(NSError *__autoreleasing _Nullable * _Nullable)error {BOOL success = [self linkItemAtURL:srcURL toURL:dstURL error:error];
return (success) ?: [self copyItemAtURL:srcURL toURL:dstURL error:error];
}
```
-
sometimes simple code is best. i really like this category method on NSFileManager:
```
- (BOOL)linkOrCopyItemAtURL:(nonnull NSURL *)srcURL toURL:(nonnull NSURL *)dstURL error:(NSError *__autoreleasing _Nullable * _Nullable)error {BOOL success = [self linkItemAtURL:srcURL toURL:dstURL error:error];
return (success) ?: [self copyItemAtURL:srcURL toURL:dstURL error:error];
}
```
-
Noch bis übermorgen!
Unser kleines, feines Team Digitale Dienste @tub sucht eine*n #Sysadmin bzw. Systemtechniker*in (E11 unbefristet).
Ob #Informatiker*in, #Bibliothekar*in oder #Fachinformatiker*in mit Berufserfahrung - wir freuen uns auf Bewerber*innen mit Leidenschaft für das Weiterentwickeln von Infrastruktur.
https://openbiblio.social/@tub/114082106156938278
Mehr Infos:
https://www.tub.tuhh.de/blog/2025/02/28/4025ttub/ -
Noch bis morgen!
Für unser großartiges Benutzungsteam @tub suchen wir Verstärkung (E10/A10 unbefristet).
Schwerpunkt sind Vermittlungsangebote für #Datenbanken und Weiterentwicklung unsere Anfragenmanagements.
Bonus: Deine Abteilungsleitung sind @Niggibib und @JanJaeger.
https://openbiblio.social/@tub/114075919499081299
Mehr Infos:
https://www.tub.tuhh.de/blog/2025/02/27/bibliothekarin-fuer-die-benutzung-und-informationsservices/ -
Quick Post #5: A Utility for Converting .obj Files Created by Microsoft 3D Builder
There are several different file formats for specifying 3d objects (as Tannenbaum wrote, "The good thing about standards is that there are so many to choose from." One such standard is the obj or .obj open format. By itself, the .obj file definition does not support coding surface shading properties in the .obj file,
https://www.mcgurrin.info/robots/8123/
#Uncategorized #obj #3DBuilder #3DPrinters #python -
🐱 GATO CAT MODERN SCULPTURE • STL files
➡️ Download 3D print model: https://cults3d.com/:2312375
💡 Designed by @GazZzaN@cults3d #3DPrinting #3DPrinter #Printable #STLfile #GATO #CAT #MODERN #SCULPTURE #stl #obj #caturday
-
🐉 Horus: The Curious Egyptian God of the Sky • STL and OBJ files
➡️ Download 3D print model: https://cults3d.com/:1802687
💡 Designed by @GazZzaN@cults3d #3DPrinting #3DPrinter #Printable #STLfile #horus #god #Egyptian #Egipt #Sky #stl #obj
-
💀 Scary Skull Cloth • Free STL and OBJ files
➡️ Download 3D print model: https://cults3d.com/:1838915
💡 Designed by @GazZzaN@cults3d #3DPrinting #3DPrinter #Printable #STLfile #free #stl #obj
-
🦅 Eagle Falcon HAWK Head STL For CNC • STL and OBJ files
➡️ Download 3D print model: https://cults3d.com/:1162718
💡 Designed by @GazZzaN@cults3d #3DPrinting #3DPrinter #Printable #STLfile #eagle #falcon #hawk #cnc #stl #obj #sale
-
🐉 CHINESE Dragon Style Front Door Cabinet Handle • STL and OBJ files
➡️ Download 3D print model: https://cults3d.com/:1996960
💡 Designed by @GazZzaN@cults3d #3DPrinting #3DPrinter #Printable #STLfile #dragon #cnc #fish #chinese #china #handle #cabinet #door #stl #obj
-
🏺 TEALIGHT HOLDER MODERN / VASE • STL and OBJ files
➡️ Download 3D print model: https://cults3d.com/:1354581
💡 Designed by @GazZzaN@cults3d #3DPrinting #3DPrinter #Printable #STLfile #stl #obj #vase #tealight
-
🦵 Classic Furniture Leg Cabriole for tables and chairs • STL and OBJ files
➡️ Download 3D print model: https://cults3d.com/:1202491
💡 Designed by CNC_PROFESSIONAL@cults3d #3DPrinting #3DPrinter #Printable #STLfile #cnc #wood #furniture #leg #classic #stl #obj
-
💃 3D SHIVA NATARAJA Dancing LORD Model • STL and OBJ files
➡️ Download 3D print model: https://cults3d.com/:1173325
💡 Designed by CNC_PROFESSIONAL@cults3d #3DPrinting #3DPrinter #Printable #STLfile #stl #obj
-
SolidModelBrowser — удобный просмотр STL, 3MF, OBJ, особенно для тех, у кого завёлся 3D принтер
Началась эта история с того, что несколько лет назад я купил 3D принтер. Конечно, по началу не представлял толком, как эта технология работает, и насколько прочными и полезными будут его пластиковые изваяния. Однако, быстро натренировавшись и отрегулировав эту машинку, я был удивлён и вполне удовлетворён качеством пластиковых изделий, спайкой слоёв и точностью их геометрических размеров. Конечно, в последствии не обошлось без модернизаций аппарата, но сейчас не об этом. Печатать игрушки с thingiverse мне, конечно, надоело быстро, да и брал я свой дрыгостол с большим прицелом на техничку. Принтер вскоре стал одной из любимых игрушек, а связка Blender+Cura позволяла лепить модели мелких деталей порой за считаные минуты, отправляя их затем на печать. Сломалось колёсико у дивана - не в магазин же бежать, отломилось какое-нибудь крепление или кронштейн - и уже гудит вентилятор хотэнда. Штырьки, подпятники, элементы механизмов, и конечно, куча всяких баночек и коробочек... Библиотека STL и 3MF росла. И в какой-то момент стало понятно, что я не помню, в каком файле лежит та или иная деталь. Хоть файлы и имели осмысленные названия на английском, но я просто уже забыл, что и как назвал, и ориентироваться в разрастающейся свалке становилось всё труднее. Нужен был какой нибудь удобный просмотрщик. Вот так и зародился несколько лет назад проект Solid Model Browser. Приложение создано на платформе WPF и работает под Windows. В окне отображается загруженная модель, панель инструментов-кнопочек, и файловая панель слева, меняющая свою прозрачность по мере её востребованности...
-
Die Uni Hamburg sucht eine Leitung für die im Entstehen begriffene Fakultätsbibliothek MIN (E14/A14).
Dazu gehört (wenn der Bau dann Anfang der 30er Jahre fertig ist) auch die Leitung des "Learning Centres" in der Science City Bahrenfeld. Dort vereint ein innovatives Konzept Bibliothek, Fachstudienberatung, weitere Serviceangebote und studentische Räume unter einem Dach.
#bibliojobs #obj #hamburg #bibliothek #mint
CC @stabihh
-
Die Uni Hamburg sucht eine Leitung für die im Entstehen begriffene Fakultätsbibliothek MIN (E14/A14).
Dazu gehört (wenn der Bau dann Anfang der 30er Jahre fertig ist) auch die Leitung des "Learning Centres" in der Science City Bahrenfeld. Dort vereint ein innovatives Konzept Bibliothek, Fachstudienberatung, weitere Serviceangebote und studentische Räume unter einem Dach.
#bibliojobs #obj #hamburg #bibliothek #mint
CC @stabihh
-
Komm an die @tub und arbeite mit @unzeit!
Wie sagte @Lambo neulich sinngemäß: Schaut Euch die Stelle an, mit @unzeit arbeiten ist toll!
Diesmal: Fachreferent*in Informatik A13/E13 unbefristet.
Alle Details: https://openbiblio.social/@unzeit/112569606312358687
Added Bonus: Zusammenarbeit mit mir. 😉 (Äh, ja, zum 1.8. wechsele ich auf die andere Seite der Elbe.)
-
Wer hat Bock auf Hamburg, Führung und Vor-Ort-Services in einer tollen ÖB?
Bei den @buecherhallen wird die Leitung Publikumsbetrieb der Zentralbibliothek frei. E13 (auch mit Bachelor/FH-Diplom) unbefristet ab 01.12.2024. Mit vier Wochen Übergabe durch den Vorgänger! (Grüße gehen raus. 👋)
Frist: 17.06.2024.
-
Und es geht doch!
E13 unbefristet mit Bachelor *oder* gleichwertigen Fähigkeiten (jeweils mit 3 Jahren Erfahrung).
Softwarearchitekt*in für Bibliotheksmanagementsysteme
In der schönsten Stadt der Welt: https://blog.sub.uni-hamburg.de/?p=37800
-
Damn I managed to give a correct UV mapping with the geometric nodes but for the moment there is no way to export this to other formats, too bad I would have liked to export everything to #glTF or #OBJ. #b3d #Blender #Blender3D
-
-
“We. Are. BACK, baby…He goes by the name OBJ, aka Odell Beckham Jr…” - @[email protected]
☔️☔️☔️THURSDAY THUNDER☔️☔️☔️
#Excalibur #TylerJeffrey #LadyOfTheLake
#JosephBurrow #Lamarvelous #Valhalla
#OBJ #WeDidntStartTheFire #DKPartnerBrought to you by @[email protected] ✅
-
Avoyd 0.19.0 Full and Demo are out.
https://www.enkisoftware.com/products
New in the Voxel Editor:
- Export to Mesh with Blender-compatible OBJ PBR materials in textures
- Export to Godot and Unreal 5 via Blender
- Improved import material palettes from images and heightmaps and export palette to .vox
- Import and repair some MagicaVoxel .vox files
- Fixed .vox import offset in flipped models, and in rare cases missing or extra voxels#Godot #OBJ #PBR #Unreal #UE5 #Voxel #Avoyd #GameDev #IndieDev
-
Hatte am verlängerten Wochenende noch Zeit für eine kleine #Bastelarbeit um den Punk zurückzubringen nach Hannover und auf die #111BiblioCon oder so.
Verschenke auch diese Erinnerung an die 90er an alle die möchten. Könnt ihr zB an die Bändchen machen 😊 #SadBeigeFami
Bitte boosten und euch selbst taggen, wenn ihr euch wiederfindet: #RDA #FDM #RAK #ZDB #OBJ #PPN #DOKULI usw.
-
Odell Beckham Jr. is now a part-owner of the Washington DC Major League Pickleball expansion team.
#OBJ #Pickleball #NFL :nfl:
-
p2or/blender-batch-import-wavefront-obj: Import multiple OBJ files, their UV's and materials
https://github.com/p2or/blender-batch-import-wavefront-objJust found this - sharing in case anyone else finds it useful
-
Time for an #introduction
Hi, I'm Luke 👋 I'm a software engineer and team lead from Sheffield UK. I primarily focus on building mobile apps, with 10+ years of native iOS development. I also like "people" stuff, and find leadership and management hugely rewarding.
Outside of work my interests include playing guitar, rubiks cubing, politics, and trying to be a good dad and partner.
#iOS #swift #obj-c #engineering #management #leadership #rubiks #politics #sheffield #leeds #yorkshire #digital