Polycode is a cross-platform framework for creative code.

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

Ivan Safrin 2522352a17 Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE před 13 roky
Assets f03307d738 Entity property editing in 2D editor, fixed web docs header and footer před 13 roky
Bindings 2522352a17 Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE před 13 roky
CMake 3495eed1df Disable OpenAL examples před 13 roky
Core 2522352a17 Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE před 13 roky
Dependencies 76a60ca1d4 Reverted back to always building assimp před 13 roky
Documentation f03307d738 Entity property editing in 2D editor, fixed web docs header and footer před 13 roky
Examples aeb455552e Fixed broken UI module pak in player, fixed broken examples před 13 roky
IDE 2522352a17 Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE před 13 roky
Modules 2522352a17 Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE před 13 roky
Player 2522352a17 Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE před 13 roky
Standalone 25efef6b70 Updated Windows Examples, made all examples use POLYCODE_CORE, updated license před 13 roky
Tools 6058f09c03 Windows core key events, polybuild now properly removes file před 13 roky
.gitignore c8d1c08f26 Numerous windows fixes and windows IDE project před 13 roky
BUILD.md c29cf18bf5 More Linux fixes před 13 roky
BUILD.txt c29cf18bf5 More Linux fixes před 13 roky
CMakeLists.txt 244d7d6716 Lua html doc generation from xml, generate lua docs automatically on install, copy lua docs into Lua Standalone, IDE menu option for documentation opens bundled html před 13 roky
LICENSE.txt 25efef6b70 Updated Windows Examples, made all examples use POLYCODE_CORE, updated license před 13 roky
README d135ffaa53 Updated instructions and added a fix for new gcc před 14 roky

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.