Polycode is a cross-platform framework for creative code.

#cpp #c++ #game-engine #engine #polycode #cross-platform #gamedev #framework #library #3d

Ivan Safrin d26cf8d996 More IDE stuff преди 14 години
Assets 7bb90f1f18 Screenshot support and image saving преди 14 години
Bindings 1458639f10 Fixes for Mac after Linux fixes broke it :( преди 14 години
CMake d362e3dea1 Windows fixes преди 14 години
Core 3ab1b17bcf Joystick fix for Mac преди 14 години
Dependencies 60398a8df7 Moved gamepad stuff into core преди 14 години
Documentation 1a557d0a88 Added documentation target folders преди 14 години
Examples 7bb90f1f18 Screenshot support and image saving преди 14 години
IDE d26cf8d996 More IDE stuff преди 14 години
Modules d26cf8d996 More IDE stuff преди 14 години
Player 3b6ac6db33 More Linux fixes преди 14 години
Standalone 3f300899cd Some more IDE work преди 14 години
Tools 3f300899cd Some more IDE work преди 14 години
.gitignore 695a105915 IDE header cleanup and some IDE fixes преди 14 години
BUILD.md ccefb5f3b8 And yet more documentation преди 14 години
BUILD.txt ccefb5f3b8 And yet more documentation преди 14 години
CMakeLists.txt d362e3dea1 Windows fixes преди 14 години
LICENSE.txt 09f0e77945 Fixed LUA event handling преди 14 години
README d135ffaa53 Updated instructions and added a fix for new gcc преди 14 години

README

Polycode is a cross-platform framework for creative code. You can use it as a C++ API or as a standalone scripting language to get easy and simple access to accelerated 2D and 3D graphics, hardware shaders, sound and network programming, physics engines and more.

The core Polycode API is written in C++ and can be used to create portable native applications.

On top of the core C++ API, Polycode offers a LUA-based scripting system with its own set of compilation tools. The LUA API mirrors the C++ API and can be used to easily create prototypes and even publish complete applications to multiple platforms without compiling C++.

Polycode is available under the MIT license and was designed and developed by Ivan Safrin.

Please see BUILD.md or BUILD.txt for instructions on how to build Polycode from source.