Using Metal framework

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

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
  • MGL

    OpenGL 4.6 on Metal

  • Are you sure about that? AFAIK OpenGL up to 4.1 is still supported on OSX. For anything higher there is also this project: https://github.com/openglonmetal/MGL

  • ModernGL

    Minimal Modern OpenGL Demos (Version 4.x). (by NCCA)

  • You need to ensure you use either a full core profile context or an old compatibility OpenGL 2.1 context, you can't mix and match (Like in Windows / linux). Also Vertex Array Objects are mandatory for core profile on the mac (on some older systems you can get away without using them). Personally I use either Qt or SDL2 for creating the context but you can also use other frameworks. I've got a load of simple demos using different frameworks here https://github.com/NCCA/ModernGL Including one that uses the Objective C / coca for creating the window / context.

  • 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
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