Polycode is a cross-platform framework for creative code.

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

Ivan Safrin 355ae20d37 New Lua class system. No longer supports super(), use Superclass.method(self, args) convention instead. __index__ and __set_callback renamed to __getvar and __setvar respectively. Full inheritance now supported with getter and setter acessors propagating properly through superclasses. Static methods now accessed as ClassName.staticMethod() 13 년 전
Assets 9a5b0e70f8 No custom zlib for physfs build and fixed windows template 13 년 전
Bindings 355ae20d37 New Lua class system. No longer supports super(), use Superclass.method(self, args) convention instead. __index__ and __set_callback renamed to __getvar and __setvar respectively. Full inheritance now supported with getter and setter acessors propagating properly through superclasses. Static methods now accessed as ClassName.staticMethod() 13 년 전
CMake ebac791192 Windows should mostly work now, except for examples project 13 년 전
Core e7a3abcb94 Replace and Replace All for IDE text editor 13 년 전
Dependencies 76a60ca1d4 Reverted back to always building assimp 13 년 전
Documentation 1a557d0a88 Added documentation target folders 14 년 전
Examples 634df503e7 Moved networking module into the core 13 년 전
IDE e7a3abcb94 Replace and Replace All for IDE text editor 13 년 전
Modules e7a3abcb94 Replace and Replace All for IDE text editor 13 년 전
Player a13feb3801 Simple input events in player 13 년 전
Standalone ebac791192 Windows should mostly work now, except for examples project 13 년 전
Tools 4b8d6e026c Polyimport won't crash now if assimp is unable to open scene 13 년 전
.gitignore 82ed3d5825 Automatic api.pak creation. Also, now only api.pak is copied into the player 13 년 전
BUILD.md cf1c03b609 Update BUILD.md 13 년 전
BUILD.txt 78cfb0b0e7 Update BUILD.txt 13 년 전
CMakeLists.txt 76a60ca1d4 Reverted back to always building assimp 13 년 전
LICENSE.txt d9c9838e50 Fixes for new AppStore XCode, updated year in license, added icon to template 13 년 전
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.