Skip to content

JavaPosseRoundup/lightningtalk-gosu-goson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gosu + Goson - Typeloading JSON

Using Gosu in an IDE

Unfortunately, at the moment Gosu is only available in Intellij (there is an eclipse plugin, but it's pretty badly out of date and a bit buggy)

You can find out more about installing that here: http://gosu-lang.org/intellij.html

Gosu features

Check src/main/GosuFeatures.gsp to check out some of the base Gosu features.

.gs is a gosu class

.gsp is a gosu program (the entry point, like main(String[] args))

.gsx is a gosu enhancement

JSON Typeloading

When a project has the Gosu SDK selected and there is a typeloader jar on the classpath (in this case goson-0.3-SNAPSHOT.jar), it will automatically typeload any file that is appropriate for that loader. In this case, the project is picking up any .json files. Add your own .json files in to use them in a Gosu class/program

About

The code I showed in the Gosu/Goson lightning talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages