https://github.com/aristurtledev/aristurtledev
https://github.com/aristurtledev/aristurtledev
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aristurtledev/aristurtledev
- Owner: AristurtleDev
- License: other
- Created: 2023-11-06T17:10:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T16:41:14.000Z (over 1 year ago)
- Last Synced: 2025-07-26T03:23:22.868Z (11 months ago)
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Hi, I'm Christopher Whitley, also known as Aristurtle. I am an indie game developer and game tool developer. I primarily create games and tools using the [MonoGame Framework](https://monogame.net). All tools that I develop are released as free and open source here on my GitHub.
I write tutorials on game development and using the [MonoGame Framework](https://monogame.net) which can be found on [my website](https://aristurtle.net)
I am also a full stack .NET Developer professionally creating web applications for the East Carolina University libraries. So you may see some library technology related things here as well, such as my [Kardashev](https://github.com/AristurtleDev/kardashev) library for reading [MARC-21](https://www.loc.gov/marc/) formatted bibliographic data.
## Tools
The following are some of the game development tools that I have created.
MonoGame.Aseprite
Import aseprite files directly into your MonoGame projects.
AsepriteDotNet
Cross-platform C# library for reading Aseprite files.
## Recent Tutorials
- [Collision Detection](https://aristurtle.net/tutorials/collision-detection/01_introduction.html) - In this tutorial series, we're going to discuss two different methods of collision detection used in 2D games
- [MonoGame Content Pipeline Extension](https://aristurtle.net/tutorials/content-pipeline-extension/01_introduction.html) - The purpose of this tutorial is to provide an overview of workflow known as the Content Pipeline and how you can create your own custom extension for the MGCB Editor to process and load custom content types that are not support out-of-the-box by MonoGame
## Recent Videos
MonoGame Content Pipeline Extension Tutorial
A deep dive tutorial video that discusess the workflow of creating your own extension for the MonoGame Content Pipeline. This is the companion video to the MonoGame Content Pipeline Extension written tutorial