Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
OpenGameEngineTraining
/
tinyobjloader
Public
forked from
tinyobjloader/tinyobjloader
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
release
User selector
All users
All time
Commit history
Commits on Mar 10, 2026
[WIP] Add efficient ASCII to float/double parser (#420)
Copilot
authored
966edce
View commit details
Copy full SHA for 966edce
Browse repository at this point
Commits on Mar 7, 2026
Upgrade to cibuildwheel 3.3.1 (#407)
Show description for 7dbc543
paulmelnikow
and
Copilot
authored
7dbc543
View commit details
Copy full SHA for 7dbc543
Browse repository at this point
Commits on Mar 6, 2026
Rewrite OBJ/MTL parser to byte-stream based with StreamReader, add mmap support, and integrate Windows long path/Unicode support (#416)
Show description for f27721f
5 people
authored
f27721f
View commit details
Copy full SHA for f27721f
Browse repository at this point
Commits on Mar 5, 2026
Remove AppVeyor CI configuration and README badge (#421)
Show description for dda7950
Copilot
and
syoyo
authored
dda7950
View commit details
Copy full SHA for dda7950
Browse repository at this point
Remove Azure build badge and AUR badge from README (#422)
Show description for c748b62
Copilot
and
syoyo
authored
c748b62
View commit details
Copy full SHA for c748b62
Browse repository at this point
Commits on Mar 4, 2026
Move unit tests to GitHub Actions (#411)
Show description for 5a2342f
paulmelnikow
authored
5a2342f
View commit details
Copy full SHA for 5a2342f
Browse repository at this point
Add Windows long path and Unicode file path support for .obj/.mtl loading (#415)
Show description for 71a40e4
Copilot
and
syoyo
authored
71a40e4
View commit details
Copy full SHA for 71a40e4
Browse repository at this point
Commits on Mar 3, 2026
Fix texcoord_ws corruption, alpha_texname double-write, missing BOM strip in callback, and wrong test fixture path (#414)
Show description for c20c973
Copilot
and
syoyo
authored
c20c973
View commit details
Copy full SHA for c20c973
Browse repository at this point
Add regression test for `numpy_num_face_vertices()` fix (issue #400) (#418)
Show description for d51d250
4 people
authored
d51d250
View commit details
Copy full SHA for d51d250
Browse repository at this point
Derive numpy_num_face_vertices element type from member type instead of hardcoding unsigned int (#412)
Show description for ff228a9
4 people
authored
ff228a9
View commit details
Copy full SHA for ff228a9
Browse repository at this point
Fix `numpy_num_face_vertices()` (#408)
Show description for fcc9005
paulmelnikow
and
Copilot
authored
fcc9005
View commit details
Copy full SHA for fcc9005
Browse repository at this point
Commits on Mar 2, 2026
Readme cleanup + remove obsolete config (#409)
Show description for a285d14
paulmelnikow
authored
a285d14
View commit details
Copy full SHA for a285d14
Browse repository at this point
Commits on Feb 23, 2026
Test Python + NumPy in CI (#405)
Show description for afdd3fa
paulmelnikow
authored
afdd3fa
View commit details
Copy full SHA for afdd3fa
Browse repository at this point
Commits on Feb 13, 2026
close inactive issues.
syoyo
committed
8a3f8b9
View commit details
Copy full SHA for 8a3f8b9
Browse repository at this point
Merge branch 'release' of github.com:tinyobjloader/tinyobjloader into release
syoyo
committed
a300a0b
View commit details
Copy full SHA for a300a0b
Browse repository at this point
Commits on Dec 20, 2025
Update README.md (#398)
MrDrElliot
authored
d56555b
View commit details
Copy full SHA for d56555b
Browse repository at this point
Commits on Dec 15, 2025
Update README.md
syoyo
authored
1dc2897
View commit details
Copy full SHA for 1dc2897
Browse repository at this point
Commits on Jul 15, 2025
Add remove Utf8 BOM (#394)
paulbauriegel
authored
a4e519b
View commit details
Copy full SHA for a4e519b
Browse repository at this point
Commits on Jan 29, 2025
Correct multi-material parsing (#392)
Show description for 3bb554c
SeanCurtis-TRI
authored
3bb554c
View commit details
Copy full SHA for 3bb554c
Browse repository at this point
Commits on Nov 23, 2024
add regression test for #389
syoyo
committed
fe9e713
View commit details
Copy full SHA for fe9e713
Browse repository at this point
Fix parsing of comments at the end of lines for tokens with variable number of elements. (#389) (#390)
scschaefer
authored
3201329
View commit details
Copy full SHA for 3201329
Browse repository at this point
Commits on Nov 22, 2024
Merge branch 'release' of github.com:tinyobjloader/tinyobjloader into release
syoyo
committed
3956fd3
View commit details
Copy full SHA for 3956fd3
Browse repository at this point
Commits on Nov 6, 2024
Update README.md (fix typo) (#388)
Show description for 5cd3842
ElDigoXD
authored
5cd3842
View commit details
Copy full SHA for 5cd3842
Browse repository at this point
Commits on Oct 23, 2024
Update README.md (#387)
Show description for b5346fa
elmarsan
authored
b5346fa
View commit details
Copy full SHA for b5346fa
Browse repository at this point
Commits on Aug 23, 2024
Create FUNDING.yml
syoyo
authored
50461d0
View commit details
Copy full SHA for 50461d0
Browse repository at this point
Commits on Jun 2, 2024
w.i.p.
syoyo
committed
31a7db6
View commit details
Copy full SHA for 31a7db6
Browse repository at this point
Commits on Jun 1, 2024
turntable rotatation w.i.p.
syoyo
committed
2f1ef75
View commit details
Copy full SHA for 2f1ef75
Browse repository at this point
Commits on Jan 31, 2024
bump cibuildwheels version to fix CI build.
syoyo
committed
cab4ad7
View commit details
Copy full SHA for cab4ad7
Browse repository at this point
Add Bazel build support (#376)
Vertexwahn
authored
9b87dc0
View commit details
Copy full SHA for 9b87dc0
Browse repository at this point
Commits on Jan 26, 2024
apply python formatter.
syoyo
committed
2945a96
View commit details
Copy full SHA for 2945a96
Browse repository at this point
bump version in cmake.
syoyo
committed
b510ef8
View commit details
Copy full SHA for b510ef8
Browse repository at this point
fix python binding build.
syoyo
committed
f767ddf
View commit details
Copy full SHA for f767ddf
Browse repository at this point
Fix parsing [w] component in `v` line.
Show description for 7b3ba0b
syoyo
committed
7b3ba0b
View commit details
Copy full SHA for 7b3ba0b
Browse repository at this point
Commits on Jan 25, 2024
v2.0.0rc11
syoyo
committed
b2f0457
View commit details
Copy full SHA for b2f0457
Browse repository at this point
Remove travis ci badge.
Show description for 6ac677b
syoyo
committed
6ac677b
View commit details
Copy full SHA for 6ac677b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.