Skip to content

Instantly share code, notes, and snippets.

View DmitriySalnikov's full-sized avatar
🐢

Дмитрий Сальников DmitriySalnikov

🐢
  • Russian Federation
  • 15:16 (UTC +03:00)
View GitHub Profile
@DmitriySalnikov
DmitriySalnikov / Copy Timecodes by Markers.lua
Last active September 18, 2023 05:24
Davinci Resolve - Copy Timecodes by Markers
------------------------------------------------------------------------------
-- by Dmitriy Salnikov
-- GitHub: https://github.com/DmitriySalnikov
-- Youtube: https://www.youtube.com/channel/UCUPGXIVLD2jxML3L1qqkoEw
--
-- Config:
--
-- The first title is at 00:00 if the marker is not found
firstTitle = "Intro"
@DmitriySalnikov
DmitriySalnikov / 1. Running a Godot project exported for the Web with GDExtension.md
Last active June 3, 2024 19:45
Running a web project exported from Godot Engine with `GDExtension` support on a local network

Running a web project exported from Godot Engine with GDExtension support on a local network

If you want to test the exported project not only on localhost (for example on your phone), then you'll need to run an HTTPS file server with COOP and COEP (Exporting for the Web). Also don't forget to activate extension support:

image

To run HTTPS, you'll need an SSL key and certificate, which can be generated using one of the scripts below (openssl generate ssl key&cert file.*) or you can use an existing certificate that is distributed with this archive.

You need Python 3 installed and its path must be added to the environment variables so that it can be run from anywhere. Python can be pre-installed on your Linux.