An open API service indexing awesome lists of open source software.

https://github.com/aristurtledev/aristurtledev


https://github.com/aristurtledev/aristurtledev

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


@aristurtle on Twitter


@aristurtle on Twitter


Aristurtle on Steam


Aristurtle on Steam


Aristurtle on Itch.io



Aristurtle on Itch.io


Aristurtle on YouTube


Aristurtle on YouTube

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.




Import Aseprite files directly into your MonoGame projects



MonoGame.Aseprite


Import aseprite files directly into your MonoGame projects.







Cross-platform C# library for reading Aseprite File



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



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