All Projects → prideout → parm

prideout / parm

Licence: other
minimal macOS Metal application

Programming Languages

Objective-C++
1391 projects
Metal
113 projects
CMake
9771 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to parm

metal-cpp
Metal-cpp is a low-overhead C++ interface for Metal that helps developers add Metal functionality to graphics apps, games, and game engines that are written in C++.
Stars: ✭ 143 (+248.78%)
Mutual labels:  metal
metal.test
Deprecated, superseded by https://github.com/metal-ci/test
Stars: ✭ 41 (+0%)
Mutual labels:  metal
CrossWindow-Graphics
A header only library to simplify creating 🌋 Vulkan / ⚪ OpenGL / 🌐 WebGL / ❎DirectX / 🤖 Metal data structures with CrossWindow.
Stars: ✭ 48 (+17.07%)
Mutual labels:  metal
MetalColor
Automatic Real Time Colorization with CNN on iOS
Stars: ✭ 69 (+68.29%)
Mutual labels:  metal
MixerBox
An iOS μ-framework featuring 2 HSB color pickers.
Stars: ✭ 13 (-68.29%)
Mutual labels:  metal
Apple-Silicon-Guide
Apple Silicon Guide. Learn all about the M1, M1 Pro, M1 Max, and M1 Ultra chips.
Stars: ✭ 240 (+485.37%)
Mutual labels:  metal
vger
2D GPU renderer for dynamic UIs
Stars: ✭ 122 (+197.56%)
Mutual labels:  metal
mosaix
An iOS photo mosaic application.
Stars: ✭ 42 (+2.44%)
Mutual labels:  metal
MetalAsyncReadback
Asynchronous GPU readback implementation for Unity on Metal (macOS/iOS)
Stars: ✭ 38 (-7.32%)
Mutual labels:  metal
ThickRedLine
Thick Red Line - drawing thick lines for SceneKit with metal shaders
Stars: ✭ 40 (-2.44%)
Mutual labels:  metal
rendering-fw
Rendering framework with rasterizers & path tracers implemented using Vulkan, OptiX & OpenGL
Stars: ✭ 81 (+97.56%)
Mutual labels:  metal
dreamsnap
Real life through the eyes of an artist
Stars: ✭ 16 (-60.98%)
Mutual labels:  metal
YALCT
Yet Another Live Coding Tool - Powered by Veldrid and elbow grease
Stars: ✭ 25 (-39.02%)
Mutual labels:  metal
metal-devtools
🤘 Developer Tools for Metal.js
Stars: ✭ 20 (-51.22%)
Mutual labels:  metal
FFmpegMetalPlayer
xcoderliu.github.io
Stars: ✭ 18 (-56.1%)
Mutual labels:  metal
Filmroom
A Image Processing test field of Apple Platform. Mainly using Swift and Metal
Stars: ✭ 42 (+2.44%)
Mutual labels:  metal
Flocking
An example showing how to use SwiftUI, Satin, Forge and Youi to simulate birds flocking via a compute particle system (n-body).
Stars: ✭ 63 (+53.66%)
Mutual labels:  metal
SuperShapes
A tiny macOS app showing how to use Satin, Forge, Youi and SwiftUI to visualize super shapes in 3D.
Stars: ✭ 42 (+2.44%)
Mutual labels:  metal
metal dataset
metal lyrics and band names dataset (raw)
Stars: ✭ 19 (-53.66%)
Mutual labels:  metal
pygfx
Like ThreeJS but for Python and based on wgpu
Stars: ✭ 72 (+75.61%)
Mutual labels:  metal

Build Status

This uses CMake even though it is obviously not a cross-platform application. This allows the build to be expressed as a single text file.

> brew install cmake
> . env.sh # set up the aliases used below
> init     # invoke cmake to [re]create an Xcode project in _build
> build    # build the app
> run      # launch the app
> debug    # debug the app with lldb

See also:

https://github.com/naleksiev/mtlpp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].