skyscraper8.Manual/skyscraper8.Manual.tex aktualisiert
All checks were successful
🚀 Pack skyscraper8 / make-zip (push) Successful in 1m23s

This commit is contained in:
ft 2025-10-09 14:30:02 +00:00
parent cffcd5b9e3
commit 5bbe8e9dc0

View File

@ -5,6 +5,7 @@
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{geometry}
\geometry{
a4paper,
@ -13,8 +14,19 @@
top=20mm,
}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue,
filecolor=magenta,
urlcolor=cyan,
pdftitle={skyscraper8 Manual},
pdfpagemode=FullScreen,
}
\author{Fey}
\title{skyscraper8}
\title{skyscraper8 \\ A hobbyist project to learn about MPEG-II}
\date{October 2025}
\NewDocumentCommand{\codeword}{v}{%
@ -130,8 +142,8 @@ If you are using Microsoft Windows, you can also DragnDrop a TS file onto
\section{How skyscraper8 was made}
skyscraper8 is developed in the C\# programming language, using Microsoft Visual Studio 2022. Therefore it requires a Microsoft .NET runtime, which is included in Microsoft Windows and freely available for most Linux distributions and Apple's macOS.
The .NET assembly of skyscraper8 is not obfuscated or protected in any way. This is on purpose. If you want to study how skyscraper8 works under the hood, I hereby allow you to use tools like RedGate's Reflector or JetBrains' dotPeek to inspect the skyscraper8.dll file. I plan to release the clear source code at a later date.
The .NET assembly of skyscraper8 is not obfuscated or protected in any way. This is on purpose. If you want to study how skyscraper8 works under the hood, I hereby allow you to use tools like RedGate's Reflector or JetBrains' dotPeek to inspect the skyscraper8.dll file. Of course you can also acquire the source code from my Gitea instance.\footnote{\url{https://gitea.yo3explorer.moe/ft/skyscraper8}}
This document was written in \LaTeX{}, and while I wrote it myself, I did use GPT-5 for proofreading. The proofreading of this document is the only part of skyscraper8 for which an LLM was used. No part of the actual skyscraper8 codebase itself was written by an LLM.
This document was typeset in \LaTeX{}, using the TeX Live distribution, and while I wrote it myself, I did use GPT-5 for proofreading. The proofreading of this document is the only part of skyscraper8 for which an LLM was used. No part of the actual skyscraper8 codebase itself was written by an LLM.
\end{document}