Open source physics-based sandbox game.
  • C++ 68.5%
  • C 25.9%
  • Java 5.1%
  • GLSL 0.1%
Find a file
2024-05-22 23:59:52 +02:00
.github Split CI workflows for each platform 2024-05-11 20:32:52 +02:00
build-android Android dialog element fixes 2024-05-15 22:51:05 +02:00
cmake/Modules Switch Android build system to use CMake 2024-03-11 20:44:22 +01:00
data-mobile Merge sound dirs, remove unused sounds and reencode some sounds 2024-03-05 22:13:54 +01:00
data-pc Merge sound dirs, remove unused sounds and reencode some sounds 2024-03-05 22:13:54 +01:00
data-shared Remove is_very_shitty and related code 2024-05-19 22:19:09 +02:00
data-src Don't set executable bit on level files 2024-03-11 23:32:27 +01:00
doc Remove old util programs that have been moved to principia-utils and some other stuff, update gitignore 2024-02-01 21:44:13 +01:00
fastlane/metadata/android/en-US Merge Fastlane metadata for F-Droid into master 2024-05-13 14:38:26 +02:00
packaging CI for macOS 2024-05-11 18:14:38 +02:00
src Allow storing user data portably on more than just Windows 2024-05-22 23:59:52 +02:00
testmaps First public version, compilation on Windows (mingw64) verified 2022-08-06 14:06:22 +02:00
utils Add helper script for updating version info everywhere 2024-02-02 00:00:16 +01:00
.gitattributes Remove old util programs that have been moved to principia-utils and some other stuff, update gitignore 2024-02-01 21:44:13 +01:00
.gitignore Cleanup some _NO_TMS-related stuff for utils 2024-03-06 00:03:58 +01:00
AUTHORS.md [ci skip] meta file fixups, merge build instructions with wiki 2024-04-26 00:02:12 +02:00
CMakeLists.txt Unify backends and clean up compiler flags 2024-05-14 23:16:06 +02:00
LICENSE.md First public version, compilation on Windows (mingw64) verified 2022-08-06 14:06:22 +02:00
README.md Update README 2024-05-11 21:32:02 +02:00
THANKS.md [ci skip] meta file fixups, merge build instructions with wiki 2024-04-26 00:02:12 +02:00

Principia Open Source Project

Principia

Principia is a sandbox physics game originally released in November 2013. It is the successor to the 2011 Android hit game "Apparatus". In August of 2022 Principia was released as open source, and is now being developed as an open source project by the Principia community.

Principia runs on anything with a recent enough version of Windows, Linux or Android. Experimental ports to Haiku OS and macOS are also available, and work to port Principia to other platforms are very welcome.

Binary builds

Binary builds of Principia for Windows, Android and Linux are available on the downloads page.

There are also nightly build artifacts for Windows, Android and Linux that get automatically built by GitHub CI on each commit, see Actions. Keep in mind these may be broken at times during development, and you are recommended to use the release builds instead.

Getting involved

Feel free to fork this project and send in your pull requests. This is a community project and the community decides how the project evolves.

Most of our discussion and development happens in the #development channel of the Principia Discord server, make sure to join it if you want to discuss and participate in the development of the game.

Also be sure to follow @principia on Fosstodon for more updates about the project.

Building from source

See Compiling Principia on the Principia Wiki.

(You can also view the plaintext Markdown document here)

License

See LICENSE.md