├── Documentation
├── Lua
│ ├── html
│ │ ├── js
│ │ │ └── docs.js
│ │ ├── css
│ │ │ └── docs.css
│ │ └── images
│ │ │ └── docs_header.png
│ ├── xml
│ │ └── README
│ └── scripts
│ │ ├── site_footer.html
│ │ └── local_footer.html
├── Doxygen
│ ├── output
│ │ ├── web
│ │ │ └── README.txt
│ │ └── standalone
│ │ │ └── README.txt
│ ├── tags
│ │ └── README.txt
│ └── index.dox
└── Misc
│ └── binary_object.txt
├── Assets
├── Templates
│ ├── Lua
│ │ ├── PolycodeTemplate.lua
│ │ ├── polycode_logo.png
│ │ └── PolycodeTemplate.xml
│ ├── C++
│ │ ├── Xcode
│ │ │ └── PolycodeTemplate
│ │ │ │ ├── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── main_icon.icns
│ │ │ │ ├── PolycodeTemplate-Prefix.pch
│ │ │ │ ├── main.m
│ │ │ │ └── PolycodeTemplateApp.h
│ │ ├── Linux
│ │ │ ├── main.cpp
│ │ │ └── HelloPolycodeApp.h
│ │ └── Windows
│ │ │ └── PolycodeTemplateApp.h
│ └── CMakeLists.txt
├── UIThemes.pak
├── Icons
│ ├── icons.ai
│ ├── Icon_base.psd
│ ├── main_icon.icns
│ ├── main_icon.ico
│ ├── main_icon.png
│ ├── app_file_icon.ico
│ ├── app_file_icon.png
│ ├── player_icon.icns
│ ├── player_icon.ico
│ ├── player_icon.png
│ ├── app_file_icon.icns
│ ├── file_icon_base.psd
│ ├── polycode_project.icns
│ ├── polycode_project.ico
│ └── polycode_project.png
├── UIThemes
│ ├── dark
│ │ ├── file.png
│ │ ├── boxIcon.png
│ │ ├── button.png
│ │ ├── folder.png
│ │ ├── menuBg.png
│ │ ├── treeBg.png
│ │ ├── arrowIcon.png
│ │ ├── closeIcon.png
│ │ ├── colorboxBg.png
│ │ ├── comboBoxBg.png
│ │ ├── hsliderBg.png
│ │ ├── scrollBg.png
│ │ ├── selector.png
│ │ ├── textfield.png
│ │ ├── treeCellBg.png
│ │ ├── windowBg.png
│ │ ├── comboBoxDrop.png
│ │ ├── menuSelector.png
│ │ ├── scrollHandle.png
│ │ ├── buttonFocused.png
│ │ ├── checkboxChecked.png
│ │ ├── colorPickerHue.png
│ │ ├── colorboxFrame.png
│ │ ├── hsliderHandle.png
│ │ ├── iconSelectorBg.png
│ │ ├── textfieldMulti.png
│ │ ├── checkboxUnchecked.png
│ │ ├── colorPickerMainBg.png
│ │ ├── colorPickerMainFrame.png
│ │ ├── colorPickerHueSelector.png
│ │ ├── colorPickerMainTarget.png
│ │ └── iconSelectorSelection.png
│ ├── default
│ │ ├── file.png
│ │ ├── boxIcon.png
│ │ ├── button.png
│ │ ├── folder.png
│ │ ├── menuBg.png
│ │ ├── treeBg.png
│ │ ├── arrowIcon.png
│ │ ├── closeIcon.png
│ │ ├── hsliderBg.png
│ │ ├── scrollBg.png
│ │ ├── selector.png
│ │ ├── textfield.png
│ │ ├── windowBg.png
│ │ ├── colorboxBg.png
│ │ ├── comboBoxBg.png
│ │ ├── comboBoxDrop.png
│ │ ├── menuSelector.png
│ │ ├── scrollHandle.png
│ │ ├── treeCellBg.png
│ │ ├── buttonFocused.png
│ │ ├── colorPickerHue.png
│ │ ├── colorboxFrame.png
│ │ ├── hsliderHandle.png
│ │ ├── iconSelectorBg.png
│ │ ├── textfieldMulti.png
│ │ ├── checkboxChecked.png
│ │ ├── checkboxUnchecked.png
│ │ ├── colorPickerMainBg.png
│ │ ├── colorPickerHueSelector.png
│ │ ├── colorPickerMainFrame.png
│ │ ├── colorPickerMainTarget.png
│ │ └── iconSelectorSelection.png
│ ├── dark_retina
│ │ ├── file.png
│ │ ├── boxIcon.png
│ │ ├── button.png
│ │ ├── folder.png
│ │ ├── menuBg.png
│ │ ├── scrollBg.png
│ │ ├── selector.png
│ │ ├── treeBg.png
│ │ ├── windowBg.png
│ │ ├── arrowIcon.png
│ │ ├── closeIcon.png
│ │ ├── colorboxBg.png
│ │ ├── comboBoxBg.png
│ │ ├── hsliderBg.png
│ │ ├── textfield.png
│ │ ├── treeCellBg.png
│ │ ├── buttonFocused.png
│ │ ├── colorboxFrame.png
│ │ ├── comboBoxDrop.png
│ │ ├── hsliderHandle.png
│ │ ├── menuSelector.png
│ │ ├── scrollHandle.png
│ │ ├── checkboxChecked.png
│ │ ├── colorPickerHue.png
│ │ ├── iconSelectorBg.png
│ │ ├── textfieldMulti.png
│ │ ├── checkboxUnchecked.png
│ │ ├── colorPickerMainBg.png
│ │ ├── colorPickerMainFrame.png
│ │ ├── colorPickerHueSelector.png
│ │ ├── colorPickerMainTarget.png
│ │ └── iconSelectorSelection.png
│ └── default_retina
│ │ ├── file.png
│ │ ├── boxIcon.png
│ │ ├── button.png
│ │ ├── folder.png
│ │ ├── menuBg.png
│ │ ├── treeBg.png
│ │ ├── arrowIcon.png
│ │ ├── closeIcon.png
│ │ ├── colorboxBg.png
│ │ ├── comboBoxBg.png
│ │ ├── hsliderBg.png
│ │ ├── scrollBg.png
│ │ ├── selector.png
│ │ ├── textfield.png
│ │ ├── treeCellBg.png
│ │ ├── windowBg.png
│ │ ├── comboBoxDrop.png
│ │ ├── menuSelector.png
│ │ ├── scrollHandle.png
│ │ ├── buttonFocused.png
│ │ ├── checkboxChecked.png
│ │ ├── colorPickerHue.png
│ │ ├── colorboxFrame.png
│ │ ├── hsliderHandle.png
│ │ ├── iconSelectorBg.png
│ │ ├── textfieldMulti.png
│ │ ├── checkboxUnchecked.png
│ │ ├── colorPickerMainBg.png
│ │ ├── colorPickerMainFrame.png
│ │ ├── colorPickerHueSelector.png
│ │ ├── colorPickerMainTarget.png
│ │ └── iconSelectorSelection.png
├── Default asset pack
│ ├── hdr.pak
│ ├── default.pak
│ ├── default
│ │ ├── mono.ttf
│ │ ├── sans.ttf
│ │ ├── default.png
│ │ ├── default.wav
│ │ ├── serif.ttf
│ │ ├── UnlitUntextured.frag
│ │ ├── default.entity2d
│ │ ├── PassThrough.frag
│ │ ├── Unlit.vert
│ │ ├── Unlit.frag
│ │ ├── ScreenShader.vert
│ │ ├── default.sprite
│ │ └── DefaultShader.vert
│ ├── CMakeLists.txt
│ └── hdr
│ │ ├── HDRProcess.frag
│ │ └── ExtractBloom.frag
└── SamplePolyapp
│ └── main.polyapp
├── IDE
├── Contents
│ └── Resources
│ │ ├── FileTemplates
│ │ ├── Scripts
│ │ │ └── Lua Script.lua
│ │ ├── Materials and Shaders
│ │ │ ├── Material Library.mat
│ │ │ ├── GLSL Fragment Shader.frag
│ │ │ └── GLSL Vertex Shader.vert
│ │ └── Graphics
│ │ │ ├── Sprite Set.sprites
│ │ │ └── Entity.entity
│ │ ├── ProjectTemplates
│ │ └── Basic
│ │ │ ├── Empty Project
│ │ │ ├── Scripts
│ │ │ │ └── Main.lua
│ │ │ └── template.polyproject
│ │ │ ├── 2D Project
│ │ │ └── Scripts
│ │ │ │ └── Main.lua
│ │ │ └── 3D Project
│ │ │ └── Scripts
│ │ │ └── Main.lua
│ │ ├── Fonts
│ │ ├── Roboto-Thin.ttf
│ │ └── RobotoCondensed-Bold.ttf
│ │ ├── Images
│ │ ├── main
│ │ │ ├── about.png
│ │ │ ├── expand.png
│ │ │ ├── tab_bg.png
│ │ │ ├── barClose.png
│ │ │ ├── barLogo.png
│ │ │ ├── collapse.png
│ │ │ ├── stipple.png
│ │ │ ├── welcome.png
│ │ │ ├── grid_dark.png
│ │ │ ├── grid_light.png
│ │ │ ├── play_button.png
│ │ │ ├── play_icon.png
│ │ │ ├── remove_icon.png
│ │ │ ├── stop_button.png
│ │ │ ├── corner_resize.png
│ │ │ ├── editor_hsplit.png
│ │ │ ├── editor_vsplit.png
│ │ │ ├── function_icon.png
│ │ │ ├── new_tab_button.png
│ │ │ ├── tab_close_button.png
│ │ │ ├── clear_buffer_icon.png
│ │ │ ├── editor_mergesplit.png
│ │ │ └── console_hide_button.png
│ │ ├── treeIcons
│ │ │ ├── entity.png
│ │ │ ├── font.png
│ │ │ ├── image.png
│ │ │ ├── mesh.png
│ │ │ ├── shader.png
│ │ │ ├── sound.png
│ │ │ ├── sprite.png
│ │ │ ├── state.png
│ │ │ ├── project.png
│ │ │ ├── skeleton.png
│ │ │ ├── sprites.png
│ │ │ ├── animation.png
│ │ │ └── materials.png
│ │ ├── entityEditor
│ │ │ ├── snap_off.png
│ │ │ ├── snap_on.png
│ │ │ ├── add_entity.png
│ │ │ ├── curve_icon.png
│ │ │ ├── empty_icon.png
│ │ │ ├── hide_icons.png
│ │ │ ├── icon_cam_x.png
│ │ │ ├── icon_cam_y.png
│ │ │ ├── icon_cam_z.png
│ │ │ ├── icon_tree.png
│ │ │ ├── light_icon.png
│ │ │ ├── move_gizmo.png
│ │ │ ├── shade_full.png
│ │ │ ├── shade_wire.png
│ │ │ ├── show_icons.png
│ │ │ ├── sound_icon.png
│ │ │ ├── button_more.png
│ │ │ ├── camera_icon.png
│ │ │ ├── emitter_icon.png
│ │ │ ├── grid_button.png
│ │ │ ├── icon_cam_2d.png
│ │ │ ├── icon_cam_3d.png
│ │ │ ├── lights_icon.png
│ │ │ ├── median_center.png
│ │ │ ├── nolights_icon.png
│ │ │ ├── rotate_gizmo.png
│ │ │ ├── scale_gizmo.png
│ │ │ ├── settings_icon.png
│ │ │ ├── shade_solid.png
│ │ │ ├── button_move_top.png
│ │ │ ├── button_move_up.png
│ │ │ ├── button_selector.png
│ │ │ ├── properties_icon.png
│ │ │ ├── visible_button.png
│ │ │ ├── button_move_bottom.png
│ │ │ ├── button_move_down.png
│ │ │ ├── individual_centers.png
│ │ │ └── invisible_button.png
│ │ ├── spriteEditor
│ │ │ ├── divider.png
│ │ │ ├── button_add.png
│ │ │ ├── frame_grip.png
│ │ │ ├── button_more.png
│ │ │ ├── button_remove.png
│ │ │ ├── pause_button.png
│ │ │ ├── play_button.png
│ │ │ ├── grid_icon_dark.png
│ │ │ ├── grid_icon_light.png
│ │ │ ├── sprite_frame_bg.png
│ │ │ ├── transform_corner.png
│ │ │ └── transform_offset.png
│ │ ├── browserIcons
│ │ │ ├── font_icon.png
│ │ │ ├── mesh_icon.png
│ │ │ ├── sound_icon.png
│ │ │ ├── camera_icon.png
│ │ │ ├── entity_icon.png
│ │ │ ├── reload_icon.png
│ │ │ ├── shader_icon.png
│ │ │ ├── sprite_icon.png
│ │ │ ├── large_selector.png
│ │ │ ├── materials_icon.png
│ │ │ └── material_resource_icon.png
│ │ └── materialEditor
│ │ │ ├── box_icon.png
│ │ │ ├── new_cubemap.png
│ │ │ ├── new_shader.png
│ │ │ ├── plane_icon.png
│ │ │ ├── shader_icon.png
│ │ │ ├── sphere_icon.png
│ │ │ ├── torus_icon.png
│ │ │ ├── cubemap_icon.png
│ │ │ ├── material_grid.png
│ │ │ ├── material_icon.png
│ │ │ ├── new_material.png
│ │ │ ├── new_screenshader.png
│ │ │ ├── small_selector.png
│ │ │ └── screenshader_icon.png
│ │ ├── UIThemes
│ │ ├── dark
│ │ │ ├── file.png
│ │ │ ├── button.png
│ │ │ ├── folder.png
│ │ │ ├── menuBg.png
│ │ │ ├── treeBg.png
│ │ │ ├── arrowIcon.png
│ │ │ ├── boxIcon.png
│ │ │ ├── closeIcon.png
│ │ │ ├── hsliderBg.png
│ │ │ ├── scrollBg.png
│ │ │ ├── selector.png
│ │ │ ├── textfield.png
│ │ │ ├── windowBg.png
│ │ │ ├── colorboxBg.png
│ │ │ ├── comboBoxBg.png
│ │ │ ├── treeCellBg.png
│ │ │ ├── buttonFocused.png
│ │ │ ├── colorPickerHue.png
│ │ │ ├── colorboxFrame.png
│ │ │ ├── comboBoxDrop.png
│ │ │ ├── hsliderHandle.png
│ │ │ ├── iconSelectorBg.png
│ │ │ ├── menuSelector.png
│ │ │ ├── scrollHandle.png
│ │ │ ├── textfieldMulti.png
│ │ │ ├── checkboxChecked.png
│ │ │ ├── checkboxUnchecked.png
│ │ │ ├── colorPickerMainBg.png
│ │ │ ├── colorPickerMainFrame.png
│ │ │ ├── colorPickerMainTarget.png
│ │ │ ├── iconSelectorSelection.png
│ │ │ └── colorPickerHueSelector.png
│ │ ├── default
│ │ │ ├── button.png
│ │ │ ├── file.png
│ │ │ ├── folder.png
│ │ │ ├── menuBg.png
│ │ │ ├── treeBg.png
│ │ │ ├── boxIcon.png
│ │ │ ├── scrollBg.png
│ │ │ ├── selector.png
│ │ │ ├── windowBg.png
│ │ │ ├── arrowIcon.png
│ │ │ ├── closeIcon.png
│ │ │ ├── colorboxBg.png
│ │ │ ├── comboBoxBg.png
│ │ │ ├── hsliderBg.png
│ │ │ ├── textfield.png
│ │ │ ├── treeCellBg.png
│ │ │ ├── buttonFocused.png
│ │ │ ├── colorboxFrame.png
│ │ │ ├── comboBoxDrop.png
│ │ │ ├── hsliderHandle.png
│ │ │ ├── menuSelector.png
│ │ │ ├── scrollHandle.png
│ │ │ ├── checkboxChecked.png
│ │ │ ├── colorPickerHue.png
│ │ │ ├── iconSelectorBg.png
│ │ │ ├── textfieldMulti.png
│ │ │ ├── checkboxUnchecked.png
│ │ │ ├── colorPickerMainBg.png
│ │ │ ├── colorPickerMainFrame.png
│ │ │ ├── colorPickerMainTarget.png
│ │ │ ├── iconSelectorSelection.png
│ │ │ └── colorPickerHueSelector.png
│ │ ├── dark_retina
│ │ │ ├── file.png
│ │ │ ├── boxIcon.png
│ │ │ ├── button.png
│ │ │ ├── folder.png
│ │ │ ├── menuBg.png
│ │ │ ├── treeBg.png
│ │ │ ├── arrowIcon.png
│ │ │ ├── closeIcon.png
│ │ │ ├── hsliderBg.png
│ │ │ ├── scrollBg.png
│ │ │ ├── selector.png
│ │ │ ├── textfield.png
│ │ │ ├── windowBg.png
│ │ │ ├── colorboxBg.png
│ │ │ ├── comboBoxBg.png
│ │ │ ├── comboBoxDrop.png
│ │ │ ├── menuSelector.png
│ │ │ ├── scrollHandle.png
│ │ │ ├── treeCellBg.png
│ │ │ ├── buttonFocused.png
│ │ │ ├── colorPickerHue.png
│ │ │ ├── colorboxFrame.png
│ │ │ ├── hsliderHandle.png
│ │ │ ├── iconSelectorBg.png
│ │ │ ├── textfieldMulti.png
│ │ │ ├── checkboxChecked.png
│ │ │ ├── checkboxUnchecked.png
│ │ │ ├── colorPickerMainBg.png
│ │ │ ├── colorPickerHueSelector.png
│ │ │ ├── colorPickerMainFrame.png
│ │ │ ├── colorPickerMainTarget.png
│ │ │ └── iconSelectorSelection.png
│ │ └── default_retina
│ │ │ ├── file.png
│ │ │ ├── button.png
│ │ │ ├── folder.png
│ │ │ ├── menuBg.png
│ │ │ ├── treeBg.png
│ │ │ ├── arrowIcon.png
│ │ │ ├── boxIcon.png
│ │ │ ├── closeIcon.png
│ │ │ ├── hsliderBg.png
│ │ │ ├── scrollBg.png
│ │ │ ├── selector.png
│ │ │ ├── textfield.png
│ │ │ ├── windowBg.png
│ │ │ ├── colorboxBg.png
│ │ │ ├── comboBoxBg.png
│ │ │ ├── treeCellBg.png
│ │ │ ├── buttonFocused.png
│ │ │ ├── colorPickerHue.png
│ │ │ ├── colorboxFrame.png
│ │ │ ├── comboBoxDrop.png
│ │ │ ├── hsliderHandle.png
│ │ │ ├── iconSelectorBg.png
│ │ │ ├── menuSelector.png
│ │ │ ├── scrollHandle.png
│ │ │ ├── textfieldMulti.png
│ │ │ ├── checkboxChecked.png
│ │ │ ├── checkboxUnchecked.png
│ │ │ ├── colorPickerMainBg.png
│ │ │ ├── colorPickerMainFrame.png
│ │ │ ├── colorPickerMainTarget.png
│ │ │ ├── iconSelectorSelection.png
│ │ │ └── colorPickerHueSelector.png
│ │ ├── ImagesRetina
│ │ ├── main
│ │ │ ├── about.png
│ │ │ ├── arrow.png
│ │ │ ├── barLogo.png
│ │ │ ├── expand.png
│ │ │ ├── stipple.png
│ │ │ ├── tab_bg.png
│ │ │ ├── welcome.png
│ │ │ ├── arrow_add.png
│ │ │ ├── barClose.png
│ │ │ ├── collapse.png
│ │ │ ├── curve_icon.png
│ │ │ ├── grid_dark.png
│ │ │ ├── grid_light.png
│ │ │ ├── play_icon.png
│ │ │ ├── selector.png
│ │ │ ├── arrow_remove.png
│ │ │ ├── play_button.png
│ │ │ ├── remove_icon.png
│ │ │ ├── stop_button.png
│ │ │ ├── corner_resize.png
│ │ │ ├── editor_hsplit.png
│ │ │ ├── editor_vsplit.png
│ │ │ ├── function_icon.png
│ │ │ ├── new_tab_button.png
│ │ │ ├── stipple_small.png
│ │ │ ├── clear_buffer_icon.png
│ │ │ ├── editor_mergesplit.png
│ │ │ ├── tab_close_button.png
│ │ │ └── console_hide_button.png
│ │ ├── treeIcons
│ │ │ ├── font.png
│ │ │ ├── image.png
│ │ │ ├── mesh.png
│ │ │ ├── sound.png
│ │ │ ├── state.png
│ │ │ ├── entity.png
│ │ │ ├── project.png
│ │ │ ├── shader.png
│ │ │ ├── sprite.png
│ │ │ ├── sprites.png
│ │ │ ├── animation.png
│ │ │ ├── materials.png
│ │ │ └── skeleton.png
│ │ ├── entityEditor
│ │ │ ├── grid.png
│ │ │ ├── snap_on.png
│ │ │ ├── icon_tree.png
│ │ │ ├── snap_off.png
│ │ │ ├── add_entity.png
│ │ │ ├── button_more.png
│ │ │ ├── camera_icon.png
│ │ │ ├── curve_icon.png
│ │ │ ├── emitter_icon.png
│ │ │ ├── empty_icon.png
│ │ │ ├── grid_button.png
│ │ │ ├── hide_icons.png
│ │ │ ├── icon_cam_2d.png
│ │ │ ├── icon_cam_3d.png
│ │ │ ├── icon_cam_x.png
│ │ │ ├── icon_cam_y.png
│ │ │ ├── icon_cam_z.png
│ │ │ ├── light_icon.png
│ │ │ ├── lights_icon.png
│ │ │ ├── move_gizmo.png
│ │ │ ├── rotate_gizmo.png
│ │ │ ├── scale_gizmo.png
│ │ │ ├── shade_full.png
│ │ │ ├── shade_solid.png
│ │ │ ├── shade_wire.png
│ │ │ ├── show_icons.png
│ │ │ ├── sound_icon.png
│ │ │ ├── button_move_up.png
│ │ │ ├── median_center.png
│ │ │ ├── nolights_icon.png
│ │ │ ├── settings_icon.png
│ │ │ ├── visible_button.png
│ │ │ ├── button_move_down.png
│ │ │ ├── button_move_top.png
│ │ │ ├── button_selector.png
│ │ │ ├── invisible_button.png
│ │ │ ├── properties_icon.png
│ │ │ ├── button_move_bottom.png
│ │ │ └── individual_centers.png
│ │ ├── spriteEditor
│ │ │ ├── divider.png
│ │ │ ├── button_add.png
│ │ │ ├── button_more.png
│ │ │ ├── frame_grip.png
│ │ │ ├── pause_button.png
│ │ │ ├── play_button.png
│ │ │ ├── button_remove.png
│ │ │ ├── grid_icon_dark.png
│ │ │ ├── grid_icon_light.png
│ │ │ ├── sprite_frame_bg.png
│ │ │ ├── transform_corner.png
│ │ │ └── transform_offset.png
│ │ ├── browserIcons
│ │ │ ├── font_icon.png
│ │ │ ├── mesh_icon.png
│ │ │ ├── entity_icon.png
│ │ │ ├── reload_icon.png
│ │ │ ├── shader_icon.png
│ │ │ ├── sound_icon.png
│ │ │ ├── sprite_icon.png
│ │ │ ├── large_selector.png
│ │ │ ├── materials_icon.png
│ │ │ └── material_resource_icon.png
│ │ └── materialEditor
│ │ │ ├── box_icon.png
│ │ │ ├── new_shader.png
│ │ │ ├── plane_icon.png
│ │ │ ├── torus_icon.png
│ │ │ ├── cubemap_icon.png
│ │ │ ├── new_cubemap.png
│ │ │ ├── new_material.png
│ │ │ ├── shader_icon.png
│ │ │ ├── sphere_icon.png
│ │ │ ├── material_grid.png
│ │ │ ├── material_icon.png
│ │ │ ├── small_selector.png
│ │ │ ├── new_screenshader.png
│ │ │ └── screenshader_icon.png
│ │ └── Materials
│ │ └── OneSidedLine.frag
├── Assets
│ ├── about.ai
│ ├── welcome.png
│ ├── welcome.psd
│ ├── ide_icons.ai
│ ├── toolbar_bg.png
│ ├── play_button.png
│ ├── toolbar_logo.png
│ ├── ui_theme_dark.ai
│ └── ui_theme_light.ai
└── Build
│ ├── Mac OS X
│ ├── English.lproj
│ │ └── InfoPlist.strings
│ ├── Polycode_Prefix.pch
│ └── main.m
│ ├── Windows
│ ├── Polycode.rc
│ ├── resource.h
│ └── Polycode.vcxproj.user
│ ├── Windows2013
│ ├── resource.h
│ └── Polycode.rc
│ └── Linux
│ └── main.cpp
├── Tools
└── Contents
│ ├── CMakeLists.txt
│ └── polybuild
│ └── Include
│ └── polybuild.h
├── Player
├── Contents
│ ├── Platform
│ │ ├── Darwin
│ │ │ ├── InfoPlist.strings
│ │ │ ├── Standalone
│ │ │ │ ├── InfoPlist.strings
│ │ │ │ └── main.m
│ │ │ ├── app_file_icon.icns
│ │ │ └── player_icon.icns
│ │ └── Linux
│ │ │ ├── Standalone
│ │ │ └── main.cpp
│ │ │ └── main.cpp
│ └── Include
│ │ ├── Polycode.rc
│ │ └── resource.h
└── Build
│ ├── Mac OS X
│ ├── English.lproj
│ │ └── InfoPlist.strings
│ ├── Polycode Player.xcodeproj
│ │ ├── xcuserdata
│ │ │ └── ivansafrin.xcuserdatad
│ │ │ │ └── xcdebugger
│ │ │ │ └── Breakpoints.xcbkptlist
│ │ └── project.xcworkspace
│ │ │ ├── contents.xcworkspacedata
│ │ │ └── xcuserdata
│ │ │ └── ivansafrin.xcuserdatad
│ │ │ └── UserInterfaceState.xcuserstate
│ └── Polycode_Player_Prefix.pch
│ ├── MSVC
│ └── PolycodePlayer
│ │ ├── api.pak
│ │ ├── default.pak
│ │ ├── Debug
│ │ ├── api.pak
│ │ ├── default.pak
│ │ ├── pink_texture.png
│ │ ├── green_texture.png
│ │ ├── polycode_logo.png
│ │ └── ExampleProject.lua
│ │ ├── green_texture.png
│ │ ├── pink_texture.png
│ │ ├── player_icon.ico
│ │ ├── polycode_logo.png
│ │ ├── resource.h
│ │ └── ExampleProject.lua
│ ├── Mac OS X Standalone
│ └── StandalonePlayer
│ │ ├── StandalonePlayer
│ │ ├── en.lproj
│ │ │ └── InfoPlist.strings
│ │ ├── StandalonePlayer-Prefix.pch
│ │ └── main.m
│ │ └── StandalonePlayer.xcodeproj
│ │ └── project.xcworkspace
│ │ └── contents.xcworkspacedata
│ └── Linux
│ └── main.cpp
├── Bindings
└── CMakeLists.txt
├── Examples
├── C++
│ ├── Resources
│ │ ├── hit.wav
│ │ ├── dummy.png
│ │ ├── idle.anim
│ │ ├── run.anim
│ │ ├── test.wav
│ │ ├── default.pak
│ │ ├── dummy.mesh
│ │ ├── particle.png
│ │ ├── dummy.skeleton
│ │ ├── LeagueScript.otf
│ │ ├── green_texture.png
│ │ ├── pink_texture.png
│ │ ├── polycode_logo.png
│ │ └── sprite_sheet.png
│ ├── Build
│ │ ├── Darwin
│ │ │ └── PolycodeExample
│ │ │ │ ├── en.lproj
│ │ │ │ └── InfoPlist.strings
│ │ │ │ ├── PolycodeExample-Prefix.pch
│ │ │ │ └── main.m
│ │ ├── Windows
│ │ │ └── PolycodeExamples
│ │ │ │ └── PolycodeExamples.vcxproj.user
│ │ └── Linux
│ │ │ └── main.cpp
│ └── Contents
│ │ ├── 3DBasics
│ │ └── HelloPolycodeApp.h
│ │ ├── ParticleSystems
│ │ └── HelloPolycodeApp.h
│ │ ├── BasicText
│ │ └── HelloPolycodeApp.h
│ │ ├── BasicImage
│ │ └── HelloPolycodeApp.h
│ │ ├── SceneSprites
│ │ └── HelloPolycodeApp.h
│ │ ├── Transforms
│ │ └── HelloPolycodeApp.h
│ │ ├── UpdateLoop
│ │ └── HelloPolycodeApp.h
│ │ ├── 2DPhysics_Basic
│ │ └── HelloPolycodeApp.h
│ │ ├── 3DPhysics_Basic
│ │ └── HelloPolycodeApp.h
│ │ ├── 2DPhysics_Joints
│ │ └── HelloPolycodeApp.h
│ │ ├── PositionalSounds
│ │ └── HelloPolycodeApp.h
│ │ ├── SkeletalAnimation
│ │ └── HelloPolycodeApp.h
│ │ ├── 2DPhysics_PointCollision
│ │ └── HelloPolycodeApp.h
│ │ ├── PlayingSounds
│ │ └── HelloPolycodeApp.h
│ │ ├── EventHandling
│ │ └── HelloPolycodeApp.h
│ │ ├── MouseInput
│ │ └── HelloPolycodeApp.h
│ │ ├── KeyboardInput
│ │ └── HelloPolycodeApp.h
│ │ ├── MaterialsAndLights
│ │ └── HelloPolycodeApp.h
│ │ ├── 2DPhysics_CollisionOnly
│ │ └── HelloPolycodeApp.h
│ │ ├── 3DPhysics_CollisionOnly
│ │ └── HelloPolycodeApp.h
│ │ ├── 2DPhysics_Contacts
│ │ └── HelloPolycodeApp.h
│ │ ├── SceneEntities
│ │ └── HelloPolycodeApp.h
│ │ └── 3DPhysics_Contacts
│ │ └── HelloPolycodeApp.h
└── Lua
│ ├── Game_Demos
│ ├── Pong
│ │ ├── Resources
│ │ │ ├── hit.wav
│ │ │ └── score.wav
│ │ └── Pong.polyproject
│ └── DemoPlatformer
│ │ └── Resources
│ │ ├── music
│ │ └── level1.ogg
│ │ ├── sounds
│ │ ├── jump.ogg
│ │ └── shot.ogg
│ │ └── textures
│ │ ├── bg.png
│ │ └── spritesheet1.png
│ ├── Audio
│ ├── PlayingSounds
│ │ ├── Resources
│ │ │ └── test.wav
│ │ ├── Scripts
│ │ │ └── PlayingSounds.lua
│ │ └── PlayingSounds.polyproject
│ └── PositionalAudio
│ │ ├── Resources
│ │ └── test.wav
│ │ └── PositionalAudio.polyproject
│ ├── Graphics
│ ├── 3DBasics
│ │ ├── Resources
│ │ │ ├── pink_texture.png
│ │ │ └── green_texture.png
│ │ └── 3DBasics.polyproject
│ ├── BasicImage
│ │ ├── Resources
│ │ │ └── polycode_logo.png
│ │ ├── Scripts
│ │ │ └── BasicImage.lua
│ │ └── BasicImage.polyproject
│ ├── Transforms
│ │ ├── Resources
│ │ │ └── polycode_logo.png
│ │ └── Transforms.polyproject
│ ├── MaterialsAndLighting
│ │ └── Resources
│ │ │ ├── green_texture.png
│ │ │ └── pink_texture.png
│ ├── BasicText
│ │ ├── Scripts
│ │ │ └── BasicText.lua
│ │ └── BasicText.polyproject
│ └── SceneEntities
│ │ └── SceneEntities.polyproject
│ ├── Input
│ ├── MouseInput
│ │ ├── Resources
│ │ │ └── polycode_logo.png
│ │ └── MouseInput.polyproject
│ └── KeyboardInput
│ │ └── Resources
│ │ └── polycode_logo.png
│ └── 2D_Physics
│ ├── 2DPhysics_Contacts
│ └── Resources
│ │ └── collision.wav
│ ├── 2DPhysics_Basic
│ └── 2DPhysics_Basic.polyproject
│ ├── 2DPhysics_Joints
│ └── 2DPhysics_Joints.polyproject
│ ├── 2DPhysics_CollisionOnly
│ └── 2DPhysics_CollisionOnly.polyproject
│ └── 2DPhysics_PointCollision
│ └── 2DPhysics_PointCollision.polyproject
├── Core
└── Contents
│ ├── Source
│ └── tinystr.cpp
│ └── PolycodeView
│ ├── Linux
│ ├── .Makefile.am.swn
│ ├── PolycodeView.cpp
│ └── PolycodeView.h
│ └── MSVC
│ └── PolycodeView.h
└── Modules
├── Contents
└── 2DPhysics
│ └── Include
│ └── Polycode2DPhysics.h
└── Bindings
└── CMakeLists.txt
/Documentation/Lua/html/js/docs.js:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Assets/Templates/Lua/PolycodeTemplate.lua:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/IDE/Contents/Resources/FileTemplates/Scripts/Lua Script.lua:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Documentation/Lua/xml/README:
--------------------------------------------------------------------------------
1 | This directory empty by default.
2 |
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ProjectTemplates/Basic/Empty Project/Scripts/Main.lua:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/Assets/UIThemes.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes.pak
--------------------------------------------------------------------------------
/IDE/Assets/about.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/about.ai
--------------------------------------------------------------------------------
/Assets/Icons/icons.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/icons.ai
--------------------------------------------------------------------------------
/IDE/Assets/welcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/welcome.png
--------------------------------------------------------------------------------
/IDE/Assets/welcome.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/welcome.psd
--------------------------------------------------------------------------------
/Tools/Contents/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | ADD_SUBDIRECTORY(polybuild)
2 | ADD_SUBDIRECTORY(polyimport)
3 |
--------------------------------------------------------------------------------
/IDE/Assets/ide_icons.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/ide_icons.ai
--------------------------------------------------------------------------------
/IDE/Assets/toolbar_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/toolbar_bg.png
--------------------------------------------------------------------------------
/IDE/Build/Mac OS X/English.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Player/Contents/Platform/Darwin/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Assets/Icons/Icon_base.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/Icon_base.psd
--------------------------------------------------------------------------------
/Assets/Icons/main_icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/main_icon.icns
--------------------------------------------------------------------------------
/Assets/Icons/main_icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/main_icon.ico
--------------------------------------------------------------------------------
/Assets/Icons/main_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/main_icon.png
--------------------------------------------------------------------------------
/Documentation/Doxygen/output/web/README.txt:
--------------------------------------------------------------------------------
1 | This directory is where web-ready documentation is generated
2 |
--------------------------------------------------------------------------------
/IDE/Assets/play_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/play_button.png
--------------------------------------------------------------------------------
/IDE/Assets/toolbar_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/toolbar_logo.png
--------------------------------------------------------------------------------
/IDE/Assets/ui_theme_dark.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/ui_theme_dark.ai
--------------------------------------------------------------------------------
/Player/Build/Mac OS X/English.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Assets/Icons/app_file_icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/app_file_icon.ico
--------------------------------------------------------------------------------
/Assets/Icons/app_file_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/app_file_icon.png
--------------------------------------------------------------------------------
/Assets/Icons/player_icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/player_icon.icns
--------------------------------------------------------------------------------
/Assets/Icons/player_icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/player_icon.ico
--------------------------------------------------------------------------------
/Assets/Icons/player_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/player_icon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/file.png
--------------------------------------------------------------------------------
/Bindings/CMakeLists.txt:
--------------------------------------------------------------------------------
1 | ADD_SUBDIRECTORY(Scripts/create_lua_library)
2 | ADD_SUBDIRECTORY(Contents/LUA)
3 |
4 |
--------------------------------------------------------------------------------
/Examples/C++/Resources/hit.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/hit.wav
--------------------------------------------------------------------------------
/IDE/Assets/ui_theme_light.ai:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Assets/ui_theme_light.ai
--------------------------------------------------------------------------------
/IDE/Build/Windows/Polycode.rc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Build/Windows/Polycode.rc
--------------------------------------------------------------------------------
/IDE/Build/Windows/resource.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Build/Windows/resource.h
--------------------------------------------------------------------------------
/Player/Contents/Platform/Darwin/Standalone/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Assets/Icons/app_file_icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/app_file_icon.icns
--------------------------------------------------------------------------------
/Assets/Icons/file_icon_base.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/file_icon_base.psd
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/boxIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/button.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/folder.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/menuBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/treeBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/file.png
--------------------------------------------------------------------------------
/Core/Contents/Source/tinystr.cpp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Core/Contents/Source/tinystr.cpp
--------------------------------------------------------------------------------
/Examples/C++/Resources/dummy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/dummy.png
--------------------------------------------------------------------------------
/Examples/C++/Resources/idle.anim:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/idle.anim
--------------------------------------------------------------------------------
/Examples/C++/Resources/run.anim:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/run.anim
--------------------------------------------------------------------------------
/Examples/C++/Resources/test.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/test.wav
--------------------------------------------------------------------------------
/IDE/Build/Windows2013/resource.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Build/Windows2013/resource.h
--------------------------------------------------------------------------------
/Assets/Default asset pack/hdr.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/hdr.pak
--------------------------------------------------------------------------------
/Assets/Icons/polycode_project.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/polycode_project.icns
--------------------------------------------------------------------------------
/Assets/Icons/polycode_project.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/polycode_project.ico
--------------------------------------------------------------------------------
/Assets/Icons/polycode_project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Icons/polycode_project.png
--------------------------------------------------------------------------------
/Assets/SamplePolyapp/main.polyapp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/SamplePolyapp/main.polyapp
--------------------------------------------------------------------------------
/Assets/Templates/C++/Xcode/PolycodeTemplate/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/arrowIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/closeIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/colorboxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/comboBoxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/hsliderBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/scrollBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/selector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/textfield.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/treeCellBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/windowBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/boxIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/button.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/folder.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/menuBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/treeBg.png
--------------------------------------------------------------------------------
/Documentation/Doxygen/output/standalone/README.txt:
--------------------------------------------------------------------------------
1 | This is the directory where standalone documentation is generated
2 |
--------------------------------------------------------------------------------
/Documentation/Lua/html/css/docs.css:
--------------------------------------------------------------------------------
1 | body, html {
2 | background-color: white;
3 | margin: 0px;
4 | padding: 0px;
5 | }
--------------------------------------------------------------------------------
/Examples/C++/Build/Darwin/PolycodeExample/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Examples/C++/Resources/default.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/default.pak
--------------------------------------------------------------------------------
/Examples/C++/Resources/dummy.mesh:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/dummy.mesh
--------------------------------------------------------------------------------
/Examples/C++/Resources/particle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/particle.png
--------------------------------------------------------------------------------
/IDE/Build/Windows2013/Polycode.rc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Build/Windows2013/Polycode.rc
--------------------------------------------------------------------------------
/Player/Contents/Include/Polycode.rc:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Contents/Include/Polycode.rc
--------------------------------------------------------------------------------
/Player/Contents/Include/resource.h:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Contents/Include/resource.h
--------------------------------------------------------------------------------
/Assets/Default asset pack/default.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/default.pak
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/comboBoxDrop.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/menuSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/scrollHandle.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/file.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/arrowIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/closeIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/hsliderBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/scrollBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/selector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/textfield.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/windowBg.png
--------------------------------------------------------------------------------
/Examples/C++/Resources/dummy.skeleton:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/dummy.skeleton
--------------------------------------------------------------------------------
/Assets/Templates/Lua/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Templates/Lua/polycode_logo.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/buttonFocused.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/checkboxChecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/colorPickerHue.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/colorboxFrame.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/hsliderHandle.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/iconSelectorBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/textfieldMulti.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/boxIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/button.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/folder.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/menuBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/scrollBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/selector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/treeBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/windowBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/colorboxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/comboBoxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/comboBoxDrop.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/menuSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/scrollHandle.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/treeCellBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/file.png
--------------------------------------------------------------------------------
/Examples/C++/Resources/LeagueScript.otf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/LeagueScript.otf
--------------------------------------------------------------------------------
/Examples/C++/Resources/green_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/green_texture.png
--------------------------------------------------------------------------------
/Examples/C++/Resources/pink_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/pink_texture.png
--------------------------------------------------------------------------------
/Examples/C++/Resources/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/polycode_logo.png
--------------------------------------------------------------------------------
/Examples/C++/Resources/sprite_sheet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/C++/Resources/sprite_sheet.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/api.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/api.pak
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/mono.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/default/mono.ttf
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/sans.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/default/sans.ttf
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/checkboxUnchecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/colorPickerMainBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/arrowIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/closeIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/colorboxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/comboBoxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/hsliderBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/textfield.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/treeCellBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/buttonFocused.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/colorPickerHue.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/colorboxFrame.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/hsliderHandle.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/iconSelectorBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/textfieldMulti.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/boxIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/button.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/folder.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/menuBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/treeBg.png
--------------------------------------------------------------------------------
/Documentation/Doxygen/tags/README.txt:
--------------------------------------------------------------------------------
1 | Hello. How is your day going?
2 |
3 | This is just a dummy file so this folder gets auto-generated.
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/default/default.png
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/default.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/default/default.wav
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/serif.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/default/serif.ttf
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/buttonFocused.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/colorboxFrame.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/comboBoxDrop.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/hsliderHandle.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/menuSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/scrollHandle.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/checkboxChecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/checkboxUnchecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/colorPickerMainBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/arrowIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/closeIcon.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/colorboxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/comboBoxBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/hsliderBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/scrollBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/selector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/textfield.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/treeCellBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/windowBg.png
--------------------------------------------------------------------------------
/Documentation/Lua/html/images/docs_header.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Documentation/Lua/html/images/docs_header.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Fonts/Roboto-Thin.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Fonts/Roboto-Thin.ttf
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/about.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/expand.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/tab_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/tab_bg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/file.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/default.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/default.pak
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark/iconSelectorSelection.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/checkboxChecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/colorPickerHue.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/iconSelectorBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/textfieldMulti.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/comboBoxDrop.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/menuSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/scrollHandle.png
--------------------------------------------------------------------------------
/Examples/Lua/Game_Demos/Pong/Resources/hit.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Game_Demos/Pong/Resources/hit.wav
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/barClose.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/barClose.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/barLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/barLogo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/collapse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/collapse.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/stipple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/stipple.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/welcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/welcome.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/folder.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/menuBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/treeBg.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/Debug/api.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/Debug/api.pak
--------------------------------------------------------------------------------
/Player/Build/Mac OS X Standalone/StandalonePlayer/StandalonePlayer/en.lproj/InfoPlist.strings:
--------------------------------------------------------------------------------
1 | /* Localized versions of Info.plist keys */
2 |
3 |
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/UnlitUntextured.frag:
--------------------------------------------------------------------------------
1 |
2 | varying vec4 vertexColor;
3 |
4 | void main()
5 | {
6 | gl_FragColor = vertexColor;
7 | }
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/default.entity2d:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Default asset pack/default/default.entity2d
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/checkboxUnchecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/colorPickerMainBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default/iconSelectorSelection.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/buttonFocused.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/checkboxChecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/colorPickerHue.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/colorboxFrame.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/hsliderHandle.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/iconSelectorBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/textfieldMulti.png
--------------------------------------------------------------------------------
/Core/Contents/PolycodeView/Linux/.Makefile.am.swn:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Core/Contents/PolycodeView/Linux/.Makefile.am.swn
--------------------------------------------------------------------------------
/Examples/Lua/Game_Demos/Pong/Resources/score.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Game_Demos/Pong/Resources/score.wav
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/grid_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/grid_dark.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/grid_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/grid_light.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/play_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/play_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/play_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/play_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/remove_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/remove_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/stop_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/stop_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/entity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/entity.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/font.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/image.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/mesh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/mesh.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/shader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/shader.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/sound.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/sound.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/sprite.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/state.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/about.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/about.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/arrow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/arrow.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/arrowIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/boxIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/closeIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/hsliderBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/scrollBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/textfield.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/windowBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/file.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/folder.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/menuBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/treeBg.png
--------------------------------------------------------------------------------
/Modules/Contents/2DPhysics/Include/Polycode2DPhysics.h:
--------------------------------------------------------------------------------
1 |
2 | #pragma once
3 |
4 | #include "PolyPhysicsScreen.h"
5 | #include "PolyPhysicsScreenEntity.h"
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/Debug/default.pak:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/Debug/default.pak
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/green_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/green_texture.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/pink_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/pink_texture.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/player_icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/player_icon.ico
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/polycode_logo.png
--------------------------------------------------------------------------------
/Player/Contents/Platform/Darwin/app_file_icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Contents/Platform/Darwin/app_file_icon.icns
--------------------------------------------------------------------------------
/Player/Contents/Platform/Darwin/player_icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Contents/Platform/Darwin/player_icon.icns
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/checkboxUnchecked.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/colorPickerMainBg.png
--------------------------------------------------------------------------------
/Examples/Lua/Audio/PlayingSounds/Resources/test.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Audio/PlayingSounds/Resources/test.wav
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/corner_resize.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/corner_resize.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/editor_hsplit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/editor_hsplit.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/editor_vsplit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/editor_vsplit.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/function_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/function_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/project.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/skeleton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/skeleton.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/sprites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/sprites.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/barLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/barLogo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/expand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/expand.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/stipple.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/stipple.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/tab_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/tab_bg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/welcome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/welcome.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/colorboxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/comboBoxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/treeCellBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/file.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/boxIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/scrollBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/windowBg.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/Assets/UIThemes/dark_retina/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/dark_retina/iconSelectorSelection.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/Examples/Lua/Audio/PositionalAudio/Resources/test.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Audio/PositionalAudio/Resources/test.wav
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Fonts/RobotoCondensed-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Fonts/RobotoCondensed-Bold.ttf
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/snap_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/snap_off.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/snap_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/snap_on.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/new_tab_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/new_tab_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/tab_close_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/tab_close_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/divider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/divider.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/animation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/animation.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/treeIcons/materials.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/treeIcons/materials.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/arrow_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/arrow_add.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/barClose.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/barClose.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/collapse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/collapse.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/curve_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/curve_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/grid_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/grid_dark.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/grid_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/grid_light.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/play_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/play_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/font.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/font.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/image.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/image.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/mesh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/mesh.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/sound.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/sound.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/state.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/state.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/buttonFocused.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/colorPickerHue.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/colorboxFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/comboBoxDrop.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/hsliderHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/iconSelectorBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/menuSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/scrollHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/textfieldMulti.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/boxIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/folder.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/menuBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/treeBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/arrowIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/closeIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/colorboxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/comboBoxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/hsliderBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/textfield.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/treeCellBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/file.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/Debug/pink_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/Debug/pink_texture.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/Assets/UIThemes/default_retina/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/UIThemes/default_retina/iconSelectorSelection.png
--------------------------------------------------------------------------------
/Examples/Lua/Graphics/3DBasics/Resources/pink_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Graphics/3DBasics/Resources/pink_texture.png
--------------------------------------------------------------------------------
/Examples/Lua/Input/MouseInput/Resources/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Input/MouseInput/Resources/polycode_logo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/FileTemplates/Materials and Shaders/Material Library.mat:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/font_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/font_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/mesh_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/mesh_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/sound_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/sound_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/add_entity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/add_entity.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/curve_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/curve_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/empty_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/empty_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/hide_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/hide_icons.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/icon_cam_x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/icon_cam_x.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/icon_cam_y.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/icon_cam_y.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/icon_cam_z.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/icon_cam_z.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/icon_tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/icon_tree.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/light_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/light_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/move_gizmo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/move_gizmo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/shade_full.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/shade_full.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/shade_wire.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/shade_wire.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/show_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/show_icons.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/sound_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/sound_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/clear_buffer_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/clear_buffer_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/editor_mergesplit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/editor_mergesplit.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/box_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/box_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/button_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/button_add.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/frame_grip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/frame_grip.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/grid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/grid.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/arrow_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/arrow_remove.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/play_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/play_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/remove_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/remove_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/stop_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/stop_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/entity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/entity.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/project.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/project.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/shader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/shader.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/sprite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/sprite.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/sprites.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/sprites.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/checkboxChecked.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/arrowIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/closeIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/hsliderBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/scrollBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/textfield.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/windowBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/buttonFocused.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/colorboxFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/comboBoxDrop.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/hsliderHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/menuSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/scrollHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/folder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/folder.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/menuBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/menuBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/treeBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/treeBg.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/Debug/green_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/Debug/green_texture.png
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/Debug/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Player/Build/MSVC/PolycodePlayer/Debug/polycode_logo.png
--------------------------------------------------------------------------------
/Assets/Templates/C++/Xcode/PolycodeTemplate/main_icon.icns:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Assets/Templates/C++/Xcode/PolycodeTemplate/main_icon.icns
--------------------------------------------------------------------------------
/Examples/Lua/Graphics/3DBasics/Resources/green_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Graphics/3DBasics/Resources/green_texture.png
--------------------------------------------------------------------------------
/Examples/Lua/Graphics/BasicImage/Resources/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Graphics/BasicImage/Resources/polycode_logo.png
--------------------------------------------------------------------------------
/Examples/Lua/Graphics/Transforms/Resources/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Graphics/Transforms/Resources/polycode_logo.png
--------------------------------------------------------------------------------
/Examples/Lua/Input/KeyboardInput/Resources/polycode_logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Input/KeyboardInput/Resources/polycode_logo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/camera_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/camera_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/entity_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/entity_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/reload_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/reload_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/shader_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/shader_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/sprite_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/sprite_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/button_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/button_more.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/camera_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/camera_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/emitter_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/emitter_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/grid_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/grid_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/icon_cam_2d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/icon_cam_2d.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/icon_cam_3d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/icon_cam_3d.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/lights_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/lights_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/median_center.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/median_center.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/nolights_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/nolights_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/rotate_gizmo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/rotate_gizmo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/scale_gizmo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/scale_gizmo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/settings_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/settings_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/shade_solid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/shade_solid.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/main/console_hide_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/main/console_hide_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/new_cubemap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/new_cubemap.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/new_shader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/new_shader.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/plane_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/plane_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/shader_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/shader_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/sphere_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/sphere_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/torus_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/torus_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/button_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/button_more.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/button_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/button_remove.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/pause_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/pause_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/play_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/play_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/snap_on.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/snap_on.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/corner_resize.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/corner_resize.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/editor_hsplit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/editor_hsplit.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/editor_vsplit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/editor_vsplit.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/function_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/function_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/new_tab_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/new_tab_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/stipple_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/stipple_small.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/divider.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/divider.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/animation.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/animation.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/materials.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/materials.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/treeIcons/skeleton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/treeIcons/skeleton.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/checkboxUnchecked.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/colorPickerMainBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/colorboxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/comboBoxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/comboBoxDrop.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/menuSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/scrollHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/treeCellBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/checkboxChecked.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/colorPickerHue.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/iconSelectorBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/textfieldMulti.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/arrowIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/arrowIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/boxIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/boxIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/closeIcon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/closeIcon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/hsliderBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/hsliderBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/scrollBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/scrollBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/textfield.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/textfield.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/windowBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/windowBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/large_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/large_selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/materials_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/materials_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/button_move_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/button_move_top.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/button_move_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/button_move_up.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/button_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/button_selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/properties_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/properties_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/visible_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/visible_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/cubemap_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/cubemap_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/material_grid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/material_grid.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/material_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/material_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/new_material.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/new_material.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/grid_icon_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/grid_icon_dark.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/grid_icon_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/grid_icon_light.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/sprite_frame_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/sprite_frame_bg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/font_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/font_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/mesh_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/mesh_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_tree.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_tree.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/snap_off.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/snap_off.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/clear_buffer_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/clear_buffer_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/editor_mergesplit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/editor_mergesplit.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/tab_close_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/tab_close_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/iconSelectorSelection.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/buttonFocused.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerHue.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/colorboxFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/hsliderHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/iconSelectorBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/textfieldMulti.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/checkboxUnchecked.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/colorPickerMainBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/colorboxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/colorboxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/comboBoxBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/comboBoxBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/treeCellBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/treeCellBg.png
--------------------------------------------------------------------------------
/Examples/Lua/Game_Demos/DemoPlatformer/Resources/music/level1.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Game_Demos/DemoPlatformer/Resources/music/level1.ogg
--------------------------------------------------------------------------------
/Examples/Lua/Game_Demos/DemoPlatformer/Resources/sounds/jump.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Game_Demos/DemoPlatformer/Resources/sounds/jump.ogg
--------------------------------------------------------------------------------
/Examples/Lua/Game_Demos/DemoPlatformer/Resources/sounds/shot.ogg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Game_Demos/DemoPlatformer/Resources/sounds/shot.ogg
--------------------------------------------------------------------------------
/Examples/Lua/Game_Demos/DemoPlatformer/Resources/textures/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Game_Demos/DemoPlatformer/Resources/textures/bg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/FileTemplates/Materials and Shaders/GLSL Fragment Shader.frag:
--------------------------------------------------------------------------------
1 |
2 | varying vec4 vertexColor;
3 |
4 | void main()
5 | {
6 | gl_FragColor = vertexColor;
7 | }
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/button_move_bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/button_move_bottom.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/button_move_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/button_move_down.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/individual_centers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/individual_centers.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/entityEditor/invisible_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/entityEditor/invisible_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/new_screenshader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/new_screenshader.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/small_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/small_selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/transform_corner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/transform_corner.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/spriteEditor/transform_offset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/spriteEditor/transform_offset.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/entity_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/entity_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/reload_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/reload_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/shader_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/shader_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/sound_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/sound_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/sprite_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/sprite_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/add_entity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/add_entity.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/button_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/button_more.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/camera_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/camera_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/curve_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/curve_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/emitter_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/emitter_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/empty_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/empty_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/grid_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/grid_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/hide_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/hide_icons.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_2d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_2d.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_3d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_3d.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_x.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_y.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_y.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_z.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/icon_cam_z.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/light_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/light_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/lights_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/lights_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/move_gizmo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/move_gizmo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/rotate_gizmo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/rotate_gizmo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/scale_gizmo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/scale_gizmo.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/shade_full.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/shade_full.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/shade_solid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/shade_solid.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/shade_wire.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/shade_wire.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/show_icons.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/show_icons.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/sound_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/sound_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/main/console_hide_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/main/console_hide_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/box_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/box_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/new_shader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/new_shader.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/plane_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/plane_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/torus_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/torus_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/button_add.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/button_add.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/button_more.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/button_more.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/frame_grip.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/frame_grip.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/pause_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/pause_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/play_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/play_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/checkboxChecked.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/checkboxUnchecked.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerMainBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/iconSelectorSelection.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/buttonFocused.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/buttonFocused.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/colorPickerHue.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/colorPickerHue.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/colorboxFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/colorboxFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/comboBoxDrop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/comboBoxDrop.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/hsliderHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/hsliderHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/iconSelectorBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/iconSelectorBg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/menuSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/menuSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/scrollHandle.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/scrollHandle.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/textfieldMulti.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/textfieldMulti.png
--------------------------------------------------------------------------------
/Examples/Lua/2D_Physics/2DPhysics_Contacts/Resources/collision.wav:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/2D_Physics/2DPhysics_Contacts/Resources/collision.wav
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/materialEditor/screenshader_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/materialEditor/screenshader_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/large_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/large_selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/materials_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/materials_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_up.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/median_center.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/median_center.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/nolights_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/nolights_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/settings_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/settings_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/visible_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/visible_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/cubemap_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/cubemap_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/new_cubemap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/new_cubemap.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/new_material.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/new_material.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/shader_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/shader_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/sphere_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/sphere_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/button_remove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/button_remove.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/grid_icon_dark.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/grid_icon_dark.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/checkboxChecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/checkboxChecked.png
--------------------------------------------------------------------------------
/Examples/Lua/Graphics/MaterialsAndLighting/Resources/green_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Graphics/MaterialsAndLighting/Resources/green_texture.png
--------------------------------------------------------------------------------
/Examples/Lua/Graphics/MaterialsAndLighting/Resources/pink_texture.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Graphics/MaterialsAndLighting/Resources/pink_texture.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/Images/browserIcons/material_resource_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/Images/browserIcons/material_resource_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_down.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_down.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_top.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_top.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/button_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/button_selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/invisible_button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/invisible_button.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/properties_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/properties_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/material_grid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/material_grid.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/material_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/material_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/small_selector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/small_selector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/grid_icon_light.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/grid_icon_light.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/sprite_frame_bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/sprite_frame_bg.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/transform_corner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/transform_corner.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/spriteEditor/transform_offset.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/spriteEditor/transform_offset.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/dark_retina/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/dark_retina/iconSelectorSelection.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/checkboxUnchecked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/checkboxUnchecked.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/colorPickerMainBg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/colorPickerMainBg.png
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/PassThrough.frag:
--------------------------------------------------------------------------------
1 | uniform sampler2D screenColorBuffer;
2 |
3 | void main(void)
4 | {
5 | gl_FragColor = texture2D(screenColorBuffer,gl_TexCoord[0].st);
6 | }
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_bottom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/button_move_bottom.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/entityEditor/individual_centers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/entityEditor/individual_centers.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/new_screenshader.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/new_screenshader.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/materialEditor/screenshader_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/materialEditor/screenshader_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/colorPickerMainFrame.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/colorPickerMainFrame.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/colorPickerMainTarget.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/colorPickerMainTarget.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/iconSelectorSelection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/iconSelectorSelection.png
--------------------------------------------------------------------------------
/Examples/Lua/Game_Demos/DemoPlatformer/Resources/textures/spritesheet1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/Examples/Lua/Game_Demos/DemoPlatformer/Resources/textures/spritesheet1.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/ImagesRetina/browserIcons/material_resource_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/ImagesRetina/browserIcons/material_resource_icon.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/UIThemes/default_retina/colorPickerHueSelector.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/apples/Polycode/master/IDE/Contents/Resources/UIThemes/default_retina/colorPickerHueSelector.png
--------------------------------------------------------------------------------
/IDE/Contents/Resources/FileTemplates/Graphics/Sprite Set.sprites:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/Player/Build/MSVC/PolycodePlayer/resource.h:
--------------------------------------------------------------------------------
1 | #define IDR_MYMENU 101
2 | #define IDI_MYICON 201
3 |
4 | #define ID_FILE_EXIT 9001
5 | #define ID_SHOW_CONSOLE 9002
6 | #define ID_FILE_OPEN 9003
7 |
8 |
--------------------------------------------------------------------------------
/IDE/Build/Mac OS X/Polycode_Prefix.pch:
--------------------------------------------------------------------------------
1 | //
2 | // Prefix header for all source files of the 'Polycode' target in the 'Polycode' project
3 | //
4 |
5 | #ifdef __OBJC__
6 | #import
7 | #endif
8 |
--------------------------------------------------------------------------------
/Assets/Default asset pack/default/Unlit.vert:
--------------------------------------------------------------------------------
1 |
2 | varying vec4 vertexColor;
3 | void main()
4 | {
5 | gl_TexCoord[0] = gl_MultiTexCoord0;
6 | vertexColor = gl_Color;
7 | gl_Position = ftransform();
8 | }
--------------------------------------------------------------------------------
/Documentation/Lua/scripts/site_footer.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
6 |
7 |