Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

engine3d-dev/metal-cpp

Open more actions menu

Repository files navigation

Library Template

This templated project is used for creating library projects that may be used.

This template is setup to using C++ modules.

How to Build

Before proceeding, make sure to have done the getting_started.

Building the project.

As soon the development environment for Conan is setup.

You should be able to build this project with the following commands:

conan atlas build . -s build_type=Debug

Building Demos

Your demos will expect the library template to be in conan cache.

Before building demos do:

conan atlas create . -s build_type=Debug

Then to build demos continue with the following commands:

conan atlas build demos -s build_type=Debug

To execute the demo:

./demos/build/Debug/demo

About

Modern C++ abstraction layer around the Metal graphics API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.