Dragonfly Q&A
Login
Register
Questions
Tags
Users
Ask a Question
Dragonfly
All categories
Tutorial
(19)
Game Development
(5)
Engine Development
(30)
Other
(7)
Most popular tags
sfml
visual studio
linking
compilation
getinput()
draw()
graphicsmanager
project-2b
book
populateworld()
sprite
environment
makefile
dragonfly
On my Mac SFML RenderWindow not Showing
0
like
0
dislike
It seems to be running but no window is created. I tried running my code on a linux machine, then it worked.
mac
sfml
asked
Sep 13, 2016
in
Other
by
linh
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2 Answers
1
like
0
dislike
So I check my test code. Turn out that for a Mac machine, if you dont poll for events for the sfml window, the window will not show.
answered
Sep 13, 2016
by
linh
Please
log in
or
register
to add a comment.
0
like
0
dislike
Try a simple SFML test on your Mac outside of DF. e.g, does Listing 4.68 work? If that doesn't work, there is something wrong with your SFML setup, most likely. What, I don't know - do you get error codes/messages from the failed SFML calls?
answered
Sep 13, 2016
by
claypool
Please
log in
or
register
to add a comment.
More information about
Dragonfly
can be found on the
Dragonfly Home Page
.
...