X Tutup
Skip to content

Commit 9310287

Browse files
authored
Merge pull request #59 from 0XDE57/add-resources
add libgdxplugin and some general learning resources
2 parents 9c04ace + d26656e commit 9310287

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ _Resources that can be used in libGDX code to boost the framework's capabilities
118118
- [KTX](https://github.com/libktx/ktx) - Kotlin extensions and utilities for libGDX.
119119
- [noise4j](https://github.com/czyzby/noise4j) - Simple map generators based on various procedural content generation tutorials.
120120
- [Texture Packer GUI](https://github.com/crashinvaders/gdx-texture-packer-gui) - A simple way to pack and manage texture atlases for libGDX game framework.
121-
121+
- [libGDX Plugin](https://github.com/BlueBoxWare/LibGDXPlugin) - A plugin for IntelliJ IDEA and Android Studio that adds a number of libGDX features and tools, such as color previews and additional inspections for common mistakes.
122122

123123
## Tutorials
124124

@@ -145,6 +145,10 @@ _Tutorials for newbies and seasoned developers alike._
145145
- [Sub-pixel Perfect Smooth Scrolling](http://code-disaster.com/2016/02/subpixel-perfect-smooth-scrolling.html) - Pixel-perfect smooth scrolling.
146146
- [Introduction to 3D Series](https://www.youtube.com/playlist?list=PLjUR2MkQ0cuHZ70Ps8F9WMyoyKHKAbYvQ) - A tutorial series on libGDX 3D using gdx-gltf.
147147

148+
### General Learning Material
149+
- [Book of Shaders](https://github.com/patriciogonzalezvivo/thebookofshaders) - Step-by-step guide through the abstract and complex universe of Fragment Shaders. GLSL.
150+
- [Game Programming Patterns](https://gameprogrammingpatterns.com/) - Architecture and design patterns for games.
151+
148152
## Assets
149153

150154
_Collection of free and high quality assets to get your game to the next level._

0 commit comments

Comments
 (0)
X Tutup