graphics

experiments with opengl3.2/ogles3.3 on linux and win7
git clone http://frotz.net/git/graphics.git
Log | Files | Refs

graphics.sublime-project (403B)


      1 {
      2 	"folders": [
      3 		{
      4 			"path": "common"
      5 		},
      6 		{
      7 			"path": "test"
      8 		},
      9 		{
     10 			"path": "tools"
     11 		},
     12 		{
     13 			"path": "hello"
     14 		},
     15 		{
     16 			"path": "freetype-2.5.0.1"
     17 		},
     18 		{
     19 			"path": "libpng-1.2.50"
     20 		},
     21 		{
     22 			"path": "zlib-1.2.7"
     23 		}
     24 	],
     25 	"build_systems": [
     26 	{
     27 		"name": "Default",
     28 		"cmd": ["make"],
     29 		"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
     30 		"working_dir": "${project_path}"
     31 	}
     32 	]
     33 }