Powder Toy type?

  • GAPDaTsar
    19th Aug 2014 Member 0 Permalink

    What kind of project is TPT in C++?  Is it OpenGL, a console application or D application or what?  I'm trying to figure out to create my own chemistry/physics game using C++.

  • jacob1
    19th Aug 2014 Developer 0 Permalink
    I'm not sure what you are looking at, TPT is just a plain c++ application. It doesn't use any fancy libs like OpenGL.
  • nucular
    19th Aug 2014 Member 0 Permalink
    It's not based on any project template.
    ...also D is a programming language itself, not C++ :P
  • boxmein
    19th Aug 2014 Former Staff 1 Permalink
    TPT uses C++ as itself, and libSDL as the graphics/opengl/witchcraft backend.
  • GAPDaTsar
    19th Aug 2014 Member 0 Permalink

    Where can you find libSDL?  Also since libSDL is apperently written in C, will it still work if I include it into C++?

    Edited once by GAPDaTsar. Last: 19th Aug 2014
  • jacob1
    19th Aug 2014 Developer 0 Permalink
    @GAPDaTsar (View Post)
    Maybe you should look at the wiki. It has guides for compiling on all platforms so should help you get it compiled with the libs you need.
    Edited 2 times by jacob1. Last: 19th Aug 2014
  • zBuilder
    20th Aug 2014 Member 0 Permalink

    you can use it in C++, and in fact they did for TPT...