this post was submitted on 08 Jul 2023
5 points (100.0% liked)

gamedev

299 readers
1 users here now

Game Development

Free Resources List

founded 1 year ago
MODERATORS
5
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

I figured it would be a good idea to have a list of free resources for the community
If you have something to add to the list, leave a comment!

Game Engines

  • Godot is free and open source
  • Unity is free unless you make over $100k but is not open source
  • Unreal engine is free unless you make over $1 Million but is also not open source

Asset Creation

Free Assets

Misc

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

LibreSprite is a fork of the last FOSS version of Aseprite

[–] [email protected] 1 points 1 year ago

Great collection of resources!

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

I'm not thrilled Aseprite isn't FOSS but if anyone still wants to use it, I was able to compile it myself using this docker container for Linux: https://github.com/nilsve/docker-aseprite-linux . There are similar tools for other OSes.

I wasn't aware of Libresprite so thanks for that, but I don't think it works with the PixelLab plugin I use.

I used this website, JSFXR, to make 8 bit sound effects: https://sfxr.me/ And GXSCC to convert MIDIs to chiptunes: https://meme.institute/gxscc/ not fully free/FOSS but OK for my purposes. GXSCC works well under WINE on Linux.