Echo Hollow

Because Pr0n is the Highest Form of Art.

User Tools

Site Tools


tweegoeclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tweegoeclipse [2018/03/20 17:35] – [Step 7: Set up Auto Building] leetweegoeclipse [2018/03/20 18:47] – [Why?!?] lee
Line 7: Line 7:
 It is also extremely difficult to use external Javascript libraries in Twine. It is also extremely difficult to use external Javascript libraries in Twine.
  
-Additionally, Twine saves the whole project in one huge file.  This makes it extremely difficult to use version control and simultaneously collaborate on Twine projects.+Additionally, Twine saves the whole project in one huge file.  This makes it extremely difficult to use version control to collaborate on Twine projects.
  
 The solution to these problems is a commandline Tweecode compiler called Tweego.  Think "Twine without the graphical user interface." The solution to these problems is a commandline Tweecode compiler called Tweego.  Think "Twine without the graphical user interface."
Line 23: Line 23:
 Having to use the commandline to build the project after you save your work can be an issue for some.  Even for those who possess the technical literacy to develop software in this way, it can still be a time-sink to have to manually build the project every time you save something.  This isn't just a Tweego issue, it's something that affects programming in general. Having to use the commandline to build the project after you save your work can be an issue for some.  Even for those who possess the technical literacy to develop software in this way, it can still be a time-sink to have to manually build the project every time you save something.  This isn't just a Tweego issue, it's something that affects programming in general.
  
-The solution to commandline use and manual building it to use an Integrated Development Environment (or "IDE").  An IDE automates and encapsulates many tools and tasks, making your workflow more efficient.  Typically file management, text editing, and in many cases even version control are all brought together into one graphical tool.+The solution to commandline use and manual building is to use an Integrated Development Environment (or "IDE").  An IDE automates and encapsulates many tools and tasks, making your workflow more efficient.  Typically file management, text editing, and in many cases even version control are all brought together into one graphical tool.
  
 Additionally, most IDEs provide "autobuild" functionality.  That is, whenever you save a file, the IDE detects this and rebuilds your project so that it is immediately available for testing, without having to tab out to a command prompt and build the project by hand. Additionally, most IDEs provide "autobuild" functionality.  That is, whenever you save a file, the IDE detects this and rebuilds your project so that it is immediately available for testing, without having to tab out to a command prompt and build the project by hand.
tweegoeclipse.txt · Last modified: 2018/03/20 19:03 by lee