https://github.com/ceejbot/skyrim-modding
A presentation about how I came to write a Skyrim mod in Rust.
https://github.com/ceejbot/skyrim-modding
rust skyrim skyrim-modding
Last synced: about 1 year ago
JSON representation
A presentation about how I came to write a Skyrim mod in Rust.
- Host: GitHub
- URL: https://github.com/ceejbot/skyrim-modding
- Owner: ceejbot
- Created: 2024-05-13T03:05:27.000Z (about 2 years ago)
- Default Branch: latest
- Last Pushed: 2024-05-17T05:42:32.000Z (about 2 years ago)
- Last Synced: 2025-04-18T20:25:37.870Z (about 1 year ago)
- Topics: rust, skyrim, skyrim-modding
- Homepage:
- Size: 4.91 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How I spent my summer vacation
How I got myself out of a funk by writing a Skyrim mod in Rust.
This is a talk I intend to give internally at my company for a lunch and learn. I hope to keep it around 50 minutes long, but I have so much to say it'll be difficult. The audience is mostly-programmers who may have heard of Skyrim, with a few people in the audience who actively run Fallout 4 modlists. They're not necessarily Rust programmers, but have at least heard of it.
My goals are:
- introduce Skyrim
- introduce Bethesda ecosystem modding internals (not mod managers)
- introduce SKSE plugins & CommonLibSSE
- talk about my specific project and the things I had to learn
- talk about how to use Rust & C++ in the same project
- leave people with pointers to resources to learn more
## Slides
[slides.md](./slides.md) contains the slides in Markdown format for use in [Deckset](https://www.deckset.com). [skyrim-modding.pdf](./skyrim-modding.pdf) has the slides in rendered format.
## LICENSE
How I spent my summer vacation by C J Silverio is licensed under CC BY-NC-SA 4.0


