Giter VIP home page Giter VIP logo

stella-log's People

Contributors

yvt avatar

Watchers

 avatar  avatar  avatar

stella-log's Issues

Which programming language / framework to use?

C++

Pros: Extreme performance. Low memory usage.
Cons: Fatal error is likely to crash whole the program, losing some data. Low extensibility (due to ABI incompatibility).

Qt

Cross-platform, awesome GUI library. Looks fairly very good on most platforms. Custom skin can be provided by the application. Graphics canvas supports OpenGL and GUI elements can be placed inside one, which means it's possible to use Qt as OpenGL-based GUI library for super-smoothly running application. However, the size of Qt library is somewhat large (roughly 10-100MB).

Gtk+

Cross-platform and mainly used by GNOME projects. Not as good as Qt from design perspective (personally). IME doesn't work well on OS X.

SDL

Helper library for games, but it can be used for other applications (i.e. XTBook). This actually doesn't include GUI toolkits, so we'll have to implement our own GUI library on SDL.

.NET (C#, F#, Nemerle, ...)

Pros: High performance. One binary runs on multiple platforms without recompilation (using Mono). High extensibility. Run-time plugin loading/unloading. High stability. Can switch multiple GUI libraries.
Cons: Somewhat higher memory usage.

System.Windows.Forms

Obsolete GUI library of .net Framework. Poor support by Mono (i.e. no IME, no visual styles, no native common dialogs).

WPF

Highly-designable complex and flexible GUI library developed by Microsoft. Only runs with Windows.

QtSharp (or similar thing)

.NET port for Qt.

Dynamically Typed Languages (Ruby, Python, node.js, ...)

Pros: Extreme extensibility due to its flexibility. Most part of the program doesn't need compilation.
Cons: No compile-time type checking, making it difficult to find bugs, leading to the potential instability. Slow. Difficult to install on Windows.

Languages/framework that I don't recommend

  • Java - Java language still needs some modernization
  • C - Low productivity.
  • wxWidgets - Personally having a bad experience with Audacity on OS X.
  • Haskell - Who uses it for a GUI-based complex project?
  • BASIC - It's the 21th century now.
  • Assembly - Too low portability / productivity.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.