3 comments

  • nubinetwork12 hours ago
    One problem I can see with this is that the files are typed out, from top to bottom... People don't really code like that... They write functions and jump around between files as they add functionality...
    • vunderba9 hours ago
      Yeah, good point. To expand on that: this actually started out as an animated typist for classic literary works in the public domain (some of which are in the Library), like <i>The Machine Stops</i> or <i>The War of the Worlds</i>.<p>That’s why, if you look at the IDEs, there’s a WordStar one. At the time, having it write from top to bottom made sense.<p>Now that I&#x27;ve expanded it to handle code, it would basically require building or integrating some kind of AST so a bit more work than I want to put in right now. Maybe I’ll include it in a future update!
  • martinflack10 hours ago
    Looks interesting but I keep getting &quot;Preview error&quot; (?)
    • vunderba9 hours ago
      Hmmm... sorry about that, I&#x27;ll try to put a more descriptive error in place. The 2D&#x2F;3D CRT effects use shaders and require WebGL; that&#x27;s probably what&#x27;s causing the issue.<p>Can you try hitting this and seeing if you get an error?<p><a href="https:&#x2F;&#x2F;webglreport.com&#x2F;?v=2" rel="nofollow">https:&#x2F;&#x2F;webglreport.com&#x2F;?v=2</a>
  • malux8513 hours ago
    DJGPP (with rhide) was my first IDE, love!
    • vunderba9 hours ago
      Thanks! I completely forgot about RHIDE~ I remember seeing a friend of mine using it and mistakenly thought it was Borland&#x27;s Turbo C++ since they look so similar.