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
Pion Core: The standard library of Pion development, which provides
collections, threading and concurrency, random numbers, metaprogramming, etc.
Pion Render: Pion's modern 2D/3D rendering facilities for Vulkan, DirectX 12, and Metal.
Pion Sculpt: Pion's native user interface library which provides fine-grained control over UI design.
Pion Imagine: Pion's high-level descriptive user interface library, which makes easy adaptive UIs that use native
look-and-feel.
Pion Tooling Repositories
Pion Clang Plugin: A plugin for Clang which allows the use of
Pion's extended C++ attributes and compile-time and run-time reflection, declarative serializaiton, and other
features, as well as extended diagnostics.
Pion GCC Plugin: A plugin for GCC which allows the use of Pion's
extended C++ attributes and compile-time and run-time reflection, declarative serializaiton, and other features, as
well as extended diagnostics.
PionDoc: Pion's documentation generator tool, which uses Doxygen like
attributes in code to produce web-based API documents.
Pion CLion Plugin: A plugin for CLion to integrate diagnostics
for Pion as well as support for Pion.Test.
Positron OpenJDK Plugin: A Positron plugin which provides an embedded OpenJDK, allowing game logic to be implemented
in Java and other JVM languages on top of OpenJDK.
Positron .NET Plugin: A plugin which embeds .NET into Positron to enable the use of .NET languages like C# and F# when
implementing game logic.
Positron Python Plugin: Embeds a Python runtime which allows implementing game logic in the Python programming
language.
Positron Lua Plugin: Embeds a Lua runtime which allows implementing game logic in the Lua programming language.
About
Pion is a modern C++ development framework which replaces and expands upon the STL with a more powerful, expressive, complete, and performant API.