You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ARCHIVE.md
+10
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ These links sometimes fail link validation. They should still work, but may not.
10
10
## Libraries
11
11
_Language specific game engine development libraries / frameworks / code._
12
12
13
+
### C
14
+
- C: Fonts
15
+
- 🎉 [msdf-c](https://github.com/solenum/msdf-c) - Multi-channel signed distance field generator.
16
+
13
17
### C++
14
18
- C++: Game Engine w/Editor
15
19
- 🎉 [SGEEngine](https://github.com/ongamex/SGEEngine) - Game engine with an editor usable as a sandbox.
@@ -33,6 +37,8 @@ _Exploring specialty application / game engine / game development topics and fea
33
37
- 📚 [Box2D Soft Body Blobs](https://www.emanueleferonato.com/2012/09/21/step-by-step-creation-of-a-box2d-soft-body-blob/) - Step by step creation of a Box2D soft body blob.
- 🎉 [Direct Computational Noise](https://weber.itn.liu.se/~stegu/jgt2011/supplement.pdf) - GLSL 2D simplex noise function many games use. [[Source](https://github.com/ashima/webgl-noise/)]
38
44
- Wireframe
@@ -47,6 +53,10 @@ _Exploring specialty application / game engine / game development topics and fea
47
53
## Video Game Assets
48
54
_Resources to help bring video games and game engines alive._
49
55
56
+
### Audio Assets
57
+
- Music
58
+
- 💸 [Royalty Free Music Clips](https://www.royaltyfreemusicclips.com/pir/free_music_loops.shtml) - Huge collection of free and paid royalty free music tracks.
59
+
50
60
### Model Assets
51
61
- 🆓 [3D Models CC0](https://www.3dmodelscc0.com) - Public domain 3D models.
Copy file name to clipboardexpand all lines: README.md
+8-7
Original file line number
Diff line number
Diff line change
@@ -215,7 +215,7 @@ _Info on topics necessary for designing and developing game engines._
215
215
- 🌎 [EA Technology](https://www.ea.com/technology/research) - Research on game tech including info on the _Frostbite_ engine.
216
216
- 🌎 [Ubisoft Technology](https://www.ubisoft.com/en-us/company/how-we-make-games/technology) - Learn about in-house tech including the _Anvil_ and _Snowdrop_ engines.
217
217
- Education Portals
218
-
- 📚 [3D Game Engine Programming](https://www.3dgep.com) - Topics including graphics, physics, AI, I/O and template programming.
218
+
- 📚 [3D Game Engine Programming](https://www.3dgep.com) - Articles on graphics, physics, AI, I/O and more.
219
219
220
220
### Game Development
221
221
- Awesome Collections
@@ -294,7 +294,6 @@ _Language specific game engine development libraries / frameworks / code._
294
294
- C: Fonts
295
295
- 🎉 [Font Stash](https://github.com/memononen/fontstash) - Lightweight library that uses stb_truetype to render fonts to a texture atlas.
296
296
- 🎉 [IconFontCppHeaders](https://github.com/juliettef/IconFontCppHeaders) - C/C++ headers and C# classes for icon fonts.
297
-
- 🎉 [msdf-c](https://github.com/solenum/msdf-c) - Multi-channel signed distance field generator.
298
297
- ⭐ [stb_truetype](https://github.com/nothings/stb/blob/master/stb_truetype.h) - Single-header file library that processes TrueType font files.
- 🎉 [ClayGL](https://github.com/pissang/claygl) - WebGL library for scalable Web3D applications.
830
834
- 🎉 [CopperLicht](https://ambiera.com/copperlicht/) - A 3D library for WebGL. [[CopperCube Editor](https://ambiera.com/coppercube/index.html)]
831
835
- 🎉 [Filament for Web](https://github.com/google/filament/tree/main/web/filament-js) - WebAssembly build of Google's 3D graphics library, Filament. [[Demos](https://google.github.io/filament/webgl/)]
- 📚 [Dithering on the GPU](http://alex-charlton.com/posts/Dithering_on_the_GPU/) - Ordered dithering in glsl using 8x8 Bayer Dithering.
1186
1188
- Fire
@@ -1358,7 +1360,6 @@ _Resources to help bring video games and game engines alive._
1358
1360
- 💸 [Bensound](https://www.bensound.com/royalty-free-music) - Original music tracks, free with attribution. Perfect for games.
1359
1361
- 💸 [Incompetech](https://incompetech.com/wordpress/) - Nice collection of game tracks. Buy or attribution required.
1360
1362
- 💸 [Melody Loops](https://www.melodyloops.com/music/free/) - Nice mix of free and affordable music loops.
1361
-
- 💸 [Royalty Free Music Clips](https://www.royaltyfreemusicclips.com/pir/free_music_loops.shtml) - Huge collection of free and paid royalty free music tracks.
1362
1363
- 💸 [Soundimage](https://soundimage.org/looping-music/) - Looping music tracks for videogames. Buy or attribution required.
1363
1364
- Sound Effects
1364
1365
- 🆓 [Freesound](https://freesound.org/browse/) - Community-based archive of free sound effects.
0 commit comments