Guide:Assets: Difference between revisions

From Game Making Tools Wiki
(→‎Shaders: Split into HLSL, GLSL, and Convertors, added some more stuffs)
(GrandmaDebsLittleBits)
Line 2: Line 2:


==Kinds==
==Kinds==
===3-D Models===
===3-D Models===
* [http://www.123dapp.com/Gallery/content/all 123dapp] - Models from 3-D scanners and simple modelling tools.
* [http://www.123dapp.com/Gallery/content/all 123dapp] - Models from 3-D scanners and simple modelling tools.
Line 8: Line 7:


===Music===
===Music===
* [https://archive.org/details/archiveteam-geocities-midi-collection-2009 Archive Team: The Geocities MIDI Collection] - A large collection of MIDI filces recused from Geocities.
* [https://archive.org/details/archiveteam-geocities-midi-collection-2009 Archive Team: The Geocities MIDI Collection] - A large collection of MIDI filces recused from Geocities.


===Shaders===
===Shaders===
====HLSL====
====HLSL====
[[Wikipedia:High-Level Shading Language|High-Level Shading Language]], used in [[Unity]].
[[Wikipedia:High-Level Shading Language|High-Level Shading Language]], used in [[Unity]].
Line 37: Line 34:
Tools for converting shaders between languages
Tools for converting shaders between languages
* [https://zz85.github.io/hlslparser/ HLSL to GLSL Converter]
* [https://zz85.github.io/hlslparser/ HLSL to GLSL Converter]
* [http://diligentgraphics.com/diligent-engine/shader-converter/ HLSL to GLSL Source Converter]
* [http://diligentgraphhttps://grandmadebslittlebits.wordpress.com/ics.com/diligent-engine/shader-converter/ HLSL to GLSL Source Converter]
* [https://alastaira.wordpress.com/2015/08/07/unity-shadertoys-a-k-a-converting-glsl-shaders-to-cghlsl/ Unity Shadertoys (a.k.a Converting GLSL shaders to Cg/HLSL)] - info
* [https://alastaira.wordpress.com/2015/08/07/unity-shadertoys-a-k-a-converting-glsl-shaders-to-cghlsl/ Unity Shadertoys (a.k.a Converting GLSL shaders to Cg/HLSL)] - info


Line 54: Line 51:
* [http://spiralgraphics.biz/packs/index.htm Genetica Texture Packs] They're in an odd format (.GTX), but can be converted with a program on the site (I should convert and upload these). You can also just download versions of them, one-by-one as .JPG files.
* [http://spiralgraphics.biz/packs/index.htm Genetica Texture Packs] They're in an odd format (.GTX), but can be converted with a program on the site (I should convert and upload these). You can also just download versions of them, one-by-one as .JPG files.
* [http://www.textures.com Textures.com]. You can limit your search to textures that tile seemlessly, but not everything seems to be filed correctly. Has a nice preview feature too. You'll have to either use 'view page info' or an adblocker to bypass their little download protection ;)
* [http://www.textures.com Textures.com]. You can limit your search to textures that tile seemlessly, but not everything seems to be filed correctly. Has a nice preview feature too. You'll have to either use 'view page info' or an adblocker to bypass their little download protection ;)
===RPG Maker Related===
* [https://grandmadebslittlebits.wordpress.com/ GrandmaDebsLittleBits]


===General Images===
===General Images===

Revision as of 11:09, 18 April 2018

Free resources to help you put games together!

Kinds

3-D Models

  • 123dapp - Models from 3-D scanners and simple modelling tools.
  • "Kawaii" Tank (Tiger-I) - Tank model with flexible tracks on the Unity asset store. Not actually v kawaii ;)

Music

Shaders

HLSL

High-Level Shading Language, used in Unity.

GLSL

OpenGL Shading Language, used in Godot (kinda). Godot 2 had a visual shader editor, and I believe this is in development for Godot 3.1 :)

Converters

Tools for converting shaders between languages

See Also

Sound Effects

Sprites

Textures / Tiles

  • 1078 Weird Textures (there's a ZIP of all the textures in the subfolder there too)
  • lsdtexs Rip of textures from LSD Dream Emulator. Can't remember where I found them :(
  • Decorative Papers, found by the community from the Mechanical Curator Collection
  • Genetica Texture Packs They're in an odd format (.GTX), but can be converted with a program on the site (I should convert and upload these). You can also just download versions of them, one-by-one as .JPG files.
  • Textures.com. You can limit your search to textures that tile seemlessly, but not everything seems to be filed correctly. Has a nice preview feature too. You'll have to either use 'view page info' or an adblocker to bypass their little download protection ;)

RPG Maker Related

General Images

See Also