GithubHelp home page GithubHelp logo

Comments (6)

fruxo avatar fruxo commented on June 5, 2024

The comment is mentioning glut but the demo actually use glfw now (the implementation is in port_glfw.cpp). You don't need it if you're doing a game (with a game loop), but if you're doing an event driven application (that should be idle unless there are stuff to do) you'll need it.

The method should move out from TBSystem to avoid this confusion, but for now, just defining it somewhere is a quick fix.

from turbobadger.

Cleroth avatar Cleroth commented on June 5, 2024

So I can't use the TB events at all, or just avoid PostMessageOnTime?

from turbobadger.

fruxo avatar fruxo commented on June 5, 2024

You can still use TB events, including PostMessageOnTime. The messages will be handled when you call ProcessMessages which you'll do often in the game loop. If there's nothing to do, ProcessMessages will not do anything. See integration.txt if you haven't already.

from turbobadger.

Cleroth avatar Cleroth commented on June 5, 2024

Oh, I understand now. Thanks.

from turbobadger.

tesch1 avatar tesch1 commented on June 5, 2024

@Cleroth maybe you could close this issue now?

from turbobadger.

Cleroth avatar Cleroth commented on June 5, 2024

@tesch1 The problem isn't solved though. If you're building turbobadger on Windows you'll get the unresolved symbol without knowing how to fix it.

from turbobadger.

Related Issues (20)

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.