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

https://github.com/isaacaneek/game-dev-resources

A curated list of resources to dive deeper into game development
https://github.com/isaacaneek/game-dev-resources

animation computer-graphics game game-development godot procedural-generation resources shaders unity

Last synced: about 1 month ago
JSON representation

A curated list of resources to dive deeper into game development

Awesome Lists containing this project

README

          

# Procedural Generation
- ## 2D Maps
- [Procedural Map Generation with Voronoi Tessellations](https://github.com/mjvar/procedural-map-gen)
- [Procedural Map Generation](https://learn.coregames.com/courses/procedural-map-generation/)
- [A Guide to Procedural Generation](https://gamedevacademy.org/procedural-2d-maps-unity-tutorial/)
- [Procedural Map Generation with Godot — Part 1](https://medium.com/pumpkinbox-blog/procedural-map-generation-with-godot-part-1-1b4e78191e90)
- [Procedural Generation of Computer Game Maps](https://www.baeldung.com/cs/gameplay-maps-procedural-generation)
- [Notes on Procedural Map Generation Techniques](https://christianjmills.com/posts/procedural-map-generation-techniques-notes/) (*)
- [What are "essential" procedural generation algorithms that roguelike developers should know/understand?](https://www.reddit.com/r/roguelikedev/comments/11d659z/what_are_essential_procedural_generation/)