-
Notifications
You must be signed in to change notification settings - Fork 1
Important Links
EntranceJew edited this page Nov 29, 2014
·
13 revisions
- Mari0 SE Documentation
- Extended Markdown Docs
- Great Big Mod List
- Valve Developer Wiki a lot of the map entities are modeled after how they're handled in source engine games.
Some resources are missing/hard to find on the love wiki, so here's this.
We installed a GUI system, so here's how to use it.
We use middleclass, so here are some docs on how to use it well.
- Quick Example
- highlighted source
- Private Variables
- Metamethods
- Mixins
- Naming Conventions
- Wikipedia Extended Examples
- newShader
- Example Implementations
- Shader Vars
- GLSL Specs
- GLSL Data Types
- GLSL Common Mistakes
- Tutorial to Translate
- Texture Info This isn't directly relevant, but it will help compliment the above tutorial when translating things to love's implementation of GLSL.
- Shader Debugging
- HSL & RGB Snippet
- Shader Library For Porting
- Example Palette Implementation