You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Risto_Saarelma comments on Bayes Academy Development Report 2 - improved data visualization - Less Wrong Discussion

7 Post author: Kaj_Sotala 18 December 2014 10:11PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (9)

You are viewing a single comment's thread. Show more comments above.

Comment author: Risto_Saarelma 24 December 2014 08:39:35AM 0 points [-]

The question does ask "or should I make my own engine", which is different situation from making a 2D game on top of basic graphics libraries that's not much at all like existing games. Game engines are generally expected to involve an extensive visual game world with many assets and behaviors to manage, and this project doesn't seem to have one.

For 2D GUIs, there are programming techniques like imgui for making a GUI while keeping the program architecture lightweight. Out of the free existing GUI frameworks, Qt is pretty impressive.