OBJ Loader for OpenGL

This page summarizes the projects mentioned and recommended in the original post on /r/opengl

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • objgl

    C Wavefront OBJ loader for OpenGL

  • My first post here was totally misunderstood so I removed it to not cause further confusion. Now I'm coming back with a small, lightweight OBJ loader. Here it is on GitHub: https://github.com/karolek471/objgl

  • OpenGLTutorial

  • Also I came up with a cool way of generating the indices for unique points by using std::sort, std:unique and using some tracking Ids.... https://github.com/dokipen3d/OpenGLTutorial/blob/main/src/obj_loader_element_cpp.hpp

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 3DWorld

    3D Procedural Game Engine Using OpenGL

  • std::stof() and std::strtol() are *very* slow (not entirely sure why), and you can do 2-4x faster by parsing the characters one at a time yourself. For atoi() you can look at my base_file_reader::fast_atoi() function in https://github.com/fegennari/3DWorld/blob/master/src/object_file_reader.cpp For atof() the best I've found is the one used in assimp, which originally comes from here: http://irrlicht.sourceforge.net/docu/fast__atof_8h_source.html

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts