Skip to content

Instantly share code, notes, and snippets.

View surusek's full-sized avatar

Luke Sur surusek

View GitHub Profile
#==============================================================================
# Simple Sideview (Sideview - walking graphic version) ver. 1.44
# Custom version for |Eden| project
#
# Copyright (C) 2005 パラ犬 (Parainu) <http://para.j-mx.com>
# Copyright (c) 2021 surusek <surusek [at] outlook [dot] com>
#
# (This is only summary of usage terms; original text can be found at
# <http://para.j-mx.com/rgss/index.html>).
#
@surusek
surusek / 1st.md
Last active June 20, 2024 18:07
V8 module importing - simple example

Maintenance (or lack of it)

This is a not great piece of code I've wrote few years ago (I didn't have better things to do when I was 17, apperantly), when I was fiddling around with the V8 JS Engine. It doesn't work with newer versions of V8, since the library doesn't have a stable API. Time, where I had time to fight with the depot_tools and lackluster MSVC support for fun is long gone. I've tried to redo this example once in the past, after I've got an email notification that someone got interested in stuff that I've put on the net and have forgotten about. Toolset got even more picky than I remember it being and my attention for personal programming projects drifted away somewhere else, so it's highly unlikely that I'll update it to the newer API. But I'm leaving the code there, maybe someone will make good use of it.